# Triage Pull Request Security Risks With Staged Threat Modeling A

> 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.

- Skill: `aibot88/triage-pull-request-security-risks-with-staged-threat-modeli` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add aibot88/triage-pull-request-security-risks-with-staged-threat-modeli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aibot88/triage-pull-request-security-risks-with-staged-threat-modeli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: aibot88 (https://skillmd.com/u/aibot88)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/aibot88/triage-pull-request-security-risks-with-staged-threat-modeli

---


# 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:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. 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>`
```

## Documentation

- https://github.com/anshumanbh/vulnvibes

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/triage-pull-request-security-risks-with-staged-threat-modeling-and-investigation-using-vulnvibes/)

