AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Oscal Document Engineering

skill-ethanolivertroy-compliance-trestle-skills-oscal-document-engineering · by ethanolivertroy

Convert, validate, and maintain OSCAL documents from legacy SSP/PDF/DOCX/Markdown source material.

No reviews yet
0 installs
45 views
0.0% view→install

Install

$ agentstack add skill-ethanolivertroy-compliance-trestle-skills-oscal-document-engineering

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ethanolivertroy-compliance-trestle-skills-oscal-document-engineering)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Oscal Document Engineering? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.json or Markdown equivalent.
  • unmapped-items.md listing content requiring human review.

Workflow

  1. Confirm source files and target OSCAL document type.
  2. Create a workspace outside committed source unless using a synthetic example.
  3. Extract text while preserving page numbers, headings, and section identifiers where possible.
  4. Build a source traceability map using templates/source-traceability-map.csv.
  5. Initialize or update a Compliance Trestle workspace.
  6. 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.

  1. Refine mappings and fill remaining OSCAL SSP structure:
  • metadata
  • parties and roles
  • system characteristics
  • system implementation
  • control implementation
  • inventory items
  • back matter resources
  1. Validate with Compliance Trestle and OSCAL CLI where available.
  2. Generate summary reports and identify gaps.
  3. Ask the user or system owner to review all needs_review items.

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.md
  • references/oscal-validation.md
  • templates/ssp-import-plan.md
  • templates/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.

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.