Vuln Scanner

Scan GitHub repositories for security vulnerabilities in code, dependencies, and configurations.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill vuln-scanner-aaronjmars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Vuln Scanner
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/vuln-scanner
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill vuln-scanner-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers identify and remediate security vulnerabilities in their codebases efficiently.

Core Features & Use Cases

  • Automated Security Audits: Scans repositories for common security flaws such as injection points and insecure dependencies.
  • PR Automation: Creates fix branches and pull requests to address confirmed vulnerabilities.
  • Use Case: For a project with multiple dependencies and user input points, quickly detecting and patching critical vulnerabilities saves significant time and reduces risk.

Quick Start

Ask it to scan a specific GitHub repository for security issues and generate a pull request with the fix.

Frequently Asked Questions about Vuln Scanner

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

FAQPage Schema
How do I scan a GitHub repository for code vulnerabilities and insecure dependencies?

Scanning a GitHub repo for security vulnerabilities involves analyzing code patterns, dependencies, and configurations to detect injection points and insecure libraries, ensuring fixes are relevant, safe, and free of false positives.

Can I automatically create a pull request to fix security issues found in my code?

Yes, you can automatically create a pull request to fix security issues by prompting the Skill to scan a repository; it generates a dedicated fix branch and submits a PR with the necessary vulnerability remediation patches.

How does automated vulnerability remediation handle false positives in code review?

Automated vulnerability remediation handles false positives by targeting confirmed security flaws in code patterns and dependencies, ensuring that the generated pull request fixes are safe, applicable, and relevant to your specific project configurations.

Does automated security auditing work for projects with multiple dependencies?

Automated security auditing works for projects with multiple dependencies by scanning repository configurations and dependency manifests to quickly detect and patch critical vulnerabilities, saving significant manual code review time.

What types of security vulnerabilities can an automated GitHub audit detect?

An automated GitHub audit detects common security vulnerabilities such as injection points, insecure dependencies, and misconfigurations by analyzing code patterns and project configurations to ensure secure coding compliance.

When should I use automated vulnerability scanning instead of manual code review?

You should use automated vulnerability scanning when you need to quickly detect and patch critical vulnerabilities across multiple dependencies and user input points, whereas manual code review is better suited for complex, context-specific logic flaws.