Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Cleo-Labs-IA/skills_library --skill compliance-remediationgit clone --depth 1 https://github.com/Cleo-Labs-IA/skills_libraryWrote 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.
[](https://agentmods.dev/skills/cleo-labs-ia/skills_library/compliance-remediation)<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/compliance-remediation"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/compliance-remediation/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.
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/compliance-remediation"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/compliance-remediation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.03743 |
| Opus 5 | $0.00021 | $0.01871 |
| Sonnet 5 | $0.00008 | $0.00749 |
| Haiku 4.5 | $0.00004 | $0.00374 |
Grade A, and why
compliance-remediation 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.
How it starts
The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Compliance Remediation
Fix compliance issues to unblock market entry. Focus: reformulate, relabel, test, certify. Practical actions with timelines and cost estimates.
MCP Tools for Remediation
Before remediating, pull the test details to understand exactly what failed:
# 1. Get full failure details for a compliance test
mcp__bastion__get-compliance-test-detail(testId="<test-id>")
# Returns: test name, status, failing assets, expected evidence, linked policies
# 2. Upload evidence documents (base64-encoded)
mcp__bastion__upload-compliance-document(name="CPSR-GlowSerum-2026.pdf", document="data:application/pdf;base64,...")
# Returns: evidenceDocumentId
# 3. Attach evidence to a failing test
mcp__bastion__add-compliance-test-evidence(testId="<test-id>", name="Product safety report", description="CPSR and stability tests for Glow Serum", evidenceDocumentId="<doc-id>")
# OR link to an external URL:
mcp__bastion__add-compliance-test-evidence(testId="<test-id>", name="Lab test results", description="EN 71 testing by SGS", link="https://example.com/report.pdf")
# 4. Mark test ready for auditor review
mcp__bastion__mark-compliance-test-ready-for-review(testId="<test-id>")
# 5. Exclude a test entirely (with justification and expiry)
mcp__bastion__exclude-compliance-test(testId="<test-id>", comment="Not applicable -- product line discontinued", excludeUntil="2027-01-01")
# 6. Exclude specific assets from a test (per-asset granularity)
mcp__bastion__put-compliance-test-exclude-asset(testsToUpdate=[{"testId": "<test-id>", "assetId": "<asset-id>", "comment": "Dev environment -- not in scope"}])
# 7. Refresh a test after remediation to re-evaluate status
mcp__bastion__refresh-compliance-test(complianceIntegrationConfigurationId="<config-id>", testIds=["<test-id>"])
Workflow: get-compliance-test-detail -> fix the issue -> upload-compliance-document -> add-compliance-test-evidence -> refresh-compliance-test -> mark-compliance-test-ready-for-review.
Decision Tree
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.
- 12d ago First seen · 309 lines · 42 tokens per session scan A ab21670b67a0
compliance-remediation is a skill published in the GitHub repository Cleo-Labs-IA/skills_library (1 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 3,743 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-31.
Other skills, from other repositories
hipaa-validate
HIPAA validator: PHI exposure, audit logging, encryption, access control, BAA refs. Triggers: HIPAA, PHI, healthcare compliance, audit log, BAA.
standards-expert
Expert-level ISO standards, quality management, compliance, and certification. Use when the user mentions ISO standards, quality management, compliance, or certification, or when the task involves Compliance & Certification, Auditing, or Continuous Improvement.
soc2-expert
Expert in SOC 2 compliance, trust service criteria, audit preparation, controls implementation, and security frameworks. Use when the user mentions compliance, audit, trust services, AICPA, controls, or security framework, or when the task involves Trust Service Criteria, SOC 2 Types, Security Common Criteria, or…
lawyer-expert
Expert-level legal systems, contracts, compliance, and legal technology. Use when the user mentions legal, contracts, compliance, law, or legal tech, or when the task involves Legal Systems, Legal Technology, Compliance Frameworks, or Contract Management.
audit-expert
Expert-level security auditing, compliance, code review, and vulnerability assessment. Use when the user mentions compliance, security review, code review, vulnerability assessment, SOC 2, or GDPR, or when the task involves Audit Types, Audit Frameworks, Audit Process, or Authentication Review.
hr-payroll
Help HR operations specialists, payroll administrators, and compensation teams understand, design, and run payroll processing, compliance, and payroll-related HR operations. Use when asked to set up a payroll process, run a payroll compliance audit, design a payroll calendar, handle a payroll discrepancy, build a…