📦 safeclaw — 安全合规检查
v1.0.0对 MCP/LLM 应用配置进行非侵入式安全评估,快速发现潜在风险与合规缺口,一键生成修复建议,保障 AI 服务安全上线。
0· 105·0 当前·0 累计
下载技能包
最后更新
2026/3/23
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
This skill appears to be a wrapper that invokes a local scanner (uv run python main.py) rather than containing the scanner itself. Before installing or running it, verify that a trustworthy 'main.py' scanner actually exists at the project root you expect and inspect that file (or the scanner distribution) — otherwise the agent will execute whatever code is present there with its privileges. Also ensure you trust the 'uv' package manager and have Python 3. Consider running the check in an isolate...详细分析 ▾
⚠ 用途与能力
The skill claims to be a security compliance checker, which is coherent with requiring python3 and a runner (uv). However there is no scanner code bundled with the skill (no main.py or package) and no install spec — the SKILL.md assumes the target project already provides main.py. That dependence on an external, unverified script is inconsistent with the expectation that the skill performs the checks itself.
⚠ 指令范围
Runtime instructions tell the agent to cd {baseDir}/../../ (project root) and run 'uv run python main.py' with the user's config. That executes arbitrary code from the repository with the agent's privileges. While running a local scanner is reasonable for a checker, the skill does not verify or bundle the scanner and offers no safety checks (e.g., confirming main.py is the expected scanner), so the agent may run unexpected code. Auto-discovery also allows scanning arbitrary files under the project root.
✓ 安装机制
No install spec (instruction-only), so the skill does not download or write code to disk. This is lower install risk, but combined with the missing bundled scanner it means the skill relies on an external tool being present in the user's repo/environment.
ℹ 凭证需求
The skill declares no environment variables or credentials (proportionate). However, because it runs a local Python script from the repo, that script could access environment variables, files, or network resources — side-effects that are not declared or constrained by the skill's metadata.
✓ 持久化与权限
always is false and there is no self-install behavior or requests to modify other skills or global config. The skill can be invoked by the agent, but it does not claim permanent presence or extra privileges.
安全有层次,运行前请审查代码。
运行时依赖
🖥️ OSmacOS · Linux
版本
latestv1.0.02026/3/23
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install safeclaw
镜像加速npx clawhub@latest install safeclaw --registry https://cn.longxiaskill.com