Perform codebase analysis and architecture mapping as the first phase of a security assessment. Explores the tech stack, frameworks, entry points, data flows, and trust boundaries. Outputs sast/architecture.md. Run this before any vulnerability detection skill. Use when asked to analyze a codebase for security or when sast/architecture.md does not yet exist.
$npx -y skills add utkusen/sast-skills --skill sast-analysisInstalls into the current project.
Run `npx skills use "https://github.com/utkusen/sast-skills" --skill "utkusen/sast-skills/sast-analysis"` 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.