bitbox-audit-explain

command
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2026 License: MIT Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL