← 返回 Skills 市场
kaillera999

safeclaw

作者 kaillera999 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinux ⚠ suspicious
119
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install safeclaw
功能描述
Security compliance checker for MCP/LLM applications. Performs non-invasive security assessments on configuration files.
安全使用建议
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 isolated environment (container/VM) or using a version of the skill that bundles a vetted scanner or invokes a known remote service instead of executing project-local code.
功能分析
Type: OpenClaw Skill Name: safeclaw Version: 1.0.0 The SafeClaw skill bundle is a security compliance checker for MCP/LLM configurations. The instructions in SKILL.md and README.md are consistent with its stated purpose, guiding the agent to run a local Python script (main.py) and report security findings. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in the provided files.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install safeclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /safeclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of safeclaw: a security compliance checker for MCP/LLM application configuration files. - Supports non-invasive security assessments on JSON, YAML, or TOML configs. - Features automatic config discovery or manual path selection. - Reports summary results, prioritizes and details high-risk and attention issues with remediation suggestions. - Exits with distinct codes for pass, attention, or high-risk findings. - Includes a sample config template and documentation of all checked categories.
元数据
Slug safeclaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

safeclaw 是什么?

Security compliance checker for MCP/LLM applications. Performs non-invasive security assessments on configuration files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。

如何安装 safeclaw?

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

safeclaw 是免费的吗?

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

safeclaw 支持哪些平台?

safeclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 safeclaw?

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

💬 留言讨论