security-threat-model

Generate a repo-specific threat model with prioritized mitigations and cited evidence.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill security-threat-model-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-threat-model
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.curated/security-threat-model
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill security-threat-model-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Threat modeling that is grounded in a repository, enumerating trust boundaries, assets, attacker capabilities, abuse paths, and mitigations to produce a concise Markdown threat model anchored to repo evidence.

Core Features & Use Cases

  • Anchored to repo evidence: every claim cites a file path or repo artifact.
  • Produce prioritized abuse paths, risk ratings, and actionable mitigations.
  • Useful for security reviews, incident investigations, and threat-hunting sprints.

Quick Start

Run the threat-model workflow against the target repo path to generate a structured threat model.

Frequently Asked Questions about security-threat-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a threat model from an existing codebase?

To generate a threat model from a codebase, run the threat-model workflow against the target repo path. It analyzes project components and data flows to produce a structured Markdown threat model anchored to specific file paths and repo artifacts.

How does repo-grounded threat modeling improve AppSec risk analysis?

Repo-grounded threat modeling improves AppSec risk analysis by ensuring every architectural claim cites a file path or repo artifact. This evidence-based approach delivers prioritized abuse paths and mitigations instead of generic security assumptions.

Can I use this threat modeling workflow for incident investigations?

Yes, you can use this threat modeling workflow for incident investigations and threat-hunting sprints. It maps attacker capabilities and trust boundaries within the target repository to deliver prioritized threats with concrete mitigations.

What components do I need in my repository for effective threat modeling?

For effective threat modeling, your repository needs explicit components, data flows, and trust boundaries. The analysis identifies assets and attacker capabilities while stating assumptions and open questions to validate with the user.

What are the limitations of automated codebase threat modeling?

Automated codebase threat modeling requires explicit components and trust boundaries to function properly. It cannot guess missing architectural data, so it clearly states assumptions and open questions that you must manually validate.