Install
$ agentstack add skill-ethanolivertroy-compliance-trestle-skills-validate-oscal-package ✓ 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.
About
Validate OSCAL Package
Validate an OSCAL package or Trestle workspace from Cursor.
Read first
plugins/document-transform/oscal-document-workbench/commands/validate-oscal-package.mdagent-skills/oscal-document-engineering/references/oscal-validation.mdcommands/workspace/validate.md
Run
bash plugins/document-transform/oscal-document-workbench/scripts/validate-oscal-package.sh --output /reports/validation-report.json
For a Trestle workspace without the workbench wrapper:
trestle validate -a
Or use the repo helper:
bash scripts/trestle-workflow.sh validate
Report requirements
- Record validator output or a documented skipped/missing-tool status.
- Do not claim validation passed if Trestle or OSCAL CLI was unavailable unless the user accepted partial validation.
- Distinguish structural validation from compliance effectiveness or authorization.
After assemble/import/merge/create/split
If the user recently ran trestle assemble, trestle import, trestle merge, trestle create, or trestle split, recommend targeted validation such as:
trestle validate -t -n
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.