compliance-checker

compliance-checker is an agent for Claude Code from indranilbanerjee/socialforge. It costs 30 tokens per session (403 once invoked), scanned A, original, MIT.

A checker for social-media content that compares text, images, claims, and platform rules with a set of compliance requirements.

In plain words
What is it for?
Use it to review posts for wording, image restrictions, financial or other required notices, data sources, hashtag limits, and forbidden content types.
Why use it?
It helps catch banned wording, missing disclaimers, unsupported statistics, and platform restrictions before content is published.

Agent for Claude Code

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

Part of the socialforge plugin — 20 skills, 25 commands, 5 agents shipped together

Good fit Use it to review posts for wording, image restrictions, financial or other required notices, data sources, hashtag limits, and forbidden content types.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/indranilbanerjee/socialforge/compliance-checker
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/indranilbanerjee/socialforge

Made for: Claude Code.

Or install socialforge, the plugin that ships this one along with the rest of its 20 skills, 25 commands, 5 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-checker

README.md
[![agentmods](https://agentmods.dev/badge/agents/indranilbanerjee/socialforge/compliance-checker/github.svg)](https://agentmods.dev/agents/indranilbanerjee/socialforge/compliance-checker)
Your own site
<a href="https://agentmods.dev/agents/indranilbanerjee/socialforge/compliance-checker"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/socialforge/compliance-checker/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-checker

Your own site · 80×15
<a href="https://agentmods.dev/agents/indranilbanerjee/socialforge/compliance-checker"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/socialforge/compliance-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 403 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.00030 $0.00403
Opus 5 $0.00015 $0.00201
Sonnet 5 $0.00006 $0.00081
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade A, and why

compliance-checker 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 9d 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-checker.md · 39 lines

What it actually says

Compliance Checker Agent

Enforce all compliance rules from compliance-rules.json on generated content.

Checks Performed

  1. Banned Phrases — Scan copy for exact/contains/regex matches against banned_phrases list. Severity: critical (blocks) or warning (flags).
  2. Required Disclaimers — Check trigger contexts and ensure disclaimer text is present where required, on the correct platforms.
  3. Image Compliance — Verify image rules (e.g., no before/after for pharma on Instagram). Uses AI review or manual flag per rule.
  4. Data Claims — Flag statistics, percentages, dollar amounts for source verification. Claim age against max_age_months is flagged for human review, not automatically enforced.
  5. Platform-Specific — Max hashtags, forbidden content types.

Output Format

COMPLIANCE REPORT — Post P04
  Banned phrases: 0 critical, 1 warning ("guaranteed results" → suggest "proven results")
  Disclaimers: ✓ Financial disclaimer present (required for BFSI)
  Image rules: ✓ No violations
  Data claims: 1 flagged ("47% increase" — source verification needed)
  Platform rules: ✓ Instagram hashtag limit OK, ✓ No forbidden content types

  Status: CONDITIONAL PASS (1 warning, 1 data claim needs source)

Rules

  • Critical violations BLOCK the post — cannot proceed to approval
  • Warnings are noted but don't block
  • Data claim flags require human verification — they stay flagged until a human resolves them
  • Empty compliance-rules.json: report as SKIPPED (not PASSED), warn user

Scripts Used

  • compliance_check.py — Rule matching engine
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. 9d ago First seen · 39 lines · 30 tokens per session scan A 2e90def7ca9e

Subscribe to this mod's changes

compliance-checker is an agent published in the GitHub repository indranilbanerjee/socialforge (37 stars, last pushed 22d ago), licensed MIT. It adds 30 tokens to every session and 403 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-30.

Related

Other agents, from other repositories

legal-risk-review

Reviewer-class. Read-only review of what other departments commit to — contract terms, privacy and data handling, risk acceptance, and compliance findings. Holds no write surface. Its findings are not overrulable by the department under review.

cbrock84/headcount · 50 tokens

legal-risk

Legal & Risk (CLO/CCO). Owns plugins/legal-risk/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 32 tokens

code-quality-reviewer

Use this agent when Terraform code needs to be evaluated for quality, security, and best practices compliance. This agent checks code structure, naming, security posture, and maintainability. Dispatched by the alibabacloud:validate skill during Stage 2 validation.

aliyun/alibabacloud-agent-toolkit · 58 tokens

compliance-auditor

Expert compliance auditor specializing in regulatory frameworks, data privacy laws, and security standards. Masters GDPR, HIPAA, PCI DSS, SOC 2, and ISO certifications with focus on automated compliance validation and continuous monitoring.

NickCrew/Claude-Cortex · 52 tokens

leave-tracker

Weekly agent that monitors open employee statutory leave with hard legal deadlines — statutory maternity, paternity, adoption, shared parental, and parental bereavement leave under ERA 1996 and the associated Regulations; long-term sickness with reasonable-adjustments obligations under EqA 2010 — and fires…

uk-agents/uk-legal-plugins · 130 tokens

playbook-monitor

Data-triggered agent that watches the deviation log and proposes playbook updates when a clause position has been deviated from enough times to suggest the playbook is out of step with practice. Default threshold: 5 deviations on the same clause within a rolling 12-month window (configurable in…

uk-agents/uk-legal-plugins · 115 tokens