Simple DLP Guard (Bilingual)

Scan local text and files for sensitive information using Python regex.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/fishcoderli/openclaw-dlp-guard --skill simple-dlp-guard-bilingual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Simple DLP Guard (Bilingual)
Source: https://github.com/fishcoderli/openclaw-dlp-guard/tree/main
Command: npx skills add https://github.com/fishcoderli/openclaw-dlp-guard --skill simple-dlp-guard-bilingual

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw 本地机密审查技能在本地环境中对传入的文本与文件执行快速机密信息预检,帮助在加载、分析或发送数据给云端前拦截潜在泄密。 / Local bilingual DLP screening performs ultra-fast pre-checks on local text and files to intercept potential leaks before loading, analyzing, or sending data to cloud models.

Core Features & Use Cases

  • Pure Python, zero external dependencies, runs entirely locally.
  • 双语支持:中英文关键词与正则边界减少误报。
  • 工作流安全:在处理本地内容前运行本地扫描以决定是否继续。

Quick Start

Run the scanner against a local text input or file to see if sensitive content is detected before any further processing.

Frequently Asked Questions about Simple DLP Guard (Bilingual)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan local text for sensitive data before sending it to an agent?

Local data leak prevention screening intercepts sensitive information in local data before it reaches the agent. It acts as a self-contained DLP scanner using pure Python regex and keyword dictionaries with zero external dependencies.

Can I detect sensitive information in documents and code without external dependencies?

Yes, you can detect sensitive information in documents and code without external dependencies. The scanner runs entirely locally using pure Python regex and keyword dictionaries, requiring zero external libraries.

Does bilingual DLP screening support both Chinese and English keyword detection?

Bilingual DLP screening supports both Chinese and English keyword detection. It applies regex boundaries and keyword dictionaries for both languages to reduce false positives during local scanning.

What is the best way to prevent data leaks when processing large text contexts locally?

The best way to prevent data leaks when processing large text contexts locally is performing on-device DLP pre-checks using regex and keyword dictionaries before analyzing or sending data to cloud models.

When should I run a local DLP scan in my workflow?

You should run a local DLP scan before loading, analyzing, or sending local content to cloud models. Running the scanner first decides whether to continue processing based on detected sensitive information.