engagement bundle¶
Package engagement findings into a zip archive with HTML report, raw evidence files, and index.
Synopsis¶
Description¶
Requires --input pointing to either an engagement JSON file or JSONL findings. Produces a zip (default name bundle-{engagement_id}.zip) containing:
bundle-{id}/report.json— normalized engagement documentbundle-{id}/report.html— rendered HTML report (same renderer as--format html)bundle-{id}/evidence/— one.txtper finding with evidence longer than 200 charactersbundle-{id}/README.md— index and counts
Flags¶
| Flag | Description |
|---|---|
--input |
Engagement JSON path (required) |
--output, -o |
Zip output path (default: bundle-{engagement_id}.zip) |
Example¶
See also¶
- Output formats — HTML report behavior