← 返回 Skills 市场
mtoby8326

OpenClaw Security PII Audit

作者 mtoby8326 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-security-pii-audit
功能描述
Multi-region async PII detection for OpenClaw sessions. Scans user input, prompts, context, and knowledge base content for sensitive personal data across CN,...
安全使用建议
This skill appears to do what it says: local PII scanning with per-source sampling, masked previews, and NDJSON audit files. Before installing, consider: (1) where the audit directory will be (set OPENCLAW_AUDIT_DIR if you need a specific location and ensure write permissions), (2) audit files and the cache contain hashes and masked previews — treat the audit directory as sensitive and apply your retention/policy controls, (3) the skill relies on callers to choose which content to scan; avoid feeding it secrets you do not want written even in masked form, and (4) review retention/cleanup configuration (default 7 days) to ensure it meets your compliance needs. No network exfiltration, secret-env requests, or surprising install steps were found in the bundle.
功能分析
Type: OpenClaw Skill Name: openclaw-security-pii-audit Version: 1.0.0 The openclaw-security skill bundle is a comprehensive PII auditing tool designed for local session monitoring. It implements multi-region detection for various sensitive data types (IDs, bank cards, phones, etc.) using regex and algorithmic validation (Luhn, checksums). Security features include local-only NDJSON logging, data masking, file locking for concurrency, and a secure temp-file workflow to avoid exposing PII in process metadata. The code is well-documented, includes extensive unit tests (test_all.py), and lacks any indicators of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description (PII audit across multiple regions) matches the included detectors, sampling/cache logic, NDJSON logging, and cleanup scripts. The detectors implement PHONE/EMAIL/PERSON_NAME/ADDRESS/PASSPORT/BANK_CARD/NATIONAL_ID/SOCIAL_ACCOUNT as advertised; regional rules and checksums in references/patterns.md align with detector code.
Instruction Scope
SKILL.md instructs the agent to submit content (input/prompt/context/knowledge_base) to the audit_worker, prefer file-based background scans, and never block the main response. That scope is consistent with a PII-audit skill, but it inherently requires the caller to decide what conversation/context/KB content to feed the script. If the agent or caller supplies content from other skills, those other skills' data may be scanned and written to local audit logs (masked and hashed). The README and code explicitly warn about not passing PII on the command line and recommend using --file + --delete-after-read.
Install Mechanism
This is instruction + bundled Python scripts (no install spec). The code is pure Python stdlib (no external download or packages) and writes only to a local audit directory. No installers, remote downloads, or extracted archives are present.
Credentials
The skill does not require credentials or environment variables. It optionally respects OPENCLAW_AUDIT_DIR to override output location (documented). There are no requests for unrelated secrets or access to other services.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill writes local NDJSON logs and a local scan cache (.scan-cache.json) within its audit directory; this is appropriate for a local audit tool. It does not modify other skills' configs or request system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-security-pii-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-security-pii-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Multi-region async PII detection engine. 8 PII categories, 10 regions, smart sampling, zero dependencies.
元数据
Slug openclaw-security-pii-audit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Security PII Audit 是什么?

Multi-region async PII detection for OpenClaw sessions. Scans user input, prompts, context, and knowledge base content for sensitive personal data across CN,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 OpenClaw Security PII Audit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-security-pii-audit」即可一键安装,无需额外配置。

OpenClaw Security PII Audit 是免费的吗?

是的,OpenClaw Security PII Audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Security PII Audit 支持哪些平台?

OpenClaw Security PII Audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Security PII Audit?

由 mtoby8326(@mtoby8326)开发并维护,当前版本 v1.0.0。

💬 留言讨论