Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/oscal-compass-lab/compliance-trestle-skillsnpx agentmods add commands/oscal-compass-lab/compliance-trestle-skills/ingest-sspWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/oscal-compass-lab/compliance-trestle-skills/ingest-ssp)<a href="https://agentmods.dev/commands/oscal-compass-lab/compliance-trestle-skills/ingest-ssp"><img src="https://agentmods.dev/badge/commands/oscal-compass-lab/compliance-trestle-skills/ingest-ssp/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/oscal-compass-lab/compliance-trestle-skills/ingest-ssp"><img src="https://agentmods.dev/badge/commands/oscal-compass-lab/compliance-trestle-skills/ingest-ssp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.00743 |
| Opus 5 | $0.00022 | $0.00371 |
| Sonnet 5 | $0.00009 | $0.00149 |
| Haiku 4.5 | $0.00004 | $0.00074 |
Grade A, and why
Ingest Legacy SSP scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/oscal-document-workbench:ingest-ssp
Run the full legacy SSP import process. Extract source material. Make source traceability. Bootstrap a Trestle workspace. Map content. Validate OSCAL. Report unmapped items.
How to run
bash plugins/document-transform/oscal-document-workbench/scripts/extract-legacy-doc.sh <input> --output <workspace>/extracted
bash plugins/document-transform/oscal-document-workbench/scripts/bootstrap-trestle-workspace.sh <workspace> [--profile <name>]
bash plugins/document-transform/oscal-document-workbench/scripts/fetch-oscal-baseline.sh <workspace>/trestle-workspace --baseline moderate
bash plugins/document-transform/oscal-document-workbench/scripts/draft-ssp-from-extraction.sh <workspace> --baseline-profile fedramp-rev5-moderate [--overwrite]
bash plugins/document-transform/oscal-document-workbench/scripts/validate-oscal-package.sh <workspace>/trestle-workspace --output <workspace>/reports/validation-report.json
Draft generation uses FedRAMP Rev 5 SSP heading conventions from templates/fedramp-rev5-heading-map.json.
See templates/fedramp-rev5-ssp-section-map.md and https://www.fedramp.gov/rev5/documents-templates/ for the human template reference.
The fetch-oscal-baseline.sh step imports the real NIST 800-53 Rev 5 catalog and FedRAMP Rev 5 baseline profile.
Then the drafted SSP can refer to that content.
Omit that step and --baseline-profile to make offline stub models.
Replace stubs before authorization use.
Optionally compare the drafted SSP to the FedRAMP 20x Key Security Indicators from the 2026 Consolidated Rules:
bash plugins/document-transform/oscal-document-workbench/scripts/fetch-fedramp-2026-rules.sh
bash plugins/document-transform/oscal-document-workbench/scripts/ksi-coverage-report.sh <ssp.json> --output <workspace>/reports/ksi-coverage.md
Arguments
<input>: legacy source document path when extraction is required<workspace>: working directory for extracted content, Trestle files, reports, and review artifacts--profile <name>: optional baseline or profile label such asfedramp-moderate--overwrite: replace an existing generated workspace where the script supports it
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 76 lines · 0 tokens per session scan A c94fc0be79ff
Ingest Legacy SSP is a command published in the GitHub repository oscal-compass-lab/compliance-trestle-skills (16 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 44 tokens to every session and 743 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
evidence-examples
Get evidence examples for FedRAMP compliance.
list-ksi
List Key Security Indicators from FedRAMP.
search
Search FedRAMP documentation for compliance guidance.
list-documents
List all FedRAMP FRMR documents.
service-auditor-prep
Generate complete auditor-ready evidence package for SOC 2.
soa-generator
Generate ISO 27001 Statement of Applicability (SOA) with control selection justifications.