Install
openclaw skills install dcl-sentinel-traceInstruction-only PII detector and redactor for AI outputs. Detects emails, phones, SSNs, bank cards, IBANs, crypto addresses, and IPs entirely within the agent context — no text ever leaves the agent. GDPR & HIPAA compliant privacy checkpoint for AI pipelines.
openclaw skills install dcl-sentinel-tracePublisher: @daririnch · Fronesis Labs
Version: 2.0.0
Part of: Leibniz Layer™ Security Suite
DCL Sentinel Trace detects and redacts personally identifiable information in AI outputs before they reach users or downstream systems.
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 scanned text never leaves the agent.
| Category | Examples |
|---|---|
email | Any email address pattern |
phone | International and local phone number formats |
national_id | SSNs, national ID numbers, tax IDs |
bank_card | Card PANs (Visa, Mastercard, Amex, etc.) |
iban | International bank account numbers |
crypto_address | Bitcoin, Ethereum, and other wallet addresses |
ip_address | IPv4 and IPv6 addresses |
passport | Passport and travel document numbers |
Paste the text to scan into the conversation. The agent screens it locally against the checklist below. No network requests are made.
Work through each category. For each match found, record:
type — which PII category triggeredredacted_sample — masked version (e.g. te****@****.com)severity — critical for financial/ID data, major for contact data| Condition | Verdict |
|---|---|
| Any finding | NO_COMMIT |
| No findings | COMMIT |
[text]@[domain].[tld] pattern+[country code][number]1, 3, or bc10x{
"verdict": "COMMIT | NO_COMMIT",
"detections": [
{
"type": "email",
"redacted_sample": "te****@****.com",
"severity": "major"
}
],
"detection_count": 0,
"categories_checked": ["T1","T2","T3","T4","T5","T6","T7","T8"],
"categories_clear": ["T1","T2","T3","T4","T5","T6","T7","T8"],
"powered_by": "DCL Sentinel Trace · Leibniz Layer™ · Fronesis Labs"
}
Untrusted input
│
▼
DCL Prompt Firewall ← blocks malicious input
│ COMMIT
▼
LLM
│
▼
DCL Policy Enforcer ← compliance check on output
│ COMMIT
▼
DCL Sentinel Trace ← PII redaction (instruction-only)
│ 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-secret-leak-detector — Credential and API key scandcl-output-sanitizer — Final output sweepdcl-policy-enforcer — Compliance and regulatory checkLeibniz Layer™ · Fronesis Labs · fronesislabs.com