Threat Report banner
davidmatousek davidmatousek

Threat Report

Security community

Description

--- agent_name: threat-report category: report status: active version: "1.1" description: > Transforms structured threat model output (threats.md) into a narrative threat report with executive summary, Mermaid attack trees for Critical and High findings, prioritized remediation roadmap with effort estimates, and complete finding traceability. Produces threat-report.md and standalone attack tree files. input_schema: schemas/output.yaml output_schema: schemas/report.yaml output_files:

Installation

Installs to ~/.claude/agents/davidmatousek-tachi-threat-report.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/davidmatousek/tachi/HEAD/agents/threat-report.md -o ~/.claude/agents/davidmatousek-tachi-threat-report.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository