运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install sensitive-content-scanner
镜像加速npx clawhub@latest install sensitive-content-scanner --registry https://cn.longxiaskill.com镜像同步中
技能文档
A professional sensitive content scanner that detects PII (Personally Identifiable Information) and sensitive words.
Features
- PII Detection: Supports detection of ID cards, phone numbers, bank cards, emails, and IP addresses
- Sensitive Word Detection: Built-in sensitive word library with customizable rules
- Confidence Scoring: Provides confidence scores for detected content
- Multi-format Reports: Generate reports in JSON, CSV, and HTML formats
Usage
# Scan a file openclaw scan document.txt# Scan with custom rules openclaw scan document.txt --rules custom-rules.json
# Generate HTML report openclaw scan document.txt --format html --output report.html
Configuration
Configure detection rules in config.json:
{
"pii_types": ["id_card", "phone", "bank_card", "email", "ip"],
"sensitive_words": ["custom", "word", "list"],
"confidence_threshold": 0.8
}
Use Cases
- Document review
- Security audit
- Content compliance checking
- Privacy protection