Documentation
¶
Overview ¶
Command bitbox-audit-explain turns the structured JSON output of bitbox-audit into a plain-language report. Without an Anthropic API key it prints the prompt it would send (useful for manual review); with ANTHROPIC_API_KEY set, it calls Claude and prints the model's reply.
Pipeline:
bitbox-audit --repo /path > findings.json bitbox-audit-explain --input findings.json
Or via pipe:
bitbox-audit --repo /path | bitbox-audit-explain
The prompt template lives in this file so reviewers can audit what gets sent to the model.
Click to show internal directories.
Click to hide internal directories.