Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

security-threat-model安全威胁模型

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

349

周安装

15

GitHub Stars

34

下载量

122
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/fimoklei/pm-ai-playbook --skill security-threat-model

简介

用于辅助安全审计、权限检查和常见漏洞排查,支持梳理敏感配置与鉴权逻辑。

  • 适合分析凭据风险、依赖安全或生成安全复核清单,但不能将输出直接视为最终结论。
  • 涉及密钥、令牌或生产系统时,应先确认最小权限和操作边界,必要时进行脱敏处理。
  • 安装命令:npx skills add https://github.com/fimoklei/pm-ai-playbook --skill security-threat-model
  • 适用于 Codex、Claude、Cursor、Gemini CLI,建议在使用前评估实际影响范围。

SKILL.md

Security Threat Model

Overview

Deliver an actionable AppSec-grade threat model specific to a repository or project path, anchoring every architectural claim to evidence in the codebase with explicit assumptions.

Core principle: Every component, data store, endpoint, and flow must be derived from actual codebase analysis — not generic assumptions.

Eight-Step Workflow

Step 1: Scope and Extract

Identify from the repository:

  • Components and services
  • Data stores and their sensitivity
  • External integrations and dependencies
  • Runtime entrypoints (network listeners, APIs, CLI, webhooks)
  • Explicit out-of-scope items (document these)

Step 2: Derive Boundaries, Assets, Entry Points

Map trust boundaries between components, documenting:

  • Protocol used
  • Authentication mechanism
  • Encryption in transit/at rest
  • Input validation present
  • Rate limiting applied

List assets driving risk. Identify all entry points attackers could reach.

Step 3: Calibrate Assets and Attacker Capabilities

Define realistic attacker goals based on actual exposure. Note non-capabilities explicitly — this prevents inflated severity assessments and keeps the model credible.

Step 4: Enumerate Threats as Abuse Paths

Map threats to assets and trust boundaries:

  • Data exfiltration paths
  • Privilege escalation vectors
  • Integrity compromise opportunities
  • Denial-of-service surfaces

Keep the count small but high quality. Generic threats add noise; specific abuse paths add value.

Step 5: Prioritize with Likelihood and Impact

Use qualitative reasoning (low / medium / high) with short justifications. Set overall priority (critical / high / medium / low) adjusted for existing controls.

Reference thresholds:

  • Critical/High: pre-auth RCE, auth bypass, cross-tenant access, sensitive data exfiltration, key/token theft, model/config integrity compromise, sandbox escape
  • Medium: targeted DoS of critical components, partial data exposure, rate-limit bypass with measurable impact, log poisoning affecting detection
  • Low: low-sensitivity info leaks, noisy DoS with easy mitigation, issues requiring unlikely preconditions

Step 6: Validate with User

Before finalizing:

  1. Summarize key assumptions made
  2. Ask 1–3 targeted clarification questions
  3. Pause for feedback

Step 7: Recommend Mitigations

Distinguish existing controls from recommended ones. Tie each recommendation to:

  • A specific file path or component
  • The control type (validation, auth, encryption, rate limiting, etc.)
  • An implementation hint

Step 8: Quality Check

Confirm before delivering:

  • All entrypoints enumerated
  • All trust boundaries mapped
  • Runtime vs CI/build tooling separated
  • User clarifications incorporated
  • Assumptions documented
  • Output matches the required template

Required Output Format

Write the final threat model to <repo-or-dir-name>-threat-model.md with these sections:

  1. Executive summary — Top risk themes and highest-risk areas
  2. Scope and assumptions — In-scope paths, explicit assumptions, open questions
  3. System model — Primary components, data flows, trust boundaries, Mermaid diagram
  4. Assets and security objectives — Table mapping assets to CIA goals
  5. Attacker model — Capabilities and non-capabilities
  6. Entry points and attack surfaces — Table with surfaces, boundaries, evidence
  7. Top abuse paths — 5–10 numbered attack sequences
  8. Threat model table — TM-001, TM-002… with source, prereqs, action, impact, controls, gaps, mitigations, detection, priority
  9. Criticality calibration — Definitions with examples
  10. Focus paths for security review — Table linking repo paths to threat IDs

Mermaid Diagram Constraints

  • Use flowchart TD or flowchart LR
  • Only --> arrows
  • No title or style directives
  • Node IDs: letters, numbers, underscores only; labels in quotes
  • Edge labels: plain words and spaces only

Key Constraints

  • Evidence anchors are mandatory for every major architectural claim (file path, config key, or code snippet)
  • Redact any credentials or tokens encountered — describe only their presence and location
  • Separate attacker-controlled inputs from operator-controlled and developer-controlled inputs
  • Do not finalize the report before user validates assumptions (Step 6)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.56%
按下载量换算47

Claude

28.51%
按下载量换算35

Cursor

17.21%
按下载量换算21

Gemini CLI

9.63%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills