agent-security-dlp
Agent Security DLP - 企业级数据防泄漏系统 功能: 入口防护、记忆保护、工具管控、出口过滤、审计日志 规则: 170条,覆盖金融、医疗、汽车、销售、人力资源、物流等25+行业 触发: check-output(对话出口) / check-input(对话入口) / check-tool(工具执行) 场景: 命令行 / Python集成 / 装饰器自动触发
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/caidongyun/agent-security-dlpWhat This Skill Does
The Agent Security DLP (Data Loss Prevention) skill is an enterprise-grade security framework designed to protect AI agents from data leakage and malicious manipulation. It acts as an intelligent intermediary, analyzing data flows across five critical layers: input (preventing prompt injection), internal memory, tool execution, output filtering (sensitive data masking), and comprehensive auditing. With a robust library of 170 regex-based rules spanning over 25 industries, this skill ensures that your sensitive business data—from API keys and medical records to financial credentials—is never accidentally exposed or compromised. It provides real-time monitoring and configurable enforcement modes to balance security with developer productivity.
Installation
To integrate this security layer into your OpenClaw environment, use the command-line interface to pull the module directly from the official repository. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/caidongyun/agent-security-dlp
Once installed, you can verify the integrity of the setup by running the status check utility: python3 skills/agent-security-dlp/bin/agent-dlp status. Ensure your configuration files located in config/config.json are properly mapped to match your security requirements, choosing between 'normal', 'strict', or 'personal' modes based on your environment's needs.
Use Cases
This skill is ideal for teams deploying AI agents in high-compliance environments. For example, in a medical setting, the DLP agent automatically masks patient records before they are transmitted to a third-party LLM. In financial services, it detects and prevents the accidental leakage of bank card numbers or private cryptographic keys in outbound communications. Development teams use it to automatically intercept 'jailbreak' prompts that attempt to override system instructions. By deploying this, companies can audit every interaction, ensuring that internal communications comply with corporate privacy policies and regulatory standards such as PII and data privacy laws.
Example Prompts
- "Check if the recent output to the user contained any exposed API keys or cleartext credentials from the last tool execution."
- "Update the DLP configuration to strict mode and monitor for any attempts to exfiltrate company salary data in the logs."
- "Audit the latest conversation flow to identify potential prompt injection attacks directed at the agent's core system prompt."
Tips & Limitations
To maximize the effectiveness of the DLP agent, perform regular updates to the rule sets to stay protected against new patterns of data exfiltration. While the regex-based engine is highly performant and suitable for production, be aware that static rule matching may have limitations compared to transformer-based semantic scanning. We recommend using 'strict' mode in production environments to maximize protection. Avoid disabling the audit log feature, as it provides the only forensic trail for identifying attempted security breaches. Finally, always validate your custom regex additions in a staging environment before pushing them to your primary agent instance to prevent over-blocking legitimate business communications.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-caidongyun-agent-security-dlp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
agent-security-skill-scanner
AI Agent 安全扫描器 - 多语言检测 + AST 分析 + 意图识别 + LLM 验证
security-skill-hub
安全技能插座 - 统一的安全技能管理和调用平台 这是一个安全技能的"插座"框架,提供统一的安全能力入口。已集成以下技能: **全网技能搜索 (ClawHub)**: - clawhub: 从 clawhub.com 搜索安装全网技能 **信息收集类**: - collector-strategy: 采集策略Skill - skill-sample-collector: 样本采集Skill **漏洞扫描类**: - security-vuln-scanner: 漏洞扫描Skill - agent-security-code-scanner: 代码安全扫描 **威胁情报类**: - ioc-validator: IOC验证Skill - security-ioc-research: IOC研究Skill - threat-monitoring: 威胁监控 **恶意软件分析**: - code-malware-scanner: 恶意代码扫描 - agent-security-skill-scanner: 技能安全扫描 **防护类**: - agent-defender: Agent Defender安全防护 - agent-security-network-guardian: 网络防护监控 **审计类**: - agent-security-openclaw-audit: OpenClaw安全审计 - agent-security-governance-audit: 治理审计 **其他安全类**: - agent-security-password-hardening: 密码硬化检测 - agent-security-key-manager: 密钥管理 - security-ioc-research: IOC研究 使用场景: - 需要调用安全能力时 - 不知道用哪个安全技能时 - 需要组合多个安全技能时 - 扩展新的安全能力时
agent-security-scanner
AI Agent 安全扫描器 - 多语言检测 + AST 分析 + 意图识别 + LLM 验证
aagent-system
多智能体自动化系统,用于AI Agent技能样本采集、安全扫描、威胁情报收集和研究分析。支持单机多进程架构,可自动采集样本、检测恶意技能、提取IOC、更新规则。触发命令: /aagent start
Srs
Skill by caidongyun