📦 敏感内容扫描器 — 技能工具

v2.0.0

专业的敏感内容扫描器,支持 PII 检测(身份证/手机号/银行卡/邮箱/IP)、敏感词检测、置信度评分、多格式报告生成。适用于文档审查、安全审计、内容合规检查、隐私保护等场景。

0· 0·0 当前·0 累计

运行时依赖

无特殊依赖

安装命令

点击复制
官方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
数据来源ClawHub ↗ · 中文优化:龙虾技能库