export_bundle
Render compliance evidence bundles into markdown, CSV, JSON, or OSCAL formats for analysis, reporting, and integration.
Instructions
[WRITE][risk=medium] Render a bundle to markdown / csv / json / oscal.
"oscal" emits a NIST OSCAL 1.2.3 Assessment Results document (written as .oscal.json). Read oscal_assessment_results first if you need the document inline plus its limitations — notably that control ids are not resolved against an imported OSCAL catalog, and that OSCAL has no "partially satisfied" state for the controls this tool evidences only partially.
Args: bundle_path: Path to a bundle .json. fmt: "markdown", "csv", "json", or "oscal". out_path: Output path (default: alongside the bundle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | markdown | |
| out_path | No | ||
| bundle_path | Yes |