vulnerability-scanner

Scan software projects for security vulnerabilities and prioritize risks.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/flybirdxx/RunningHub --skill vulnerability-scanner-flybirdxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/flybirdxx/RunningHub/tree/main/.gemini/skills/vulnerability-scanner
Command: npx skills add https://github.com/flybirdxx/RunningHub --skill vulnerability-scanner-flybirdxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and prioritizes security vulnerabilities in your project, helping you to proactively protect against potential threats.

Core Features & Use Cases

  • Security Scanning: Automatically scan your project for common vulnerabilities and misconfigurations.
  • Risk Prioritization: Prioritize vulnerabilities based on their likelihood and potential impact.
  • Use Case: Use this Skill to scan your web application for known vulnerabilities, ensuring that you address the most critical issues first.

Quick Start

Run the vulnerability-scanner skill on your project directory to start the security scan.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I scan my software project for security vulnerabilities?

To scan your software project for security vulnerabilities, run the vulnerability-scanner on your project directory to automatically identify and prioritize common security issues like broken access control, cryptographic failures, and injection vulnerabilities.

What types of software security risks does this vulnerability analysis identify?

This vulnerability analysis identifies common software security risks such as broken access control, cryptographic failures, and injection vulnerabilities. It prioritizes these findings based on their likelihood and potential impact to help you address critical issues first.

Do I need Python and specific libraries to run security analysis and risk assessment?

Yes, you need Python and various security scanning libraries, including pypdf, pdfplumber, and pdf2image, to run this security analysis and risk assessment on your software project.

How does risk prioritization work for detected injection and cryptographic vulnerabilities?

Risk prioritization for detected injection and cryptographic vulnerabilities works by evaluating the likelihood and potential impact of each security vulnerability, providing actionable remediation guidance to address the most critical issues first.

Can I use this tool to secure my web application against OWASP vulnerabilities?

Yes, you can use this tool to secure your web application against OWASP vulnerabilities. It scans for common misconfigurations and known security flaws, ensuring you address the most critical software security issues first.

What is the best way to get actionable remediation guidance after a vulnerability scan?

The best way to get actionable remediation guidance after a vulnerability scan is to review the prioritized findings generated by the security analysis, which highlight the likelihood and impact of risks to help you resolve critical software security issues.