← Back to Skills Marketplace
safeclaw
by
kaillera999
· GitHub ↗
· v1.0.0
· MIT-0
119
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install safeclaw
Description
Security compliance checker for MCP/LLM applications. Performs non-invasive security assessments on configuration files.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install safeclaw - After installation, invoke the skill by name or use
/safeclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is safeclaw?
Security compliance checker for MCP/LLM applications. Performs non-invasive security assessments on configuration files. It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install safeclaw?
Run "/install safeclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is safeclaw free?
Yes, safeclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does safeclaw support?
safeclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created safeclaw?
It is built and maintained by kaillera999 (@kaillera999); the current version is v1.0.0.
More Skills