aos-audit

Installation
SKILL.md

/aos-audit

Select the files to audit, then run /aos-audit.

For targeted audits: /aos-audit auth · /aos-audit uploads · /aos-audit payments

What gets checked

Input validation

  • All inputs validated at the API boundary with Zod / class-validator / Pydantic
  • File uploads validated by content (not extension)
  • No user input passed to SQL, shell commands, or file paths without validation

SQL and data access

  • Parameterized queries everywhere — no string concatenation
  • No SELECT * returning excess columns
  • Multi-table mutations in transactions
Related skills
Installs
1
GitHub Stars
1
First Seen
1 day ago