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.
npx agentmods add agents/srnichols/plan-forge/compliance-reviewergit clone --depth 1 https://github.com/srnichols/plan-forgeWrote 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.
[](https://agentmods.dev/agents/srnichols/plan-forge/compliance-reviewer)<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>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.
| Model | Per session | Once 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 |
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.
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)
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.
- 2d ago First seen · 85 lines · 32 tokens per session scan A 09b0fcdfbd8f
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.
Other agents, from other repositories
ring:ui-engineer
UI Implementation Engineer specialized in translating product-designer outputs (ux-criteria.md, user-flows.md, wireframes/) into production-ready React/Next.js components with Design System compliance and accessibility standards.
_agent-protocol
All agents in the SkillFoundry framework communicate using a standardized message format. This ensures.
_anvil-protocol
Version: 1.1 Status: ACTIVE Applies To: All Agents in the Story Execution Pipeline.
_arena-protocol
For each story, spawn 2-3 independent agent runs.
lead-validator
Blind validator agent. Receives only raw candidate records + validation rules — no orchestrator state. Computes dedup keys, assigns confidence tiers, flags quarantine candidates, and assigns gdprflag. Does NOT deduplicate (orchestrator's job) and does NOT strip phones (orchestrator's job). Never writes files.
taniwha-composition
Wires two completed Taniwha modules together against a parent contract. Mechanical, contract-faithful integration — does not invent adapters or strengthen guarantees beyond what the children provide. Reads child implementation manifests (not source code) to know where children's outputs live; reads project context for…