tachi
Architecture threat modeling and logic-level vulnerability detection
All Skills in This Repository (25)
Pure Emerald Level Indicatorstachi-risk-scoring
Convert qualitative threat findings into four-dimensional risk scores with governance fields.
~aod-blueprint
Bootstrap projects and generate GitHub issues via YAML-driven workflows.
~aod-define
Generate comprehensive PRDs with governance-driven frameworks and structured sections.
~aod-run
Orchestrate the full AOD lifecycle with governance gates and state persistence.
tachi-shared
Load canonical threat modeling references via the Read tool.
aod-lens
Routes problems to one of 14 thinking lenses for guided analysis.
aod-stack
Activate, deactivate, list, and scaffold AI stack packs from STACK.md contracts.
security
Run automated SAST and SCA scans on changed code and dependencies.
tachi-orchestration
Load on-demand domain references for tachi orchestrator pipeline phases.
tachi-report-assembly
Assemble Typst security report data from threat artifacts and brand assets.
aod-orchestrate
Translate /aod.blueprint into priority-ordered waves of tasks and batches.
~aod-plan
Automate Plan-stage governance across spec.md, plan.md, and tasks.md with gate-based approvals.
Frequently Asked Questions
FAQPage SchemaHow to install tachi?โผ
Run `npx skills add davidmatousek/tachi --all -g -y` in your terminal to install all skills globally. You also need the typst and mermaid-cli packages for PDF reports and attack tree diagrams.
What does tachi detect that SAST tools miss?โผ
It reasons over your architecture description to catch logic-level flaws like broken authentication flows, missing privilege boundaries, and prompt injection paths, rather than just syntax-level bugs.
How do I run my first threat model?โผ
Create a docs/security/architecture.md file describing your system (Mermaid, ASCII, PlantUML, C4, or free text), then run the /tachi.threat-model command. It dispatches 14 specialized analyzers and writes all results to a timestamped folder.
Does tachi work with CI/CD pipelines?โผ
Yes. It generates SARIF 2.1.0 output that imports directly into GitHub Code Scanning and other security dashboards, plus baseline delta tracking to compare findings across runs.
Can non-security engineers use tachi?โผ
Yes. You describe your architecture in plain text or a diagram, and the commands handle threat analysis, risk scoring, and report generation automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core