Compliance Mapping

Compliance Mapping is a skill for Claude Code from allsmog/vuln-scout. It costs 59 tokens per session (2,063 once invoked), scanned A, original, MIT.

A guide for linking security findings to requirements in standards such as PCI DSS, HIPAA, SOC 2, and NIST CSF. These frameworks define security and compliance expectations for organisations.

In plain words
What is it for?
Use it to map findings such as SQL injection, cross-site scripting, request forgery, and access-control issues to relevant framework requirements and reports.
Why use it?
It translates technical vulnerabilities into the compliance requirements they may affect, helping teams understand their regulatory impact and priorities.

Skill for Claude Code

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

Part of the vuln-scout plugin — 32 skills, 15 commands, 9 agents shipped together

Good fit Use it to map findings such as SQL injection, cross-site scripting, request forgery, and access-control issues to relevant framework requirements and reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/allsmog/vuln-scout/compliance-mapping
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 allsmog/vuln-scout --skill compliance-mapping
Clone the repo
git clone --depth 1 https://github.com/allsmog/vuln-scout

Made for: Claude Code.

Or install vuln-scout, the plugin that ships this one along with the rest of its 32 skills, 15 commands, 9 agents.

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 Mapping

README.md
[![agentmods](https://agentmods.dev/badge/skills/allsmog/vuln-scout/compliance-mapping/github.svg)](https://agentmods.dev/skills/allsmog/vuln-scout/compliance-mapping)
Your own site
<a href="https://agentmods.dev/skills/allsmog/vuln-scout/compliance-mapping"><img src="https://agentmods.dev/badge/skills/allsmog/vuln-scout/compliance-mapping/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 Mapping

Your own site · 80×15
<a href="https://agentmods.dev/skills/allsmog/vuln-scout/compliance-mapping"><img src="https://agentmods.dev/badge/skills/allsmog/vuln-scout/compliance-mapping.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,063 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.00059 $0.02063
Opus 5 $0.00030 $0.01032
Sonnet 5 $0.00012 $0.00413
Haiku 4.5 $0.00006 $0.00206

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

Security

Grade A, and why

Compliance Mapping 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.

vuln-scout/skills/compliance-mapping/SKILL.md · 154 lines

How it starts

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

Compliance Framework Mapping

Purpose

Map VulnScout security findings to compliance framework requirements. This enables security teams to understand the regulatory impact of discovered vulnerabilities and prioritize remediation based on compliance obligations.

Supported Frameworks

PCI-DSS v4.0

Payment Card Industry Data Security Standard for organizations handling cardholder data.

Requirement Description VulnScout Finding Types
6.2.1 Secure development practices All code-level findings
6.2.2 Software security training Recurring pattern findings
6.2.3 Code review before release Unverified findings in diff
6.2.4 Prevent common vulnerabilities sql-injection, xss, command-injection, path-traversal
6.3.1 Identify vulnerabilities via scanning All findings from /scan
6.3.2 Maintain inventory of custom software Framework detection results
6.4.1 Public-facing web app protection ssrf, xss, csrf, open-redirect
6.4.2 Automated technical solution for web attacks WAF findings, missing CSP
6.5.1-6.5.6 Address common coding vulnerabilities Injection, auth bypass, XSS, access control

HIPAA Security Rule (45 CFR 164.312)

Health Insurance Portability and Accountability Act technical safeguards.

Section Description VulnScout Finding Types
164.312(a)(1) Access Control access-control, idor, business-logic
164.312(a)(2)(i) Unique User Identification auth-bypass, session fixation
164.312(a)(2)(iii) Automatic Logoff session management findings
164.312(a)(2)(iv) Encryption at Rest cryptographic-failures, hardcoded-secret
164.312(b) Audit Controls logging-failures
164.312(c)(1) Integrity Controls sql-injection, deserialization, ssti
164.312(c)(2) Authentication of ePHI auth-bypass, hardcoded-secret
164.312(d) Person/Entity Authentication auth-bypass, insecure-randomness
164.312(e)(1) Transmission Security cryptographic-failures, ssrf
164.312(e)(2)(i) Integrity Controls (transmission) ssti, xss, command-injection
164.312(e)(2)(ii) Encryption in Transit cryptographic-failures

Read the full file on GitHub · 154 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 · 154 lines · 59 tokens per session scan A 16c3a7c0d54d

Subscribe to this mod's changes

Compliance Mapping is a skill published in the GitHub repository allsmog/vuln-scout (24 stars, last pushed 3mo ago), licensed MIT. It adds 59 tokens to every session and 2,063 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-30.

Related

Other skills, from other repositories

sast-config

Reviews and tunes SAST tool configurations against OWASP ASVS 4.0.3 and CWE Top 25. Auto-invoked when reviewing Semgrep rules, CodeQL queries, SAST CI integration, or false positive triage workflows. Produces a SAST maturity assessment covering rule authoring, severity tuning, custom rule development, and CI…

UnitOneAI/SecuritySkills · 78 tokens

sast-semgrep

Static application security testing (SAST) using Semgrep for vulnerability detection, security code review, and secure coding guidance with OWASP and CWE framework mapping. Use when: (1) Scanning code for security vulnerabilities across multiple languages, (2) Performing security code reviews with pattern-based…

AgentSecOps/SecOpsAgentKit · 116 tokens

sast-semgrep

Static application security testing (SAST) using Semgrep for vulnerability detection, security code review, and secure coding guidance with OWASP and CWE framework mapping. Use when: (1) Scanning code for security vulnerabilities across multiple languages, (2) Performing security code reviews with pattern-based…

rohunj/claude-build-workflow · 116 tokens

implementing-semgrep-for-custom-sast-rules

Write custom Semgrep SAST rules in YAML to detect application-specific vulnerabilities, enforce coding standards, and integrate into CI/CD pipelines.

xalgorix/xalgorix · 37 tokens

plagiarism-checker

Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.

bitwize-music-studio/claude-ai-music-skills · 35 tokens

incorporation

A guide for moving from working as an individual business owner to operating through a company in Japan. It covers company types, setup steps, officer pay, taxes, and social insurance.

kazukinagata/shinkoku · 127 tokens