vulnerability-scanner

Scan software projects for OWASP 2025 vulnerabilities and supply chain risks.

Updated Aug 5, 2025
One-click install
npx skills add https://github.com/lehuuhau1231/TechJobs --skill vulnerability-scanner-lehuuhau1231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/lehuuhau1231/TechJobs/tree/main/tech-job-client/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/lehuuhau1231/TechJobs --skill vulnerability-scanner-lehuuhau1231

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pytz, boto3, s3, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for automated vulnerability analysis and risk assessment within software projects.

Core Features & Use Cases

  • Advanced Analysis: Integrates OWASP 2025 standards and considers supply chain security.
  • Custom Scripts: Allows for automated security scans and configuration checks.
  • Reference Guides: Provides detailed checklists and explanations of security principles.
  • Use Case: Utilize the vulnerability-scanner skill to conduct a comprehensive security assessment on your codebase and infrastructure, prioritizing issues based on exploitability and potential impact.

Quick Start

Run a security scan on your project by executing 'python scripts/security_scan.py path_to_your_project'.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I run a vulnerability assessment on my codebase using OWASP 2025 standards?

Run a vulnerability assessment by executing 'python scripts/security_scan.py path_to_your_project', which scans for injection vulnerabilities, authentication issues, and cryptographic failures using OWASP 2025 principles.

Do I need to install additional dependencies for security scanning?

Yes, security scanning requires installing dependencies like pypdf, pdfplumber, pytz, boto3, s3, and numpy to conduct vulnerability assessments and handle PDF reference guides or AWS S3 integrations.

What does an OWASP vulnerability scanner check for in software projects?

An OWASP vulnerability scanner checks software projects for injection vulnerabilities, authentication issues, cryptographic failures, insecure configurations, and supply chain security risks based on threat modeling.

Can I assess supply chain security risks with this vulnerability scanner?

Yes, the vulnerability scanner integrates supply chain security analysis and threat modeling into its automated security scans, prioritizing identified issues based on exploitability and potential impact.

What is the best way to prioritize detected security vulnerabilities during risk assessment?

The best way to prioritize detected vulnerabilities is by leveraging the scanner's advanced analysis, which ranks security issues based on exploitability and potential impact according to OWASP 2025 standards.