security-compliance-review

security-compliance-review is a skill for Claude Code from addxai/enterprise-harness-engineering. It costs 51 tokens per session (1,584 once invoked), scanned B, original, Apache-2.0.

A structured review guide for checking software code, configuration, and documentation for security and compliance risks.

In plain words
What is it for?
Use it for merge-request reviews, architecture reviews, and periodic scans of code, configuration, CI, deployment files, and dependencies.
Why use it?
It helps uncover exposed secrets, personal-data leaks, access-control gaps, and policy violations using evidence from the project.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md.

Part of the enterprise-harness-engineering plugin — 25 skills shipped together

Good fit Use it for merge-request reviews, architecture reviews, and periodic scans of code, configuration, CI, deployment files, and dependencies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/addxai/enterprise-harness-engineering/security-compliance-review
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 addxai/enterprise-harness-engineering --skill security-compliance-review
Clone the repo
git clone --depth 1 https://github.com/addxai/enterprise-harness-engineering

Made for: Claude Code.

Or install enterprise-harness-engineering, the plugin that ships this one along with the rest of its 25 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 security-compliance-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/addxai/enterprise-harness-engineering/security-compliance-review"><img src="https://agentmods.dev/badge/skills/addxai/enterprise-harness-engineering/security-compliance-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,584 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00051 $0.01584
Opus 5 $0.00026 $0.00792
Sonnet 5 $0.00010 $0.00317
Haiku 4.5 $0.00005 $0.00158

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

Security

Grade B, and why

security-compliance-review scanned grade B with 1 finding 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.

Instruction-override phrasingmediumPrompt injection

Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.

- Check for prompt injection patterns (`ignore previous instructions`, `bypass safety`, etc.)

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/security-compliance-review/SKILL.md · 162 lines

How it starts

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

Security & Compliance Review

A comprehensive security and compliance review framework. Based on input materials and baseline policies, intelligently determines the risk surface and provides actionable remediation recommendations.

For detailed rules and examples, see references/REFERENCE.md.

Execution Flow

Step 0: Pre-Gate — System Type Determination (Blocking)

  • Must first determine the system type: Consumer-facing / Internal product / Mixed
  • If unable to determine: output a "clarification question" first (blocking conclusion); do not proceed to subsequent checks until the answer is received

Step 1: Relevance Assessment

  1. Define scope first: Prioritize MR/diff/specified directory; fall back to scanning the repository
  2. Find evidence next: Code/configuration/CI/Helm/dependencies
  3. Then draw conclusions: Relevant / Not Relevant (N/A) / Unknown
  4. Unknown triggers clarification/blocking only for "must-clarify items"

Step 2: Risk Map Check

Must output a table: Risk Category | Relevance | Trigger Clues | Handling | Evidence/Recommendations

Required risk categories to cover:

  • R0 System Type
  • R4 Bulk Capability/Export
  • R5 Observation Leakage (Logs/Tracking/Error Reporting)
  • R6 Secrets/Credentials
  • R7 Third-Party Boundary
  • R11 Zero Human Access to High-Sensitivity Data (Video/Address/Phone)
  • R12 Retention & Deletion/DSAR
  • R14 Agent Skills Supply Chain
  • R15 Location Permissions

Step 3: Categorized Handling by Rules

Company Standard Items (enforced by default, no clarification needed)

If evidence is insufficient: handling = Default standard + recommendation, with the gap marked as "evidence needed (not clarification)":

  • Unified Observability SDK + masking/export restrictions/audit (R5)
  • Secrets/credentials: Secret Zero, no plaintext/hard-coded, rotation and audit (R6)
  • CI/Helm/IaC must use Vault injection and controlled references
  • Ops/support access boundary: restricted platform, default masking, default no-export, ticket-bound, full audit

Read the full file on GitHub · 162 lines

Files

What ships with it

1 file 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. 11d ago First seen · 162 lines · 51 tokens per session scan B 135e1d1f7541

Subscribe to this mod's changes

security-compliance-review is a skill published in the GitHub repository addxai/enterprise-harness-engineering (44 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 1,584 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (instruction-override phrasing). 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

peon-ping-create-pack

Internal — invoked headlessly by peon create; humans should run peon create instead. Author and render a brand-new PeonPing draft pack — invoked headlessly as: "Use the peon-ping-create-pack skill to draft a pack: name= flavor= vibe= draftroot= . Follow the skill exactly." Authors all 7 CESP categories honoring the…

PeonPing/peon-ping · 134 tokens

peon-ping-use

Set which voice pack (character voice) plays for the current chat session. Automatically enables sessionoverride rotation mode if not already set. Use when user wants a specific character voice like GLaDOS, Peon, or Kerrigan for this conversation.

PeonPing/peon-ping · 55 tokens

peon-ping-rename

Rename the current Claude session for peon-ping notifications and terminal tab title. Use when user wants to give this session a custom name like "/peon-ping-rename Auth Refactor". Call with no argument to reset to auto-detect.

PeonPing/peon-ping · 57 tokens

peon-ping-toggle

Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.

PeonPing/peon-ping · 58 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens

peon-ping-remix

Internal — invoked headlessly by the peon eval server; humans should run peon eval instead. Execute one PeonPing reroll job — invoked headlessly by the peon eval server as: "Use the peon-ping-remix skill to execute the reroll job at ". Reads the job JSON (scope, category, index, caption), rewrites the affected sound…

PeonPing/peon-ping · 116 tokens