| name | binary-audit |
| description | Comprehensive binary security assessment including hardening, attack surface, and vulnerability analysis. Use when analyzing an ELF or PE binary. |
| allowed-tools | Bash(skwaq *), Read, Grep, Glob |
| disable-model-invocation | true |
Binary Security Audit
Perform a comprehensive security audit of the binary at $ARGUMENTS.
Steps
- Run checksec:
skwaq checksec $0
- Ingest the binary:
skwaq ingest binary $0
- Initialize knowledge base:
skwaq kb init
- Map attack surface:
skwaq surface
- Run pattern analysis:
skwaq analyze --quick
- Run AI-powered analysis:
skwaq analyze
- Review findings:
skwaq viz findings
- Generate SARIF report:
skwaq report --sarif
Summarize all findings with severity, CWE mapping, and remediation advice.