owasp-top10-2025-audit

Installation
SKILL.md

OWASP Top 10 2025 Audit

Audit codebases against the exact OWASP Top 10:2025 categories. Use the bundled scanner for deterministic evidence, then use the reference checklist to cover design and operational gaps that static analysis cannot prove.

Quick Start

Run the scanner against a single repository:

python skills/owasp-top10-2025-audit/scripts/audit_owasp_2025.py <target>

Run it against a parent directory that contains multiple repositories:

python skills/owasp-top10-2025-audit/scripts/audit_owasp_2025.py <target> --discover-repos

Write machine-readable output:

Installs
1
First Seen
Apr 9, 2026