compliance-reporting

compliance-reporting is a skill for Claude Code from Cleo-Labs-IA/skills_library. It costs 40 tokens per session (2,761 once invoked), scanned A, original, MIT.

A tool for preparing compliance status reports for products across different markets. Compliance means showing that a product meets the rules required for sale in a particular country or channel.

In plain words
What is it for?
Use it to create product-by-market matrices, buyer or distributor summaries, marketplace documents, regulatory files, and risk reports for investors or boards.
Why use it?
It brings product, regulatory, customs, and document information together so gaps and market restrictions are easier to see.

Skill for Claude Code

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

Part of the compliance-product-guidance plugin — 53 skills shipped together

Good fit Use it to create product-by-market matrices, buyer or distributor summaries, marketplace documents, regulatory files, and risk reports for investors or boards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cleo-labs-ia/skills_library/compliance-reporting
Install

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.

Any agent
npx skills add Cleo-Labs-IA/skills_library --skill compliance-reporting
Clone the repo
git clone --depth 1 https://github.com/Cleo-Labs-IA/skills_library

Made for: Claude Code.

Or install compliance-product-guidance, the plugin that ships this one along with the rest of its 53 skills.

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-reporting

README.md
[![agentmods](https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/compliance-reporting/github.svg)](https://agentmods.dev/skills/cleo-labs-ia/skills_library/compliance-reporting)
Your own site
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/compliance-reporting"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/compliance-reporting/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-reporting

Your own site · 80×15
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/compliance-reporting"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/compliance-reporting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,761 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.00040 $0.02761
Opus 5 $0.00020 $0.01380
Sonnet 5 $0.00008 $0.00552
Haiku 4.5 $0.00004 $0.00276

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

Security

Grade A, and why

compliance-reporting 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 11d 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.

skills/compliance-reporting/SKILL.md · 294 lines

How it starts

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

Compliance Reporting

Generate per-product, per-market compliance reports. Exportable for retail buyers, distributors, marketplace listings, and internal tracking.

Report Types

Audience What they need Format
You (founder) Where am I at? What is blocking me? Dashboard: product x market matrix
Retail buyer (Sephora, Target, Whole Foods) Proof your product is compliant Compliance certificate package
Distributor Can they sell your product in their market? Per-market compliance summary
Marketplace (Amazon, Shopify) Product safety documentation Specific document uploads
Regulatory authority Full Product Information File on demand Complete technical documentation
Investor / board Regulatory risk exposure Risk heatmap + revenue-at-risk

Data Collection

From MCP Tools

# Product substance compliance
mcp__claude_ai_CLEO_LEGAL_API__compliance/check
  product_description: "..."
  ingredients: [...]
  target_markets: ["EU", "US", "UK", ...]

# Regulatory signals (recent changes)
mcp__claude_ai_Cleo_Insight__search_signals
  product_id: "<product-id>"
  risk_level: "critical"

# Customs & costs (per market)
mcp__claude_ai_CLEO_LEGAL_API__customs/duties
  hs_code: "..."
  origin: "..."
  destination: "..."

# ISO 27001 posture (pull when company handles customer data)
mcp__bastion__get-frameworks-stats

From User (manual input)

  • Product list with ingredients and CAS numbers
  • Target market list
  • Existing certifications and their expiry dates
  • Existing test reports and their dates
  • Sales data per market (for revenue-at-risk)

Report Templates

Template 1: Product x Market Compliance Matrix (Founder Dashboard)

COMPLIANCE DASHBOARD -- [Date]

PRODUCT PORTFOLIO:
| Product | Category | Markets | Overall Status |
|---------|----------|---------|---------------|
| Glow Serum | Cosmetics | EU, US, UK | ORANGE (2 actions needed) |
| Night Cream | Cosmetics | EU, US | GREEN (compliant) |
| Baby Lotion | Cosmetics | EU, US, UK, CA | RED (CPSIA testing needed) |

DETAILED MATRIX:
| Product | EU-Sub | EU-Label | EU-Cert | US-Sub | US-Label | US-Cert | UK-Sub | UK-Label | UK-Cert |
|---------|--------|---------|---------|--------|---------|---------|--------|---------|---------|
| Glow Serum | G | G | G | G | O | G | G | O | R |
| Night Cream | G | G | G | G | G | G | -- | -- | -- |
| Baby Lotion | G | G | G | R | O | R | G | O | R |

G=GREEN (compliant)  O=ORANGE (action needed)  R=RED (blocked)  --=not targeting

BLOCKERS:
1. Baby Lotion / US: CPSIA third-party testing not done -- USD 3,000, 6 weeks
2. Baby Lotion / UK: UKCA certification needed -- GBP 4,000, 10 weeks
3. Glow Serum / UK: UK Responsible Person not appointed -- GBP 500/year, 1 week

UPCOMING DEADLINES:
1. [date]: [regulation change] affects [product] in [market]
2. [date]: [certification] expires for [product]

REVENUE AT RISK:
| Product | Market | 90d Sales | Issue | RAR |
|---------|--------|-----------|-------|------|
| Baby Lotion | US | USD 15,000 | Missing CPSIA | USD 15,000 |
| Glow Serum | UK | GBP 8,000 | No UK RP | GBP 8,000 |
Total: ~EUR 25,000

Read the full file on GitHub · 294 lines

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. 11d ago First seen · 294 lines · 40 tokens per session scan A 52d7a84e86bd

Subscribe to this mod's changes

compliance-reporting is a skill published in the GitHub repository Cleo-Labs-IA/skills_library (1 stars, last pushed 3mo ago), licensed MIT. It adds 40 tokens to every session and 2,761 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.

Related

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.

softspark/ai-toolkit · 43 tokens

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.

personamanagmentlayer/pcl · 50 tokens

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…

personamanagmentlayer/pcl · 71 tokens

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.

personamanagmentlayer/pcl · 54 tokens

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.

personamanagmentlayer/pcl · 60 tokens

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…

tuanductran/hr-skills · 88 tokens