← ClaudeAtlas

model-security-threatslisted

Model security threats for a trust boundary before implementation.
SylphxAI/skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill SylphxAI/skills
# Model Security Threats Produce one **Threat Model and Security Design Contract** that connects the system model to credible threats, controls, verification, and owned residual risk. Read [references/threat-modeling-method.md](references/threat-modeling-method.md) before selecting a threat-enumeration technique. ## When to use - A system, feature, or trust boundary needs a security threat model and control design - Protected assets, unacceptable outcomes, or attacker-relevant flows need enumeration - Not for incident response (`run-incident-response`) or implementation (owning project + `build-product`) ## Method 1. Define the subject, version, environment, intended users, security objectives, protected assets, unacceptable outcomes, assumptions, and decision boundary. Distinguish observed implementation from proposed design. 2. Model components, identities, data stores, external dependencies, data and control flows, privileges, trust boundaries, entry points, administrative paths, build/deploy paths, and recovery paths. Link each element to source Example: for a checkout flow, trust boundaries include client, TLS edge, payment provider, and ledger; an attacker with client access must not reach refund authority. evidence. 3. Derive misuse and abuse cases from attacker goals, capabilities, access, incentives, and affected parties. Use STRIDE, attack trees, kill-chain thinking, or another taxonomy only as a coverage aid; no taxonomy proves complet