aeon-vuln-scanner

Scan GitHub repositories for security vulnerabilities and generate responsible disclosure reports.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dnzengou/agentbot-opensource --skill aeon-vuln-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon-vuln-scanner
Source: https://github.com/dnzengou/agentbot-opensource/tree/main/skills/aeon-vuln-scanner
Command: npx skills add https://github.com/dnzengou/agentbot-opensource --skill aeon-vuln-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of scanning trending GitHub repositories for exploitable vulnerabilities, enabling responsible disclosure of such findings.

Core Features & Use Cases

  • Automated Vulnerability Scanning: Audits repositories for real exploitable vulnerabilities using Semgrep, TruffleHog, osv-scanner, and Slither.
  • Responsible Disclosure: Routes findings to the appropriate disclosure channel based on vulnerability type.
  • Use Case: Use this Skill to scan a GitHub repository for vulnerabilities, automatically creating a responsible disclosure report.

Quick Start

Run the aeon-vuln-scanner skill with the GitHub repository owner and repository name as inputs, e.g., 'vuln scan owner/repo'.

Frequently Asked Questions about aeon-vuln-scanner

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

FAQPage Schema
How do I scan a GitHub repository for security vulnerabilities?

To scan a GitHub repository for security vulnerabilities, provide the repository owner and name as inputs. The Skill audits the code using Semgrep, TruffleHog, osv-scanner, and Slither to identify exploitable vulnerabilities and triage findings automatically.

How does automated vulnerability disclosure work for GitHub repos?

Automated vulnerability disclosure works by routing triaged security findings to the appropriate disclosure channel based on vulnerability type. After scanning a GitHub repository, the Skill generates a responsible disclosure report for the identified issues.

Do I need GitHub API access to audit trending repositories for vulnerabilities?

Yes, you need GitHub API access to audit trending repositories for vulnerabilities. The Skill requires GitHub API access to fetch repository details and security advisories during the automated security auditing process.

Can I use Semgrep and Slither together for automated code auditing?

Yes, you can use Semgrep and Slither together for automated code auditing. The Skill integrates both tools along with TruffleHog and osv-scanner to perform comprehensive vulnerability identification across trending GitHub repositories.

What is the best way to responsibly disclose vulnerabilities found in open source code?

The best way to responsibly disclose vulnerabilities found in open source code is to automate the routing of triaged findings to appropriate channels. This Skill handles the entire disclosure pathway after identifying exploitable vulnerabilities in GitHub repositories.