Home / Servers

dcl-skills

by Fronesis-Labs

DCL Skills

Compliance and security skills for AI agents — hallucination detection, PII redaction, prompt-injection defense, secret-leak detection, and a DeFi/crypto-specialized variant set.

Published on ClawHub under @daririnch.

Structure

dcl-skills/
├── skills/
│   ├── core/      # general-purpose agent-safety skills
│   └── crypto/     # DeFi-specialized variants (wallets, trades, MEV, on-chain provenance)
├── docs/          # pipeline design, security model, whitepaper
├── tests/golden/  # golden-set eval cases per skill
└── .github/workflows/lint-skills.yml

Skills

Core

SkillPurpose
dcl-policy-enforcerEnforce compliance policy on agent actions before execution
dcl-sentinel-traceDetect & redact PII in agent outputs
dcl-prompt-firewallDetect & block prompt injection
dcl-secret-leak-detectorDetect leaked secrets/credentials
dcl-provenance-trackerVerify skill version integrity / detect supply-chain drift after updates
dcl-skill-auditorPre-install static security scanner for ClawHub skills
dcl-semantic-drift-guardDetect hallucination / context drift vs grounding sources
dcl-pipelineMeta-skill orchestrating the above as one pipeline

Crypto

SkillPurpose
dcl-prompt-firewall-cryptoInjection defense specialized for DeFi contexts
dcl-wallet-guardianValidate wallet-affecting actions before execution
dcl-trade-verifierVerify trade/swap parameters before execution
dcl-mev-complianceCheck MEV exposure / compliance before broadcast
dcl-provenance-tracker-cryptoVerify provenance of on-chain data/contracts referenced
dcl-semantic-drift-cryptoCrypto-specific hallucination detection (token/contract claims)
dcl-output-sanitizerSanitize agent output before display/execution
dcl-crypto-commitFinal compliance checkpoint before irreversible on-chain action

Paid audit (x402)

Some skills (currently: dcl-policy-enforcer, and others noted per-skill) offer a paid, live compliance audit via an x402 MCP server, with a free manual-review fallback when payment/auth isn't available. See each skill's SKILL.md for details.

Contributing / status

Each SKILL.md under skills/ currently contains a placeholder — see docs/pipeline.md for migration status from ClawHub.

License

  • This repo: Apache License 2.0 — see LICENSE.
  • ClawHub listings: platform-enforced MIT-0, cannot be overridden per skill.

See docs/licensing.md for the full breakdown, including an open item on x402/paid-audit wording vs ClawHub's no-pricing-metadata rule.

Related servers

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

NOASSERTION198,904

@modelcontextprotocol/server-everything

Official

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,105

@modelcontextprotocol/server-filesystem

Official

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSE89,105

mcp-server-fetch

Official

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,105