ghsa-skill-builder

Generate security vulnerability Skills from GHSA and HackerOne reports.

74|10|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/yhy0/ghsa-skill-builder --skill ghsa-skill-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghsa-skill-builder
Source: https://github.com/yhy0/ghsa-skill-builder/tree/main
Command: npx skills add https://github.com/yhy0/ghsa-skill-builder --skill ghsa-skill-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of transforming raw vulnerability data from sources like GitHub Security Advisories (GHSA) and HackerOne reports into structured, actionable security Skills for AI agents. It bridges the gap between raw vulnerability intelligence and practical code auditing or penetration testing knowledge.

Core Features & Use Cases

  • Automated Skill Generation: Creates reusable security Skills from GHSA and HackerOne data, covering various vulnerability types (injection, path traversal, SSRF, etc.) and programming languages (Python, Go).
  • Data Source Integration: Pulls data from GitHub Advisory Database (GHSA) and HackerOne Hacktivity reports.
  • Structured Output: Generates Skills with distinct layers for detection strategies and real-world case examples, optimized for AI context loading.
  • Use Case: Automatically generate a new 'SQL Injection' Skill for Python by analyzing recent GHSA entries, or update an existing 'SSRF' Skill with new exploitation techniques derived from HackerOne reports.

Quick Start

Use the ghsa skill to generate Python code auditing skills from recent GHSA data.

Frequently Asked Questions about ghsa-skill-builder

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

FAQPage Schema
How do I generate AI code auditing skills from GitHub Security Advisories?

To generate AI code auditing skills from GitHub Security Advisories (GHSA), this skill automates the extraction of vulnerability patterns, root causes, and source-sink paths to create structured security knowledge bases.

Can I automatically update penetration testing skills using HackerOne reports?

Yes, you can update penetration testing skills using HackerOne reports by analyzing new exploitation techniques and vulnerability data to continuously refresh your structured AI security knowledge.

How do I extract source-sink paths from vulnerability reports for security analysis?

Extracting source-sink paths from vulnerability reports involves analyzing raw advisory data to identify root causes and detection strategies, which this skill structures into actionable layers for AI context loading.

Do I need Python and GitHub CLI to build security skills from vulnerabilities?

Yes, building security skills from vulnerabilities requires Python 3.9+ and the GitHub CLI, which are necessary for fetching and processing data from GitHub Security Advisories and HackerOne.

What types of vulnerabilities can be transformed into structured security skills?

Vulnerability types that can be transformed into structured security skills include injection, path traversal, and SSRF, covering programming languages like Python and Go for comprehensive code auditing.

Why use automated skill generation instead of manual code auditing rule creation?

Automated skill generation bridges the gap between raw vulnerability intelligence and practical code auditing, replacing manual rule creation by automatically structuring detection strategies and real-world case examples for AI agents.