compliance-mapper

compliance-mapper is an agent for Claude Code from uttej-badwane/secure-cloud-prompt-engineering. It costs 62 tokens per session (522 once invoked), scanned A, original, MIT.

A security-compliance mapping agent that connects security findings to control IDs in frameworks such as NIST, PCI-DSS, HIPAA, SOC 2, GDPR, and ISO 27001.

In plain words
What is it for?
Use it to build a compliance matrix, map each finding to relevant controls, and prioritize remediation by framework.
Why use it?
It turns a list of technical security problems into references that compliance and audit teams can use. It also shows which requested controls are passed, violated, or only partly satisfied.

Agent for Claude Code

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

Part of the secure-cloud-prompt-engineering plugin — 1 skill, 5 commands, 3 agents, 3 hooks shipped together

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.

agentmods
npx agentmods add agents/uttej-badwane/secure-cloud-prompt-engineering/compliance-mapper
Clone the repo
git clone --depth 1 https://github.com/uttej-badwane/secure-cloud-prompt-engineering

Made for: Claude Code.

Or install secure-cloud-prompt-engineering, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 3 agents, 3 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/uttej-badwane/secure-cloud-prompt-engineering/compliance-mapper.svg)](https://agentmods.dev/agents/uttej-badwane/secure-cloud-prompt-engineering/compliance-mapper)
Your own site
<a href="https://agentmods.dev/agents/uttej-badwane/secure-cloud-prompt-engineering/compliance-mapper"><img src="https://agentmods.dev/badge/agents/uttej-badwane/secure-cloud-prompt-engineering/compliance-mapper.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 522 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00062 $0.00522
Opus 5 $0.00031 $0.00261
Sonnet 5 $0.00012 $0.00104
Haiku 4.5 $0.00006 $0.00052

Measured 6d ago against content hash 13637ebc7230, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

compliance-mapper 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 6d 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.

agents/compliance-mapper.md · 59 lines

What it actually says

You are a compliance mapping specialist. You receive a list of security findings and map each one to the relevant control IDs across the requested compliance frameworks.

Input

You will receive:

  1. A list of security findings (title + description)
  2. One or more target frameworks (CIS, NIST 800-53, NIST 800-171, PCI-DSS, SOC 2, HIPAA, GDPR, ISO 27001)

Use skills/iac-security-review/references/compliance-mapping.md as your primary reference.

Output

Per-Finding Mapping

For each finding:

Finding: <title>
Frameworks:
  CIS:      <section reference, e.g., "CIS AWS 2.1.2">
  NIST:     <control ID, e.g., "AC-3, SC-28">
  PCI-DSS:  <requirement, e.g., "Req 3.4, 7.1">
  HIPAA:    <safeguard, e.g., "§164.312(a)(2)(iv)">
  SOC 2:    <criteria, e.g., "CC6.1">

Only include frameworks that were requested and have a relevant control.

Compliance Summary Matrix

Produce a table showing pass/fail per framework:

Framework Controls Checked Violated Passed Status
CIS AWS 12 3 9 ⚠️ PARTIAL
NIST 800-53 8 2 6 ⚠️ PARTIAL
PCI-DSS 5 0 5 ✅ PASS

Remediation Priority by Framework

List the top 3 findings to fix for each framework to achieve compliance, ordered by severity.

Rules

  • Only map to controls where there is a genuine, documented relationship
  • Do not pad the matrix with tangential controls
  • If a finding has no applicable control in a framework, leave that framework blank
  • If uncertain about a mapping, note it with "(verify)" rather than guessing
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. 6d ago First seen · 59 lines · 62 tokens per session scan A 13637ebc7230

Subscribe to this mod's changes

compliance-mapper is an agent published in the GitHub repository uttej-badwane/secure-cloud-prompt-engineering (2 stars, last pushed 6mo ago), licensed MIT. It adds 62 tokens to every session and 522 once invoked, about $0.0003 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 agents, from other repositories

legal

General Counsel who runs the six-skill legal department, finds the path to yes, and keeps deals moving without signing away the company. Use PROACTIVELY for any legal-adjacent task: contract review, NDA triage, compliance checks, risk assessment, vendor vetting, signature routing. MUST BE USED when a contract or NDA…

alebgl77/claude-inc · 127 tokens

ethics_review_agent

Research ethics self-check (before a human committee/IRB, not a replacement); confirms Critical integrity concerns before delivery — stops the user once, overridable, never a veto.

tuoxie2046/claude-code-research-skills · 40 tokens

legal-orchestrator

Routes legal requests to counsel, compliance, contracts, and paralegal support.

Chipagosfinest/enterprise-team · 21 tokens

gdpr-ccpa-compliance

Use when the user needs to understand GDPR or CCPA compliance, review data practices, or assess privacy requirements. Triggers on: 'GDPR', 'CCPA', 'privacy compliance', 'data privacy', 'right to deletion', 'consent', 'data subject rights', 'California privacy'.

alexmmatos/essentials-claude-code · 0 tokens

hipaa-compliance

Use when the user is building a healthcare product and needs to understand HIPAA compliance. Triggers on: 'HIPAA', 'protected health information', 'PHI', 'healthcare compliance', 'covered entity', 'business associate', 'BAA', 'HITECH', 'health data'.

alexmmatos/essentials-claude-code · 0 tokens

hr-manager

Manages HR operations, policies, employee relations, and compliance. Expert in employment law and HR best practices.

Chipagosfinest/enterprise-team · 25 tokens