
Binary Audit
- 1 installs
- 6 repo stars
- Updated July 13, 2026
- rysweet/skwaq
Runs a full binary security audit of an ELF or PE file with skwaq: checksec, attack-surface mapping, pattern and AI analysis, and a SARIF report.
About
Performs a comprehensive security assessment of a binary by chaining skwaq commands for hardening checks, attack-surface mapping, and vulnerability analysis. A developer or security engineer uses it when auditing an ELF or PE binary for vulnerabilities.
- Chains checksec, ingest, surface, and analyze skwaq commands
- Outputs findings with severity, CWE mapping, and a SARIF report
Binary Audit by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,834 of 2,203 Security skills by installs in the Skillselion catalog
- Data as of Jul 26, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rysweet/skwaq --skill binary-auditAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 6 |
| Last updated | July 13, 2026 |
| Repository | rysweet/skwaq ↗ |
What it does
Runs a full binary security audit of an ELF or PE file with skwaq: checksec, attack-surface mapping, pattern and AI analysis, and a SARIF report.
Files
Binary Security Audit
Perform a comprehensive security audit of the binary at $ARGUMENTS.
Steps
1. Run checksec: skwaq checksec $0 2. Ingest the binary: skwaq ingest binary $0 3. Initialize knowledge base: skwaq kb init 4. Map attack surface: skwaq surface 5. Run pattern analysis: skwaq analyze --quick 6. Run AI-powered analysis: skwaq analyze 7. Review findings: skwaq viz findings 8. Generate SARIF report: skwaq report --sarif
Summarize all findings with severity, CWE mapping, and remediation advice.