Install
openclaw skills install dcl-policy-enforcerInstruction-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.
openclaw skills install dcl-policy-enforcerPublisher: @daririnch · Fronesis Labs
Version: 2.0.0
Part of: Leibniz Layer™ Security Suite
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.
| 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 |
Paste the AI output and specify the policy. The agent checks it locally against the checklist below. No network requests are made.
Choose the relevant policy and work through its checklist. For each violation found, record:
pattern — description of what was foundseverity — critical or major| Condition | Verdict |
|---|---|
Any critical finding | NO_COMMIT |
Any major finding | NO_COMMIT |
| No findings | COMMIT |
{
"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"
}
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
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
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