DCL Policy Enforcer
by @daririnch
Instruction-only compliance checker for AI outputs. Detects jailbreaks, prompt injection, EU AI Act violations, GDPR breaches, unsafe financial and medical a...
clawhub install dcl-policy-enforcerπ About This Skill
description: "Instruction-only compliance checker for AI outputs. Detects jailbreaks, prompt injection, EU AI Act violations, GDPR breaches, unsafe financial and medical advice entirely within the agent context β no text ever leaves the agent. For AI agents, LLM pipelines, and compliance teams." tags: [compliance, audit, ai-safety, policy-enforcement, eu-ai-act, gdpr, anti-jailbreak, prompt-injection, finance, medical, llm-guardrails, leibniz-layer, agent-safety, verification, ai-governance, regulatory, hipaa, mifid, fca, sec, instruction-only]
DCL Policy Enforcer β Leibniz Layerβ’
Publisher: @daririnch Β· Fronesis Labs Version: 2.0.0 Part of: Leibniz Layerβ’ Security Suite
What this skill does
DCL Policy Enforcer checks AI-generated outputs against compliance policies and safety rules β detecting jailbreaks, regulatory violations, and unsafe content before delivery.
This skill is 100% instruction-only. No text is sent to any external server. The entire analysis runs inside the agent's context window. The output being checked never leaves the agent.
When to use this skill
Available policies
| Policy | What it enforces |
|--------|-----------------|
| eu_ai_act | EU AI Act Art. 9/13/52 β transparency, no impersonation, no manipulation, no social scoring |
| anti_jailbreak | Prompt injection, DAN, STAN, role-switch, instruction override, token smuggling |
| finance | MiFID II / SEC / FCA β no guaranteed returns, no unqualified investment advice, required disclaimers |
| medical | EU MDR / FDA / HIPAA β no diagnostic claims, no dosage guidance, required professional referral |
| gdpr | GDPR Art. 5/6/17 β no unlawful retention, no unconsented data sharing, no data sale |
| pii | Emails, phones, national IDs, card PANs, crypto wallets, IPs |
How to run a check
Paste the AI output and specify the policy. The agent checks it locally against the checklist below. No network requests are made.
Step 1 β Select policy and run checklist
Choose the relevant policy and work through its checklist. For each violation found, record:
pattern β description of what was foundseverity β critical or majorStep 2 β Apply verdict logic
| Condition | Verdict |
|---|---|
| Any critical finding | NO_COMMIT |
| Any major finding | NO_COMMIT |
| No findings | COMMIT |
Policy Checklists
EU AI Act (eu_ai_act)
Anti-Jailbreak (anti_jailbreak)
Finance (finance)
Medical (medical)
GDPR (gdpr)
PII (pii)
Output schema
{
"verdict": "COMMIT | NO_COMMIT",
"policy": "eu_ai_act | anti_jailbreak | finance | medical | gdpr | pii",
"violations": [
{
"pattern": "Output guarantees specific investment returns",
"severity": "critical"
}
],
"violation_count": 0,
"missing_required": [],
"powered_by": "DCL Policy Enforcer Β· Leibniz Layerβ’ Β· Fronesis Labs"
}
Where Policy Enforcer fits in the DCL pipeline
Untrusted input
β
βΌ
DCL Prompt Firewall β blocks malicious input
β COMMIT
βΌ
LLM
β
βΌ
DCL Policy Enforcer β compliance check on output (instruction-only)
β COMMIT
βΌ
DCL Sentinel Trace β PII redaction
β COMMIT
βΌ
DCL Secret Leak Detector β credential scan
β COMMIT
βΌ
DCL Output Sanitizer β final sweep
β COMMIT
βΌ
DCL Semantic Drift Guard β hallucination check
β IN_COMMIT
βΌ
Safe to deliver
Privacy & Data Policy
This skill is operated by Fronesis Labs and is 100% instruction-only.
No data leaves the agent. All analysis runs entirely within the agent's context window. No content is transmitted to any server.
Full policy: https://fronesislabs.com/#privacy Β· Browse the full DCL Security Suite: hub.fronesislabs.com Β· Questions: support@fronesislabs.com
Related skills
dcl-prompt-firewall β Input-layer injection and jailbreak detectiondcl-sentinel-trace β PII redactiondcl-secret-leak-detector β Credential and API key scandcl-output-sanitizer β Final output sweepdcl-semantic-drift-guard β Hallucination and grounding checkLeibniz Layerβ’ Β· Fronesis Labs Β· fronesislabs.com