Runs a regex-based scan across your workspace to catch exposed API keys, database credentials, and private keys before file-reading skills get access. It checks .env files, config JSONs, docker-compose, and common secret patterns like AWS keys, OpenAI tokens, and SSH keys, then reports findings with masked values and specific cleanup steps. The real value is the triage: it differentiates between committed secrets (critical) and local-only files (warnings), and escalates everything if you're about to run a skill with network access. Skips node_modules and test fixtures, won't scan your home directory without consent. Think of it as a preflight check that prevents the "oh no, did that skill just see my .env" moment.
npx -y skills add useai-pro/openclaw-skills-security --skill credential-scanner --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
hoodini/ai-agents-skills
addyosmani/agent-skills
giuseppe-trisciuoglio/developer-kit
agamm/claude-code-owasp