Install
openclaw skills install sn-security-reviewReview code changes for security vulnerabilities. Checks for OWASP Top 10, secrets exposure, injection flaws, auth issues, and insecure defaults. Use when reviewing PRs, commits, or code diffs.
openclaw skills install sn-security-reviewReview code changes for security vulnerabilities, following OWASP Top 10 and secure coding best practices.
eval(), exec(), os.system() with user inputFor each finding:
**FINDING:** [Title]
**Severity:** CRITICAL | HIGH | MEDIUM | LOW
**File:** [path:line]
**Code:** [the problematic code]
**Issue:** [what's wrong]
**Fix:** [how to fix it, with code example]
**OWASP:** [category reference]