compliance-reviewer

compliance-reviewer is an agent for Claude Code from MANOJ21K/agentic-code-review. It costs 73 tokens per session (458 once invoked), scanned A, original, no licence file.

A code-review agent that checks changed files only for explicit, checkable rules written in CLAUDE.md. CLAUDE.md is a project instruction file used to record rules for coding agents.

In plain words
What is it for?
Use it on a change set governed by CLAUDE.md rules. It reviews split portions of the changed-file set in two parallel runs.
Why use it?
It separates rule compliance from broad code-quality opinions and reports only concrete violations of stated rules.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the agentic-code-review plugin — 2 skills, 2 commands, 7 agents shipped together

Good fit Use it on a change set governed by CLAUDE.md rules.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/manoj21k/agentic-code-review/compliance-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/MANOJ21K/agentic-code-review

Made for: Claude Code.

Or install agentic-code-review, the plugin that ships this one along with the rest of its 2 skills, 2 commands, 7 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-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/manoj21k/agentic-code-review/compliance-reviewer.svg)](https://agentmods.dev/agents/manoj21k/agentic-code-review/compliance-reviewer)
Your own site
<a href="https://agentmods.dev/agents/manoj21k/agentic-code-review/compliance-reviewer"><img src="https://agentmods.dev/badge/agents/manoj21k/agentic-code-review/compliance-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 458 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 unknown 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.00073 $0.00458
Opus 5 $0.00036 $0.00229
Sonnet 5 $0.00015 $0.00092
Haiku 4.5 $0.00007 $0.00046

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

Security

Grade A, and why

compliance-reviewer 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.

code-review-plugin/agents/compliance-reviewer.md · 38 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 38 lines · 73 tokens per session scan A d2927aad8e0d

Subscribe to this mod's changes

compliance-reviewer is an agent published in the GitHub repository MANOJ21K/agentic-code-review (2 stars, last pushed 1mo ago), with no licence file. It adds 73 tokens to every session and 458 once invoked, about $0.0004 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

devops-architect

DevOps and CI gate expert for the ClosedLoop plugin monorepo. Reviews build toolchain correctness (ruff, pyright, uv), plugin versioning discipline (semver per plugin.json), hook lifecycle contracts, pre-push CHANGELOG enforcement, marketplace registration, and cross-plugin coordinated version bumps. Triggers on…

closedloop-ai/claude-plugins · 95 tokens

json-schema-architect

Reviews JSON Schema draft-07 design patterns, validation rules, schema composition, and contract adherence for agent definitions, plugin manifests, and workflow artifacts. Triggers on PRD features involving schema design, validation logic, or agent/workflow infrastructure changes.

closedloop-ai/claude-plugins · 54 tokens

plugin-manifest-expert

Validates plugin.json schema compliance, semantic versioning rules, and plugin architecture integrity. Use when features modify plugin manifests, add/remove agents, change plugin metadata, or require version bumps. Triggers on "update plugin.json", "version bump", "add agent to plugin", "plugin structure", or…

closedloop-ai/claude-plugins · 70 tokens

python-pro

Python 3.13 language expert for the ClosedLoop plugin monorepo. Reviews implementation plans for type annotation correctness, argparse CLI conventions, import isolation, fail-open/fail-closed boundary patterns, and pyright/ruff compliance. Produces type-patterns.md in legacy mode.

closedloop-ai/claude-plugins · 60 tokens

design-unit-analyst

Analyzes one design unit (screen, region, component, or flow) from a Claude Design export against the current web-ui codebase ("state vs. spec"). Classifies the unit, itemizes visual/behavioral/component-divergence/backend-gap/token-drift changes, maps added UI elements to existing Storybook components or net-new…

closedloop-ai/claude-plugins · 97 tokens

behavior-verifier

Activates code:decision-table in verification-only mode against the decision-table artifact and final code. Identifies drift and appends Verification Findings to the artifact. Never modifies code or tests. Returns ALIGNED or MISALIGNED with typed drift rows for orchestrator routing.

closedloop-ai/claude-plugins · 57 tokens