p2-regulatory-check

p2-regulatory-check is a command for coding agents from jonase47/ccpr. It costs 0 tokens per session (1,305 once invoked), scanned A, original, MIT.

A command that checks whether a proposed business or software project can meet its legal and regulatory requirements, such as privacy, medical-device, or financial rules.

In plain words
What is it for?
Use it to validate one regulation or area, or to review open regulatory assumptions using the project's privacy, discovery, concept, and feature documents.
Why use it?
It separates genuine legal obstacles from problems that can be solved before more development time is spent.

Command

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 commands/jonase47/ccpr/p2-regulatory-check
Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/p2-regulatory-check.svg)](https://agentmods.dev/commands/jonase47/ccpr/p2-regulatory-check)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/p2-regulatory-check"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/p2-regulatory-check.svg" alt="Measured on agentmods" 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 1,305 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.00000 $0.01305
Opus 5 $0.00000 $0.00652
Sonnet 5 $0.00000 $0.00261
Haiku 4.5 $0.00000 $0.00130

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

Security

Grade A, and why

p2-regulatory-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 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.

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.

commands/p2-regulatory-check.md · 111 lines

How it starts

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

/p2-regulatory-check – Validate Regulatory Feasibility

Validates the regulatory Assumptions from Phase 1 concretely and practically: Is the venture legally implementable? Which hurdles are real, which are surmountable? The result is a robust regulatory validation as the Decision basis for Gate 2.

Argument: $ARGUMENTS = [Regulation or area, e.g. "DiGA", "DSGVO Art. 9", "GwG", "MDR"]

If provided: Focus the validation on the named regulation or area. If not provided: Read ASSUMPTIONS.md and DSGVO_INITIAL_ASSESSMENT.md and check all open regulatory Assumptions. If any context is missing, ask for the relevant regulatory areas.

Execution

1. Read Context

Read the following files (if available):

  • ASSUMPTIONS.md (regulatory Assumptions with prioritisation)
  • DSGVO_INITIAL_ASSESSMENT.md (results from /p1-privacy)
  • DISCOVERY.md (regulatory assessment from /p0-regulatory)
  • CONCEPT.md / FEATURES.md (What exactly is to be implemented?)

2. Delegate to security-master Agent (Lead)

Delegate the regulatory validation to the security-master agent:

Validate the regulatory Assumptions for the following area: $ARGUMENTS Context from ASSUMPTIONS.md and DSGVO_INITIAL_ASSESSMENT.md: [Insert relevant Assumptions]

Check and evaluate concretely:

A. DSGVO Feasibility

  • Are the legal bases identified in DSGVO_INITIAL_ASSESSMENT.md actually applicable?
  • Are the planned technical and organisational measures (TOMs) sufficient?
  • Is a Data Protection Impact Assessment (DPIA) required and feasible?
  • Are data processing agreements (DPA) with all relevant third parties possible?

B. Sector-Specific Regulation (if $ARGUMENTS is specific)

  • What are the concrete requirements of this regulation?
  • Which certifications or approvals are needed?
  • How long do these processes typically take?
  • What do they cost (time + money)?

C. Result per Assumption

  • ✅ Confirmed: Regulatory implementation feasible
  • ⚠️ Feasible with effort: Describe concrete measures and timeline
  • ❌ Not feasible / knock-out criterion: Clear rationale and alternatives

D. Recommendations for Action

  • What must be adjusted in the Concept or MVP scope?
  • What should be legally secured (involve a lawyer)?

Read the full file on GitHub · 111 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. yesterday Changed · +3 lines a4eb63081220
  2. 5d ago First seen · 108 lines · 0 tokens per session scan A 35411f582c6c

Subscribe to this mod's changes

p2-regulatory-check is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,305 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.