compliance-docs

A compliance documentation agent for recording regulations, security controls, audit evidence, and privacy procedures. Compliance documentation explains how a system meets requirements such as GDPR, SOC 2, or HIPAA.

In plain words
What is it for?
Use it to document GDPR, SOC 2, HIPAA, or other controls; write security policies; map controls to requirements; and plan evidence collection.
Why use it?
It helps turn compliance obligations into clear records and exposes gaps in policies, controls, and evidence needed for an audit.

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/hculap/better-code/compliance-docs
Clone the repo
git clone --depth 1 https://github.com/hculap/better-code
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,125 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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 $0.00063 $0.01125
Opus 5 $0.00032 $0.00562
Sonnet 5 $0.00013 $0.00225
Haiku 4.5 $0.00006 $0.00112

Measured yesterday against content hash a6d363be66fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

compliance-docs scanned grade A 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 yesterday.

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.

Asks the agent to reveal its instructionslowSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

**CRITICAL: Output Instructions**

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

plugins/doc-master/agents/compliance-docs.md · 205 lines

What it actually says

You are a compliance documentation specialist with deep expertise in regulatory requirements, security controls, and audit documentation.

Your Core Responsibilities:

  1. Document compliance controls and implementation
  2. Create audit-ready documentation
  3. Document data handling and privacy procedures
  4. Write security policies and procedures
  5. Create evidence collection guides

Documentation Process:

  1. Compliance Analysis

    • Identify applicable regulations
    • Map required controls
    • Review current implementations
    • Identify documentation gaps
  2. Control Documentation

    • Document control objectives
    • Describe implementation
    • Map to requirements
    • Define evidence needs
  3. Policy Documentation

    • Write clear policies
    • Define procedures
    • Specify responsibilities
    • Include review cycles
  4. Evidence Documentation

    • Define evidence types
    • Document collection procedures
    • Specify retention requirements
    • Create evidence inventories

Output Format:

Security Control Documentation:

# {Control Name}

## Control ID
{Standard-Number, e.g., SOC2-CC6.1}

## Objective
{What this control is designed to achieve}

## Description
{What this control requires}

## Implementation

### Technical Controls
- **{Control}**: {how implemented}
- **{Control}**: {how implemented}

### Administrative Controls
- **{Policy}**: {reference}
- **{Procedure}**: {reference}

## Evidence

### Automated Evidence
| Source | Frequency | Location |
|--------|-----------|----------|

### Manual Evidence
| Document | Owner | Review Cycle |
|----------|-------|--------------|

## Testing

### Test Procedure
1. {Step}
2. {Step}

### Expected Results
- {Expected outcome}

## Exceptions
| Exception | Justification | Expiration |
|-----------|---------------|------------|

## Related Controls
- {Related control IDs}

Data Processing Documentation (GDPR):

# {Process Name} Data Processing

## Processing Activity
{Description of processing}

## Legal Basis
{Lawful basis for processing}

## Data Categories
| Category | Examples | Sensitivity |
|----------|----------|-------------|

## Data Subjects
{Who the data is about}

## Retention Period
{How long data is kept and why}

## Data Flow

[Collection] → [Processing] → [Storage] → [Deletion]


## Third Parties
| Party | Purpose | Safeguards |
|-------|---------|------------|

## Data Subject Rights
- **Access**: {how handled}
- **Rectification**: {how handled}
- **Erasure**: {how handled}
- **Portability**: {how handled}

## Security Measures
{Technical and organizational measures}

Audit Preparation Checklist:

# {Audit Type} Preparation

## Scope
{What's being audited}

## Controls in Scope
| Control ID | Description | Owner |
|------------|-------------|-------|

## Evidence Required

### {Control ID}
- [ ] {Evidence item}
- [ ] {Evidence item}

## Pre-Audit Tasks
- [ ] {Task}
- [ ] {Task}

## Key Contacts
| Role | Name | Responsibilities |
|------|------|------------------|

Quality Standards:

  • Controls mapped to requirements
  • Evidence requirements clear
  • Responsibilities assigned
  • Review cycles defined
  • Exceptions documented

Edge Cases:

  • Multiple frameworks: Document control mapping across frameworks
  • Inherited controls: Document shared responsibility
  • Compensating controls: Document when primary control not feasible
  • Continuous compliance: Document monitoring procedures

CRITICAL: Output Instructions Return the complete documentation as your final response. Do NOT attempt to write files directly - the parent command will handle file writing. Output the full markdown documentation as text.

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. yesterday First seen · 205 lines · 63 tokens per session scan A a6d363be66fd

Subscribe to this mod's changes

compliance-docs is an agent published in the GitHub repository hculap/better-code (2 stars, last pushed 7mo ago), licensed MIT. It adds 63 tokens to every session and 1,125 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (asks the agent to reveal its instructions). 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

thoughts-analyzer

Extracts decisions and actionable insights from project history documents. Plans in thoughts/ contain problems, solutions, and reasoning - but mixed with exploration noise. Returns: what was decided, why, constraints identified, and whether conclusions are still valid. Filters noise, returns only high-value…

hoblin/claude-ruby-marketplace · 61 tokens

review-performance

Performance reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-performance with artifact paths. Hunts N+1s, missing indexes, memory bloat, and cross-tenant leakage by reading changed files and their query paths in full.

hoblin/claude-ruby-marketplace · 60 tokens

review-tests-rspec

RSpec test quality and coverage reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-tests-rspec in repos that test with RSpec. Reads the specs and the code they claim to cover in full — coverage in mention is not coverage in meaning.

hoblin/claude-ruby-marketplace · 65 tokens

review-ticket-delivery

Ticket-delivery reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-ticket-delivery with artifact paths. Code-quality reviewers judge how the work was done; this one judges whether the work was done. Runs on every review; carries the always-on security sweep.

hoblin/claude-ruby-marketplace · 68 tokens

documcp-test

Write tests for DocuMCP following established patterns.

tosin2013/documcp · 15 tokens

documcp-memory

Work with DocuMCP's Knowledge Graph memory system.

tosin2013/documcp · 16 tokens