Detect SQL injection vulnerabilities in a codebase using a three-phase approach: recon (find unsafe SQL construction sites), batched verify (trace user input to those sites in parallel subagents, 3 sites each), and merge (consolidate batch results). Covers string concat, f-strings, unsafe ORM methods, and dynamic identifiers. Requires sast/architecture.md (run sast-analysis first). Outputs findings to sast/sqli-results.md. Use when asked to find SQLi or database injection bugs.
$npx -y skills add utkusen/sast-skills --skill sast-sqliInstalls into the current project.
Run `npx skills use "https://github.com/utkusen/sast-skills" --skill "utkusen/sast-skills/sast-sqli"` 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.