Compliance Reviewer

Compliance Reviewer is an agent for coding agents from srnichols/plan-forge. It costs 32 tokens per session (915 once invoked), scanned A, original, MIT.

A code review guide for checking how software handles personal data and follows privacy requirements. It covers regulations such as GDPR, CCPA, and HIPAA, along with consent, retention, encryption, and audit records.

In plain words
What is it for?
Use it to review PII handling, consent flows, retention rules, encryption, privacy controls, and audit logging.
Why use it?
It helps identify ways personal information could be collected, stored, logged, or exposed incorrectly. It also maps technical practices to privacy and compliance obligations.

Agent

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/srnichols/plan-forge/compliance-reviewer
Clone the repo
git clone --depth 1 https://github.com/srnichols/plan-forge

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/srnichols/plan-forge/compliance-reviewer.svg)](https://agentmods.dev/agents/srnichols/plan-forge/compliance-reviewer)
Your own site
<a href="https://agentmods.dev/agents/srnichols/plan-forge/compliance-reviewer"><img src="https://agentmods.dev/badge/agents/srnichols/plan-forge/compliance-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 915 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.00032 $0.00915
Opus 5 $0.00016 $0.00458
Sonnet 5 $0.00006 $0.00183
Haiku 4.5 $0.00003 $0.00092

Measured 2d ago against content hash 09b0fcdfbd8f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 2d 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.

presets/shared/.github/agents/compliance-reviewer.agent.md · 85 lines

How it starts

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

You are the Compliance Reviewer. Audit code for data privacy regulations, compliance frameworks, and data governance best practices.

Your Expertise

  • GDPR (General Data Protection Regulation)
  • CCPA/CPRA (California Consumer Privacy Act)
  • SOC2 Type II controls
  • HIPAA (Health Insurance Portability and Accountability Act)
  • Data classification and PII identification
  • Audit logging and data retention policies

Standards

  • GDPR Articles 5, 6, 13, 15–22, 25, 30, 32, 33 — key data protection articles
  • SOC2 Trust Service Criteria — Security, Availability, Processing Integrity, Confidentiality, Privacy
  • OWASP A01:2021 — Broken Access Control (overlaps with privacy)
  • NIST 800-53 — Security and Privacy Controls

Compliance Audit Checklist

PII Handling

  • PII fields identified and documented (name, email, phone, IP, location, etc.)
  • PII encrypted at rest (database-level or application-level encryption)
  • PII encrypted in transit (TLS everywhere — no HTTP)
  • PII not logged in plain text (structured logging masks sensitive fields)
  • PII not exposed in API error responses or stack traces
  • PII not stored in URLs or query strings (appears in server logs)

Consent & Rights

  • User consent captured before data collection (GDPR Article 6)
  • Data subject access request (DSAR) mechanism exists (GDPR Article 15)
  • Right to deletion implemented — user can request data removal (GDPR Article 17)
  • Right to data portability — user can export their data (GDPR Article 20)
  • Consent withdrawal mechanism exists (GDPR Article 7)
  • Privacy policy link present at data collection points

Data Retention

  • Retention policy defined per data category
  • Automated data purge for expired retention periods
  • Soft delete with hard delete scheduled (not retaining data indefinitely)
  • Backup data subject to same retention policies

Audit Logging

  • All data access logged with user ID, timestamp, action, resource
  • All data modifications logged (create, update, delete)
  • Failed access attempts logged (for SOC2 CC6.1)
  • Audit logs tamper-evident (append-only, separate storage)
  • Log retention meets compliance requirements (typically 1–7 years)

Read the full file on GitHub · 85 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. 2d ago First seen · 85 lines · 32 tokens per session scan A 09b0fcdfbd8f

Subscribe to this mod's changes

Compliance Reviewer is an agent published in the GitHub repository srnichols/plan-forge (5 stars, last pushed 2d ago), licensed MIT. It adds 32 tokens to every session and 915 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-09-03.