oscal_assessment_results
Convert an audit bundle into an OSCAL Assessment Results document, including a summary and explicit limitations for evidence the format cannot fully represent.
Instructions
[READ] A sealed bundle as an OSCAL 1.2.3 Assessment Results document.
Returns the document inline (writing a file is export_bundle's job) with a
summary and an explicit limitations list. Three things OSCAL cannot express
are handled rather than hidden: import-ap points at a back-matter resource
saying no assessment plan exists; control ids are framework-native and NOT
resolved against an imported catalog; and because status has only
satisfied/not-satisfied, controls this tool evidences only PARTIALLY are
reported satisfied with an evidence-strength prop plus remarks naming what
the audit trail does not prove — the count is in summary so it cannot be
skimmed past.
UUIDs are deterministic (v5, derived from the bundle's chain head), so re-exporting the same bundle produces a byte-identical document.
Args: bundle_path: Path to a bundle .json (from list_bundles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_path | Yes |