Security Scanner for
Agent Skills
Scan OpenClaw Skills for vulnerabilities, hardcoded secrets, supply chain risks, and more. 20 rules. A-F grading. One command.
$ clawsafety scan ./my-skill/
ClawSafety v0.1.0
Scanning: ./my-skill/
Findings: 3
CRITICAL CS-SEC-002 Hardcoded API Key detected
scripts/config.py:12
> api_key = "sk-proj-abc123..."
HIGH CS-INJ-001 Shell command injection
scripts/run.sh:45
> eval $USER_INPUT
MEDIUM CS-DEP-002 Unpinned dependency
skill.yaml:8
> requests>=2.0
Score: 52/100 (D)
Critical: 1 | High: 1 | Medium: 1How it works
Paste a URL
Enter any GitHub skill repository URL. No login required.
Automatic scan
20 rules check for injection, secrets, dependencies, permissions, and config issues.
Get your grade
A-F security score with detailed findings and fix suggestions.
20 Security Rules
5 categories covering the full Agent Skill attack surface
Shell injection, SQL injection, dangerous functions, reverse shells
Hardcoded passwords, API keys, private keys, URL credentials
Unsafe installs, unpinned versions, known CVEs, untrusted downloads
Excessive permissions, sensitive paths, env abuse, insecure chmod
Missing SKILL.md, no version, no permissions, prompt injection
Security Grading
Secure your skills today
Free for public repositories. No login required.