Consolidate all SAST vulnerability results from the sast/ folder into a single final report ranked by severity and confidentiality impact. Reads all *-results.md files and produces sast/final-report.md. Run after all vulnerability detection skills complete. Use when asked to generate a final report, consolidate findings, or summarize security results.
$npx -y skills add utkusen/sast-skills --skill sast-reportInstalls into the current project.
Run `npx skills use "https://github.com/utkusen/sast-skills" --skill "utkusen/sast-skills/sast-report"` 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.