audit-code

Installation
SKILL.md

audit-code -- Project Code Security Review

Security-focused code review of project source code. Covers OWASP-style vulnerabilities, hardcoded secrets, dangerous function calls, and patterns relevant to AI-assisted development.

What to do

Run the auditor against the target path:

python3 "$SKILL_DIR/scripts/audit_code.py" "$ARGUMENTS"

If $ARGUMENTS is empty, default to $PROJECT_ROOT.

What it checks

Installs
5
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 13, 2026
audit-code — openclaw/skills