compliance-trestle-engineering

compliance-trestle-engineering is a skill for Claude Code from oscal-compass-lab/compliance-trestle-skills. It costs 43 tokens per session (760 once invoked), scanned A, original, Apache-2.0.

A guide for managing OSCAL compliance documents with Compliance Trestle. OSCAL is a structured format for security controls, system plans, profiles, and related compliance information.

In plain words
What is it for?
Use it to import or validate OSCAL catalogs, profiles, component definitions, and system security plans, assemble Markdown, regenerate OSCAL, and convert legacy compliance files into a reviewable workflow.
Why use it?
It keeps generated compliance data traceable to source documents and separates reviewer decisions from automatically generated text.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/trestle-workflow.sh init workspaces/acme/trestle-workspace.

Part of the compliance-trestle plugin — 17 skills, 10 agents, 2 hooks, 1 plugin shipped together

Good fit Use it to import or validate OSCAL catalogs, profiles, component definitions, and system security plans, assemble Markdown, regenerate OSCAL, and convert legacy compliance files into a reviewable workflow.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/oscal-compass-lab/compliance-trestle-skills
agentmods
npx agentmods add skills/oscal-compass-lab/compliance-trestle-skills/compliance-trestle-engineering

Made for: Claude Code.

Or install compliance-trestle, the plugin that ships this one along with the rest of its 17 skills, 10 agents, 2 hooks, 1 plugin.

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

agentmods badge for compliance-trestle-engineering

README.md
[![agentmods](https://agentmods.dev/badge/skills/oscal-compass-lab/compliance-trestle-skills/compliance-trestle-engineering/github.svg)](https://agentmods.dev/skills/oscal-compass-lab/compliance-trestle-skills/compliance-trestle-engineering)
Your own site
<a href="https://agentmods.dev/skills/oscal-compass-lab/compliance-trestle-skills/compliance-trestle-engineering"><img src="https://agentmods.dev/badge/skills/oscal-compass-lab/compliance-trestle-skills/compliance-trestle-engineering/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.

agentmods 80×15 button for compliance-trestle-engineering

Your own site · 80×15
<a href="https://agentmods.dev/skills/oscal-compass-lab/compliance-trestle-skills/compliance-trestle-engineering"><img src="https://agentmods.dev/badge/skills/oscal-compass-lab/compliance-trestle-skills/compliance-trestle-engineering.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 760 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.00760
Opus 5 $0.00022 $0.00380
Sonnet 5 $0.00009 $0.00152
Haiku 4.5 $0.00004 $0.00076

Measured 12d ago against content hash 8e98673f14f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

compliance-trestle-engineering 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.

agent-skills/compliance-trestle-engineering/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Compliance Trestle Engineering

Use this skill when an agent must operate a Compliance Trestle workspace. Use it to import or validate OSCAL models, assemble markdown, regenerate OSCAL, or turn legacy SSP content into a traceable Trestle-managed workflow.

Required guardrails

  • Preserve source traceability for every generated OSCAL field that came from a legacy PDF, DOCX, Markdown, TXT file, interview note, spreadsheet, ticket, or evidence package.
  • Never invent control mappings. If the source does not clearly support a mapping, set status to needs_review and explain the uncertainty.
  • Schema-valid OSCAL is not a statement of compliance effectiveness.
  • Keep reviewer-owned decisions in review queues or traceability maps.
  • Do not hide reviewer decisions in generated prose.
  • Prefer small, reversible Trestle operations.
  • Do not do large opaque rewrites.

Standard workflow

  1. Start or inspect the workspace.
    • trestle init
    • trestle version
    • find . -maxdepth 3 -type d | sort
  2. Import or create OSCAL artifacts.
    • catalogs under catalogs/
    • profiles under profiles/
    • component definitions under component-definitions/
    • SSPs under system-security-plans/
  3. Resolve the applicable profile before you write control implementations.
  4. Author or update markdown with source references.
  5. Assemble markdown back into OSCAL.
  6. Validate with Compliance Trestle and any available OSCAL validator.
  7. Make review outputs for needs_review, unmapped, or low-confidence items.

Typical commands

Use the wrapper when you want consistent reports:

bash scripts/trestle-workflow.sh init workspaces/acme/trestle-workspace
bash scripts/trestle-workflow.sh validate workspaces/acme/trestle-workspace
bash scripts/trestle-workflow.sh assemble workspaces/acme/trestle-workspace markdown/system-security-plans/acme-ssp acme-ssp
bash scripts/trestle-workflow.sh status workspaces/acme/trestle-workspace

Use raw Trestle when the reviewer needs exact CLI control:

Read the full file on GitHub · 79 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 12d ago First seen · 79 lines · 43 tokens per session scan A 8e98673f14f3

Subscribe to this mod's changes

compliance-trestle-engineering is a skill published in the GitHub repository oscal-compass-lab/compliance-trestle-skills (16 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 43 tokens to every session and 760 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.

Related

Other skills, from other repositories

executing-nist-rmf-authorization-to-operate

Drive a federal system through the NIST Risk Management Framework (SP 800-37 Rev 2) to an Authorization to Operate (ATO): Prepare, Categorize (FIPS 199), Select a control baseline (FIPS 200 / SP 800-53 Rev 5), Implement, Assess (SP 800-53A), Authorize, and Monitor continuously. Use when a system needs an ATO or a…

adriannoes/awesome-agentic-ai · 257 tokens

iso-27001

Use when the user asks about ISO/IEC 27001:2022 from an engineering perspective — building an ISMS that runs on systems and code rather than spreadsheets, instrumenting Annex A controls, designing risk registers as data, and producing evidence pipelines that hold up to a certification audit. Engineer-voice, not…

grcwarlock/compliance-as-code · 72 tokens

nist-800-53

Use when the user asks about NIST SP 800-53 Rev. 5 from an engineering perspective — selecting baselines, tailoring controls, modeling control inheritance from cloud providers and shared services, emitting OSCAL artifacts, or implementing controls in IaC and code rather than running them as a documentation exercise.…

grcwarlock/compliance-as-code · 76 tokens

soc-2

Use when the user asks about SOC 2 from an engineering perspective — Trust Services Criteria (TSC) implementation, evidence-as-code, continuous monitoring patterns, instrumenting controls, or designing systems that produce audit-ready evidence by default. Engineer-voice, not auditor-voice.

grcwarlock/compliance-as-code · 59 tokens

control-mapping

Maps NIST controls to FedRAMP requirements and documents. Use when helping with control implementation, compliance mapping, security baseline alignment, or understanding control requirements.

hackIDLE/fedramp-docs-mcp · 35 tokens

frmr-analysis

Analyzes FedRAMP FRMR documents to extract control mappings, KSI entries, and version changes. Use when the user asks about FedRAMP requirements, control mappings, compliance data, or needs to understand FRMR document content.

hackIDLE/fedramp-docs-mcp · 51 tokens