下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it claims: it logs developer actions locally under ~/.local/share/golang and offers search/export features. Before installing, review the script if you are concerned about local file writes. Avoid passing secrets or sensitive tokens as inputs because anything you log will be stored and could be exported; consider file permissions on the data directory and periodically delete logs if needed. Note the SKILL.md/script versions mention v2.0.0 while registry metadata lis...详细分析 ▾
✓ 用途与能力
Name/description match the included script and SKILL.md: the skill provides a local dev-tool logging utility for Go workflows. No unrelated binaries, services, or credentials are requested.
ℹ 指令范围
Runtime instructions and the script confine operations to a single local directory (~/.local/share/golang) and only read/write log files and perform searches/exports. Note: the tool will record arbitrary inputs you provide into log files and export files, so it can persist sensitive strings if you log them.
✓ 安装机制
No install spec is provided (instruction-only plus a script file). Nothing is downloaded or extracted from external URLs at install time.
✓ 凭证需求
No environment variables or external credentials are required. The script uses HOME to compute the data directory (expected) and standard Unix utilities as declared.
✓ 持久化与权限
always is false and the skill does not request elevated or persistent platform privileges. It only writes to its own per-user data directory and does not modify other skills or global agent config.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv2.0.12026/3/16
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install golang
镜像加速npx clawhub@latest install golang --registry https://cn.longxiaskill.com