← 返回 Skills 市场
ucloud-sec

test0413-6348

作者 ucloud-securiry · GitHub ↗ · v1.5.3 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test0413-6348
功能描述
Security audit + append-only logging + monitoring for OpenClaw skills (file-level diff, baseline approval, SHA-256 integrity).
安全使用建议
This tool appears coherent: it will read your whole skills workspace, snapshot contents into a local git repo, and append audit entries to ~/.openclaw/skills-audit/logs.ndjson. Before enabling automated monitoring or cron-based notifications you should: (1) run the init and a manual scan yourself and inspect ~/.openclaw/skills-audit/logs.ndjson and snapshots to confirm what will be collected; (2) confirm that no secrets (API keys, private keys, credentials) are stored inside skills you don't want logged — the scanner will read any files under the skills tree and may include snippets in logs; (3) review and customize templates/notify.txt so external notifications do not leak sensitive diffs, and only create cron jobs after you explicitly approve the command and delivery channel; (4) if you prefer, run the scanner in an isolated environment for the first pass. The code uses only standard-library modules and git, so there are no hidden external dependencies in the package itself.
功能分析
Type: OpenClaw Skill Name: test0413-6348 Version: 1.5.3 This skill is a security auditing and monitoring framework designed to perform static analysis and integrity tracking of other OpenClaw skills. It uses Python scripts (skills_audit.py and skills_watch_and_notify.py) to maintain a local git-based snapshot of the workspace, generate append-only audit logs (NDJSON), and detect high-risk patterns such as shell injection or data exfiltration signatures defined in its configuration files. The instructions in SKILL.md are defensive, explicitly directing the AI agent to avoid automatically creating persistence (cron jobs) and to prioritize safe summaries over raw data exposure to prevent accidental leakage of sensitive information found in file diffs.
能力标签
cryptorequires-walletrequires-oauth-token
能力评估
Purpose & Capability
Name/description (skills-audit, static analysis, diffs, baseline approval) match the included scripts and config. Required tools (Python ≥3.9 and git) and local filesystem access align with the stated purpose. No unrelated cloud credentials or extraneous binaries are requested.
Instruction Scope
The SKILL.md and scripts instruct the agent to read the full workspace/skills tree, compute diffs, snapshot into ~/.openclaw/skills-audit/snapshots, and append NDJSON logs to ~/.openclaw/skills-audit/logs.ndjson. This behavior is coherent for an audit tool, but it does mean the tool will read and store file contents (including any secrets present in skills) locally and may include snippets in logs/notifications. The skill explicitly warns about not auto-pushing full diffs and requires a 'show' flow for detailed diffs — that mitigation is present in the instructions.
Install Mechanism
No external install/downloads are requested; code is provided and scripts claim to use only the Python standard library. No network-based installs or arbitrary archives are fetched by an installer spec. Using git and subprocesses is expected for snapshot/diff operations.
Credentials
The skill requests no environment variables or credentials. It does access the user's home and the workspace path (~/.openclaw and workspace/skills) to read and write audit data, snapshots, and baseline state — this filesystem access is necessary for its function but is broad (reads entire skills directory and writes logs/snapshots).
Persistence & Privilege
The skill writes to ~/.openclaw/skills-audit and can be run periodically (via cron) but explicitly instructs the agent not to create cron jobs automatically. It does not request always:true. The persisting of snapshots/logs is expected, but you should confirm cron/scheduling and notification delivery targets before enabling automated push to external channels.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test0413-6348
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test0413-6348 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.3
Fork for publication test after compliance cleanup
元数据
Slug test0413-6348
版本 1.5.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

test0413-6348 是什么?

Security audit + append-only logging + monitoring for OpenClaw skills (file-level diff, baseline approval, SHA-256 integrity). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 test0413-6348?

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

test0413-6348 是免费的吗?

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

test0413-6348 支持哪些平台?

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

谁开发了 test0413-6348?

由 ucloud-securiry(@ucloud-sec)开发并维护,当前版本 v1.5.3。

💬 留言讨论