← 返回 Skills 市场
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-security-mtoby8326
功能描述
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 be what it says: a local, multi-region PII scanner implemented in pure Python that logs masked results to NDJSON. Before installing, consider: (1) audit storage location — OPENCLAW_AUDIT_DIR defaults to a subdirectory of the repo; change it if you want logs elsewhere and confirm retention (default 7 days) meets your policy, (2) disk traces — background scans write/read temp files and a cache (.scan-cache.json) so ensure the host filesystem and backups are acceptable, (3) process-list leakage — avoid using --text in background runs as the SKILL.md warns, (4) session_id sensitivity — the session_id you pass is recorded and could link logs to users, (5) review file_lock.py and cleanup.py to confirm deletion and pruning behavior meets your expectations, and (6) verify the source/repo/trustworthiness since registry metadata shows Source: unknown even though README references a GitHub URL. If you want stronger guarantees, run the scripts in a sandbox, exercise --dry-run cleanup, and inspect that no raw PII is written (only masked previews and a truncated content-hash are stored).
功能分析
Type: OpenClaw Skill
Name: openclaw-security-mtoby8326
Version: 1.0.0
The openclaw-security skill is a well-engineered PII detection and local auditing tool that uses Python's standard library to scan text for sensitive information across multiple regions. It implements robust security practices, such as masking sensitive values in logs, using file-based input to avoid exposing data in process lists (scripts/audit_worker.py), and providing a dedicated cleanup utility (scripts/cleanup.py). The SKILL.md instructions correctly guide the AI agent to perform non-blocking background audits, and there is no evidence of data exfiltration, unauthorized network access, or malicious intent.
能力评估
Purpose & Capability
Name/description (PII detection for OpenClaw sessions) matches the included code: detectors for phone/email/national id/passport/bank card/name/address/social accounts, smart-sampling, cache, NDJSON audit sink. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md tells the agent to run local Python scripts, write session content to temp files, and start background processes. Those instructions stay within the stated purpose (local scanning and logging). Note: the workflow intentionally uses temp files and explicit --file + --delete-after-read to avoid CLI exposure; the agent (or host) will need filesystem access and the caller supplies a session_id that will be recorded in audit records.
Install Mechanism
No install spec is provided and the project claims zero external dependencies (pure stdlib). The skill ships Python source files — nothing is downloaded or executed from remote URLs during normal use.
Credentials
No required environment variables or secrets are declared. Optional env var (OPENCLAW_AUDIT_DIR) can change storage location; nothing in the code requests cloud credentials or unrelated tokens.
Persistence & Privilege
always:false and no special platform privileges are requested. The skill writes audit logs and a file-backed cache under its own audit directory and uses file locks for concurrency. Because it may be invoked autonomously (platform default), consider whether you are comfortable with background scanning writing local audit records and cache files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-security-mtoby8326 - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-security-mtoby8326触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release from local openclaw-security repository.
元数据
常见问题
OpenClaw Security 是什么?
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 插件,目前累计下载 122 次。
如何安装 OpenClaw Security?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-security-mtoby8326」即可一键安装,无需额外配置。
OpenClaw Security 是免费的吗?
是的,OpenClaw Security 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Security 支持哪些平台?
OpenClaw Security 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Security?
由 mtoby8326(@mtoby8326)开发并维护,当前版本 v1.0.0。
推荐 Skills