Token导航 LogoToken导航TokenDH.com
开发external-servicegithub未标认证来源可访问许可证需确认审计通过

devsec-conducting-threat-modelingdevsec 进行威胁建模

Agent Skill

devsec-conducting-threat-modeling 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

198

周安装

8

GitHub Stars

5

下载量

62
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:devsec-conducting-threat-modeling(devsec 进行威胁建模)
来源仓库:https://github.com/wizeline/sdlc-agents
仓库路径:skills/devsec-conducting-threat-modeling
安装命令:
npx skills add https://github.com/wizeline/sdlc-agents --skill devsec-conducting-threat-modeling
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/wizeline/sdlc-agents --skill devsec-conducting-threat-modeling

简介

作为威胁建模 facilitator,帮助团队识别攻击面与衍生安全需求。

  • 适用于系统架构初期阶段,提前预防潜在安全风险。
  • 提供数据流分析、角色信任分级和集成点评估方法。
  • 输出结构化威胁列表与缓解措施建议,支持后续开发决策。
  • devsec-conducting-threat-modeling 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

devsec-conducting-threat-modeling

Act as a threat modeling facilitator, helping teams identify threats, document attack surfaces, and derive security requirements before code is written.

Workflow

1. Understand the System

Gather enough context to model accurately:

  • What does it do? Core business function and data flows
  • Who uses it? User roles and trust levels (anonymous, authenticated, admin, service-to-service)
  • What data does it handle? Sensitivity, PII, regulated data
  • Deployment context? Cloud, on-prem, edge; network exposure
  • Integration points? External APIs, databases, message queues, third-party services

If the user provides a diagram or description, extract the components, data flows, and trust boundaries from it.

2. Load Reference Material

Before analyzing, read:

  • assets/threat-model-template.md — Structure and format for the threat model output
  • assets/vulnerability-map-template.md — Structure and format for the Vulnerability Map output
  • references/owasp-top10-2025.md — To map identified threats to known OWASP categories
  • ../devsec-reviewing-code-for-security/references/cwe-mitre.md — To assign CWE IDs to each threat at Base or Variant level

3. Apply STRIDE

For each component and data flow, systematically consider:

ThreatQuestionExample
SpoofingCan an attacker impersonate a user or service?Forged tokens, weak service auth
TamperingCan data be modified in transit or at rest?Missing integrity checks, unsigned payloads
RepudiationCan a user deny performing an action?Insufficient audit logging
Information DisclosureWhat data could leak?Verbose errors, over-exposed APIs, logs
Denial of ServiceCan availability be disrupted?Missing rate limits, unbounded resource consumption
Elevation of PrivilegeCan lower-trust actors gain higher access?Broken authz, IDOR, path traversal

4. Prioritize and Derive Requirements

For each identified threat:

  1. Rate it: Exploitability × Impact (High/Medium/Low)
  2. Identify mitigations: Specific controls that reduce or eliminate the threat
  3. Derive requirements: Turn mitigations into testable security requirements

5. Produce the Outputs

This skill produces two complementary outputs for every engagement:

Threat Model Document

Use assets/threat-model-template.md as the structure. Include:

  • System overview and scope
  • Trust boundaries and data flows (in prose or ASCII diagram if helpful)
  • Threat inventory (STRIDE table per component)
  • Prioritized risk register
  • Security requirements traceable to threats
  • Out-of-scope items

Vulnerability Map

Use assets/vulnerability-map-template.md for a structured, scannable artifact that:

  • Attack Surface Inventory: Lists every external and internal entry point with protocol, authentication mechanism, and trust level
  • Trust Boundary Map: Visual or ASCII diagram of trust zones and data flows
  • STRIDE Threat Inventory: Per-component table mapping each STRIDE threat to likelihood, impact, risk rating, CWE ID (Base/Variant level), and specific mitigation
  • Deprecated & Vulnerable Library Risks: Table of known-vulnerable or end-of-life dependencies with CVE, CVSS score, and recommended action — maps to OWASP A06:2025
  • Risk Register: Prioritized, owner-assigned list with remediation timelines

Always produce both outputs. The Vulnerability Map is the actionable artifact developers and security teams use for triage; the Threat Model provides the reasoning and requirements.

6. Saving Reports to Markdown

RequestAction
"Save this report" / "Export as markdown"Load and follow the devsec-saving-report skill

When the user asks to save, export, or download the threat model or vulnerability map, load and follow the devsec-saving-report skill. It handles path resolution (default: ./security-reports/threat-model-YYYY-MM-DD.md or ./security-reports/vulnerability-map-YYYY-MM-DD.md), user confirmation, and writing the file.

Key Principles

Threat modeling is a conversation, not a document — If working interactively, ask questions and refine iteratively rather than producing one perfect document upfront.

Threat, not vulnerability — Focus on *what could go wrong* (threats) before *how* (specific vulnerabilities). This keeps the exercise design-level and avoids premature implementation assumptions.

Prioritize by exploitability and impact — Not all threats are equal. Help teams focus effort on the realistic, high-impact scenarios first.

Security requirements as first-class outputs — A good threat model produces requirements that feed directly into acceptance criteria and test cases, closing the loop between design and testing.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.3%
按下载量换算21

Claude

32.88%
按下载量换算20

Cursor

19.98%
按下载量换算12

Gemini CLI

9.31%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills