Detect missing authentication and broken function-level authorization vulnerabilities in a codebase using a three-phase approach: recon (map endpoints and the role/permission system), batched verify (check auth/authz in parallel subagents, 3 endpoints each), and merge (consolidate batch results). Covers unauthenticated access and vertical privilege escalation (e.g., regular user accessing admin-only functions). Requires sast/architecture.md (run sast-analysis first). Outputs findings to sast/missingauth-results.md. Use when asked to find missing auth, broken access control, or privilege escalation bugs.
$npx -y skills add utkusen/sast-skills --skill sast-missingauthInstalls into the current project.
Run `npx skills use "https://github.com/utkusen/sast-skills" --skill "utkusen/sast-skills/sast-missingauth"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/utkusen/sast-skills" that are relevant to the current task. Run `npx skills add "https://github.com/utkusen/sast-skills"` and select the relevant skills, then follow their instructions.