Triage pull request security risks with staged threat modeling and investigation using VulnVibes
Analyze a GitHub pull request for security impact, run targeted vulnerability-investigation skills when Stage 1 finds credible threats, and return a structured verdict instead of doing an ad hoc manual review.
Prerequisites
GitHub token, Anthropic API key, access to the target GitHub pull request
Installation
Choose whichever fits your setup:
- Copy this skill folder into your local skills directory.
- Clone the repo and symlink or copy the skill into your agent workspace.
- Add the repo as a git submodule if you manage shared skills centrally.
- Install it through your internal provisioning or packaging workflow.
- Download the folder directly from GitHub and place it in your skills collection.
Install command or upstream instructions:
git clone https://github.com/anshumanbh/vulnvibes.git && cd vulnvibes && pip install -e ".[dev]"; set GITHUB_TOKEN and ANTHROPIC_API_KEY; run `vulnvibes pr analyze <PR_URL>`