This is a comprehensive security auditing framework that walks you through systematic vulnerability analysis using taint tracking (marking untrusted data at entry points and following it to dangerous operations). It covers the big categories: injection flaws, memory safety bugs, auth bypasses, crypto mistakes, race conditions, and supply chain issues. The methodology is sound,start with sink-backward analysis for quick wins on high-risk operations like eval and SQL execution, then do source-forward sweeps for completeness. What's genuinely useful here is the false positive reduction checklist and the variant analysis section that teaches you to generalize each finding into a pattern and hunt for similar bugs. The source-sink mappings and taint propagation rules give you concrete patterns to look for rather than vague guidance.
npx -y skills add hypnguyen1209/offensive-claude --skill vulnerability-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills