threat-modeler

Solid

Generate threat models using STRIDE, PASTA, or VAST methodologies

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Threat Modeler Skill ## Overview Generates threat models using STRIDE, PASTA, or VAST methodologies with attack tree generation, data flow diagram analysis, and threat prioritization using DREAD. ## Capabilities - Generate STRIDE threat models - PASTA methodology support - VAST methodology support - Attack tree generation - Data flow diagram analysis - Threat prioritization (DREAD) - Microsoft Threat Modeling Tool integration - Mitigation recommendations ## Target Processes - security-architecture-review - api-design-specification ## Input Schema ```json { "type": "object", "required": ["system"], "properties": { "system": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "dataFlows": { "type": "array" }, "assets": { "type": "array" }, "trustBoundaries": { "type": "array" }, "externalEntities": { "type": "array" } } }, "methodology": { "type": "string", "enum": ["STRIDE", "PASTA", "VAST"], "default": "STRIDE" }, "options": { "type": "object", "properties": { "prioritization": { "type": "string", "enum": ["DREAD", "CVSS", "custom"], "default": "DREAD" }, "generateAttackTrees": { "type": "boolean", "default": true }, "outputFormat": { "type": "string", "enum": ["json", "markdown", "html"]...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills