Install
openclaw skills install code-security-scannerScans codebase for common security vulnerabilities and posts findings to Slack for team review
openclaw skills install code-security-scannerA lightweight security scanner that analyzes source code for common vulnerability patterns and delivers formatted findings directly to your Slack channel.
pip install openai slack_sdk
export SLACK_WEBHOOK_URL=https://hooks.slack.com/services/YOUR/WEBHOOK/URL
python scripts/scan.py scan ./src --webhook $SLACK_WEBHOOK_URL
python scripts/scan.py scan ./src --webhook $SLACK_WEBHOOK_URL --min-severity high