Skill Threat Modeling
Description
AI-native automated software risk analysis skill. LLM-driven, Code-First approach for comprehensive security risk assessment, threat modeling, security analysis, security audit, and penetration testing.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Threat Modeling Skill v3.1.0
AI-native automated software risk analysis skill. LLM-driven, Code-First approach for comprehensive security risk assessment, threat modeling, security analysis, security audit, and penetration testing.
What's New in v3.1.0
- Comprehensive code quality audit and optimization to better align with current skill specifications
- Significantly enhanced agent and skill security analysis and assessment capabilities
- Full OWASP MCP Top 10 (2025) coverage with official MCP01:2025-MCP10:2025 alignment
- SAO behavioral model (Subject-Action-Object) for systematic agent threat enumeration
- 13 pre-built agent attack chains with MITRE ATT&CK technique sequences
- Trust inversion model formalizing SKILL.MD = UNTRUSTED paradigm for agent security
See [CHANGELOG.md](CHANGELOG.md) for full version history.
What's New in v3.0.2
- Major system architecture refactoring, improved security analysis depth and path coverage
- Backported SM2 state machine from next-gen AI-Native penetration testing system named "Cobweb" for problem-solving in depth
- Added multi-version task history and precise structured phase outputs for CI/CD integration
- Optimized context engineering and data disclosure, ~35% token reduction
See [CHANGELOG.md](CHANGELOG.md) for full version history.
Installation
Option 1: Global Installation (Recommended)
# Clone to global skills directory
git clone https://github.com/fr33d3m0n/threat-modeling.git \
~/.claude/skills/threat-modeling
# Enable hooks (optional, for automatic validation)
cp ~/.claude/skills/threat-modeling/hooks/settings-example.json \
~/.claude/settings.json
Option 2: Project-Local Installation
# Clone to project's .claude/skills directory
mkdir -p .claude/skills
git clone https://github.com/fr33d3m0n/threat-modeling.git \
.claude/skills/threat-modeling
Requirements
- Claude Code CLI
- Python 3.10+
- SQLite3 (for knowledge base queries)
Quick Start
...
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,