review-security-issue

Analyze GitHub issues for security implications and classify remediation actions.

8.1k|1.2k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/NVIDIA/OpenShell --skill review-security-issue-nvidia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-security-issue
Source: https://github.com/NVIDIA/OpenShell/tree/main/.agents/skills/review-security-issue
Command: npx skills add https://github.com/NVIDIA/OpenShell --skill review-security-issue-nvidia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the assessment of GitHub issues to determine security implications and categorize actions (remediation, escalation, or won't fix) for safe triage.

Core Features & Use Cases

  • Security-focused issue review: Quickly determine whether an issue raises a real vulnerability, impact, and required response.
  • Structured decision making: Evaluates validity, severity, exploitability, attack scenario, affected surface, and recommended remediation.
  • Use Case: A developer submits a vulnerability report; the skill analyzes the issue and synthesizes a remediation plan with a concrete next step.

Quick Start

Provide the issue ID to review security implications and generate a remediation plan.

Frequently Asked Questions about review-security-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a GitHub issue for security vulnerabilities?

You classify a GitHub vulnerability report by applying a security review workflow that evaluates validity, severity, exploitability, attack scenario, affected surface, and remediation recommendations to determine if it is legitimate or won't fix.

How do I assess the severity and exploitability of a reported risk in a GitHub issue?

You assess risk severity and exploitability by applying a security review workflow that evaluates the issue title, body, and code references to determine the attack scenario, affected surface, and required remediation response.

Do I need the gh CLI to review security implications in GitHub issues?

Yes, you need the gh CLI to fetch issue data, post security reviews, and attach formal remediation plans with concrete next steps directly onto the GitHub issue.

Can I automate the generation of a remediation plan for a security issue on GitHub?

Yes, you can automate remediation plan generation by analyzing a GitHub issue to synthesize a formal remediation plan with a concrete next step, categorizing the vulnerability as legitimate or won't fix for safe triage.

What is the best way to determine if a GitHub vulnerability report is legitimate or won't fix?

The best way to determine if a vulnerability report is legitimate or won't fix is applying an automated security review workflow that evaluates validity, severity, exploitability, and affected surface across the issue content.