Source Code Security Audit
Analyze source code at $ARGUMENTS for security vulnerabilities.
Steps
- Ingest the source:
skwaq ingest source $0 - Initialize knowledge base:
skwaq kb init - Run pattern analysis:
skwaq analyze --quick - Run AI analysis with full agent pipeline:
skwaq analyze - Review findings:
skwaq viz findings - For each critical finding, explain the vulnerability and how to fix it
Focus on: injection, deserialization, command execution, XSS, SSRF, path traversal, and authentication/authorization issues.