Install
$ agentstack add skill-ethanolivertroy-compliance-trestle-skills-oscal-document-engineering ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
OSCAL Document Engineering
Use this skill when a user wants to turn old compliance documents into maintainable OSCAL, especially SSPs, SAPs, SARs, POA&Ms, component definitions, and supporting evidence packages.
Core rule
Every OSCAL statement must be traceable to source text, collected evidence, or a user-supplied assertion. If the source is unclear, mark the item needs_review instead of inventing a compliance fact.
Inputs
Common inputs:
- SSP in PDF, DOCX, Markdown, or text.
- Existing OSCAL JSON/XML/YAML.
- Evidence folders, diagrams, inventories, policies, or POA&M spreadsheets.
- Framework/profile target such as FedRAMP Moderate, NIST 800-53, SOC 2, ISO 27001, or organization-specific profiles.
Outputs
Produce these artifacts:
- OSCAL workspace or package.
source-traceability-map.csv.ssp-import-plan.md.import-summary.md.validation-report.jsonor Markdown equivalent.unmapped-items.mdlisting content requiring human review.
Workflow
- Confirm source files and target OSCAL document type.
- Create a workspace outside committed source unless using a synthetic example.
- Extract text while preserving page numbers, headings, and section identifiers where possible.
- Build a source traceability map using
templates/source-traceability-map.csv. - Initialize or update a Compliance Trestle workspace.
- Draft a schema-valid SSP from extracted sections when Trestle is available:
bash plugins/document-transform/oscal-document-workbench/scripts/draft-ssp-from-extraction.sh --overwrite
Use FedRAMP Rev 5 heading conventions from plugins/document-transform/oscal-document-workbench/templates/fedramp-rev5-heading-map.json.
- Refine mappings and fill remaining OSCAL SSP structure:
- metadata
- parties and roles
- system characteristics
- system implementation
- control implementation
- inventory items
- back matter resources
- Validate with Compliance Trestle and OSCAL CLI where available.
- Generate summary reports and identify gaps.
- Ask the user or system owner to review all
needs_reviewitems.
Mapping guidance
- Map document title, version, system name, owner, and dates into OSCAL metadata.
- Map authorizing officials, system owners, ISSOs, assessors, and service providers into parties and responsible roles.
- Map boundary descriptions, data types, users, deployment model, and interconnections into system characteristics.
- Map components, services, accounts, inventories, and cloud resources into system implementation.
- Map control narratives by control ID into control implementation statements.
- Map attachments, diagrams, policies, and evidence into back matter resources.
Validation commands
Use commands available in the local environment. Examples:
trestle validate -f
trestle validate -f
If a validator is missing, report the missing dependency and continue only if the user accepts partial validation.
References
references/legacy-doc-ingestion.mdreferences/oscal-validation.mdtemplates/ssp-import-plan.mdtemplates/source-traceability-map.csv
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ethanolivertroy
- Source: ethanolivertroy/compliance-trestle-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.