compliance-check

compliance-check is a command for Claude Code from mizukaizen/hive-doctrine-mcp. It costs 0 tokens per session (462 once invoked), scanned A, original, MIT.

A quick check of software or processes against one selected compliance framework requirement. Compliance frameworks such as SOC 2, ISO 27001, GDPR, and PCI-DSS define controls organisations use to manage security, privacy, and operational risks.

In plain words
What is it for?
Use it to check areas such as access control, encryption, logging, data retention, incident response, change management, backups, or network security.
Why use it?
It provides a focused assessment without running a broader audit and identifies evidence or gaps for a specific control area.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to check areas such as access control, encryption, logging, data retention, incident response, change management, backups, or network security.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/mizukaizen/hive-doctrine-mcp/compliance-check
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/mizukaizen/hive-doctrine-mcp

Made for: Claude Code.

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-check

README.md
[![agentmods](https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/compliance-check/github.svg)](https://agentmods.dev/commands/mizukaizen/hive-doctrine-mcp/compliance-check)
Your own site
<a href="https://agentmods.dev/commands/mizukaizen/hive-doctrine-mcp/compliance-check"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/compliance-check/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-check

Your own site · 80×15
<a href="https://agentmods.dev/commands/mizukaizen/hive-doctrine-mcp/compliance-check"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/compliance-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 462 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.00000 $0.00462
Opus 5 $0.00000 $0.00231
Sonnet 5 $0.00000 $0.00092
Haiku 4.5 $0.00000 $0.00046

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

Security

Grade A, and why

compliance-check 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 10d 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.

gated-products/honey/claude-packages/HD-4007-security-team/commands/compliance-check.md · 68 lines

How it starts

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

/compliance-check

Quick compliance check against specific framework requirements.

Usage

/compliance-check --framework "SOC2|ISO27001|GDPR|PCI-DSS" --control "<control-area>"

Behaviour

Unlike the full /audit, this is a targeted check for a specific control area. It runs fast and returns a focused assessment.

1. Identify the Control

Map the control area to specific framework requirements. Common control areas:

Area What It Covers
access-control Authentication, authorisation, session management
encryption Data at rest, data in transit, key management
logging Audit trails, log retention, monitoring
data-retention Data lifecycle, deletion, archival
incident-response Detection, response, notification procedures
change-management Code review, deployment gates, rollback procedures
backup Backup frequency, testing, recovery procedures
network Firewalls, segmentation, ingress/egress controls

2. Scan for Evidence

Search the codebase and configuration for evidence relevant to the specified control:

  • Configuration files
  • Code patterns (middleware, decorators, hooks)
  • Documentation (policies, runbooks)
  • CI/CD pipeline definitions

3. Quick Assessment

Produce a focused result:

# Compliance Check: [Framework] — [Control Area]

## Status: [PASS / PARTIAL / FAIL]

## Requirements Checked
| # | Requirement | Status | Evidence |
|---|------------|--------|----------|
| 1 | [Requirement] | [Met/Not Met] | [File or config reference] |

## Gaps (if any)
- [Specific gap and what is needed]

## Quick Fixes
- [Immediate action that would improve compliance]

4. Output

Display the result inline. If gaps are found, offer to create remediation tasks.

Notes

  • This is a lightweight check, not a formal audit. Use /audit for comprehensive compliance assessment.
  • The check looks at code and configuration only. It cannot verify operational procedures (e.g., whether backups are actually tested regularly).

Read the full file on GitHub · 68 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. 10d ago First seen · 68 lines · 0 tokens per session scan A 2ccc6491a7d4

Subscribe to this mod's changes

compliance-check is a command published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 462 tokens. 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.