Community

audit

Full security audit informed by your architecture. Checks OWASP top 10, scans dependencies for CVEs, finds exposed secrets, and reviews code for injection and misconfiguration.

/audit src/

Changelog
2026-03-26 Launch 0.6.1

Initial release in the security skill pack.

How it works

1
Identify codebase

Checks arguments or asks which project to audit

2
Dependency audit

Runs npm audit, pip audit, or govulncheck for known CVEs

3
Secret scanning

Searches for hardcoded API keys, passwords, tokens, and private keys

4
OWASP code review

Checks for injection, broken auth, data exposure, misconfigurations

5
Report

Findings by severity (Critical, High, Medium, Low) with file locations and fix guidance

6
Save

Writes to engineering/security/audit-<date>.md

Details


Security pack