AgentStack
SKILL verified Apache-2.0 Self-run

Validate Oscal Package

skill-ethanolivertroy-compliance-trestle-skills-validate-oscal-package · by ethanolivertroy

Validate an OSCAL package or Compliance Trestle workspace and produce a validation report, failing loudly when required tools are missing.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-ethanolivertroy-compliance-trestle-skills-validate-oscal-package

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Validate Oscal Package? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.md
  • agent-skills/oscal-document-engineering/references/oscal-validation.md
  • commands/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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.