← Back to Skills Marketplace
434
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install vivi-skill-vetter
Description
Security-first skill vetting for AI agents. Use BEFORE installing any skill from ClawHub, GitHub, or other sources. Checks for red flags, dangerous patterns,...
Usage Guidance
This skill looks coherent and appropriate for vetting other skills, but take these precautions before use: 1) Inspect scripts/vet_skill.py yourself (or review with someone you trust) — a vetter must be trusted. 2) Run scans on cloned repos in a sandbox or ephemeral container (not as root) to avoid accidental execution of malicious install scripts. 3) Remember the vetter detects patterns but is not perfect — manual review of flagged items is required and the absence of flags is not a guarantee. 4) Do not run installers (curl | bash, installers, or scripts found in the scanned repo) without manual inspection and verification. 5) If you plan to automate this vetter, pin a specific vetted version and monitor updates/changes to the vetter itself.
Capability Analysis
Type: OpenClaw Skill
Name: vivi-skill-vetter
Version: 1.0.0
The skill bundle is a security utility designed to perform static analysis and vetting of other OpenClaw skills. The core logic in 'scripts/vet_skill.py' implements a regex-based scanner to detect dangerous patterns such as RCE, privilege escalation, and data exfiltration. While the script contains numerous high-risk strings (e.g., 'rm -rf /', 'curl | bash'), they are used exclusively as detection signatures and are not executed. The documentation in 'SKILL.md' and 'references/patterns.md' provides legitimate security guidance and a 'Three-Zone Security Boundary' framework to help the agent protect the user's environment.
Capability Assessment
Purpose & Capability
Name/description match the implementation. The included script and pattern reference are a local static vetter for skill source code; there are no unrelated environment variables, binaries, or install steps requested. All declared files (SKILL.md, patterns.md, scripts/vet_skill.py) are consistent with a security vetter.
Instruction Scope
SKILL.md instructs the agent/user to fetch a skill (clawhub inspect or git clone) and run the provided python scanner against that skill directory. The instructions do not direct execution of the target skill or reading arbitrary host files; the vetter scans the skill directory for risky patterns. Because it asks the user to clone arbitrary repositories, run the scanner on untrusted content only in an isolated environment.
Install Mechanism
No install spec is present (instruction-only). The vetter does not download or write external code during install. This is the lowest-risk install model and appropriate for the stated purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths. The vetter's pattern set includes detection for references to $HOME, ~/.ssh, .env, etc., but that is part of scanning logic (pattern strings) rather than requests for host secrets. Running the scanner does not require providing sensitive credentials.
Persistence & Privilege
The registry flags show no always:true and no special persistence. The skill does not request to modify other skills or system-wide agent settings. Autonomous invocation is allowed by default (disable-model-invocation:false) but that is normal — nothing in the skill's files indicates it abuses autonomous privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vivi-skill-vetter - After installation, invoke the skill by name or use
/vivi-skill-vetter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with three-zone boundary detection for AI agent security
Metadata
Frequently Asked Questions
What is Vivi Skill Vetter?
Security-first skill vetting for AI agents. Use BEFORE installing any skill from ClawHub, GitHub, or other sources. Checks for red flags, dangerous patterns,... It is an AI Agent Skill for Claude Code / OpenClaw, with 434 downloads so far.
How do I install Vivi Skill Vetter?
Run "/install vivi-skill-vetter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vivi Skill Vetter free?
Yes, Vivi Skill Vetter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Vivi Skill Vetter support?
Vivi Skill Vetter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vivi Skill Vetter?
It is built and maintained by MissCrx (@misscrx); the current version is v1.0.0.
More Skills