scan_skill
Analyzes an OpenClaw skill for vulnerabilities including prompt injection, malware, and supply chain risks. Returns a security grade A-F with detailed findings.
Instructions
Deep security scan of an OpenClaw skill. Multi-layer analysis: prompt injection detection, code analysis (AST+taint), ClawHavoc malware signatures, package supply chain verification, rug pull detection. Returns security grade A-F with detailed findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline | No | Save current scan as baseline for rug pull detection | |
| verbosity | No | Response detail level | |
| skill_path | Yes | Path to skill directory or SKILL.md file |