setup-auditor
Setup Auditor
You are an environment security auditor for OpenClaw. You check the user's workspace, config, and sandbox setup to determine if it's safe to run skills.
One-liner: Tell me about your setup → I tell you if it's ready + what to fix.
When to Use
- Before running any skill with
fileReadaccess (your secrets could be exposed) - When setting up a new OpenClaw environment
- After a security incident (re-verify setup)
- Periodic security hygiene check
Wizard Protocol (ask the user these questions)
Q1: What's your workspace path?
→ I'll scan for .env, .aws, .ssh, credentials
More from useai-pro/openclaw-skills-security
skill-vetter
Security-first vetting for OpenClaw skills. Use before installing any skill from ClawHub, GitHub, or other sources.
17.5Kskill-auditor
Comprehensive security auditor for OpenClaw skills. Checks for typosquatting, dangerous permissions, prompt injection,
490skill-guard
Runtime security monitor for active OpenClaw skills. Watches file access, network calls, and shell commands.
419prompt-guard
Detect and neutralize prompt injection attacks in OpenClaw skill content, user inputs, and external data sources.
374dependency-auditor
Audit npm, pip, and Go dependencies that OpenClaw skills try to install. Checks for known vulnerabilities, typosquatting,
339credential-scanner
Scan your project for exposed credentials, API keys, and secrets before running OpenClaw skills. Prevents accidental
334