check_vulnerability

Scan project dependencies and code for security vulnerabilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill check-vulnerability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check_vulnerability
Source: https://github.com/SpecForgeAI/deepagent-bot/tree/main/skills/check_vulnerability
Command: npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill check-vulnerability

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan a project for security vulnerabilities in dependencies and code, enabling you to identify and remediate risks early.

Core Features & Use Cases

  • Vulnerability scanning across dependencies (CVE checks) and code patterns
  • Compliance verification and remediation suggestions
  • Generates structured output with a summary and actionable findings

Quick Start

Run the vulnerability scan on your project directory to generate a report.

Frequently Asked Questions about check_vulnerability

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

FAQPage Schema
How do I scan a project for security vulnerabilities in dependencies and code?

To scan a project for security vulnerabilities, provide your project path and scan type. The tool outputs a vulnerabilities list, a summary, and a compliance flag across Python, Node.js, and general codebases.

What is the best way to check Python and Node.js dependencies for CVEs before release?

Checking dependencies for CVEs before release requires a targeted vulnerability scan. The tool performs dependency CVE scanning and code pattern analysis, generating structured findings and remediation suggestions for your project.

Can I use this vulnerability scan for compliance verification across different codebases?

Yes, you can use this vulnerability scan for compliance verification. It accepts a project path and scan type, analyzing Python, Node.js, and general codebases to output a compliance flag and actionable findings.

Does dependency vulnerability scanning provide remediation suggestions for identified risks?

Dependency vulnerability scanning provides remediation suggestions for identified risks. It outputs a structured vulnerabilities list with a summary, enabling you to identify and remediate security issues early.

What are the limitations of automated code pattern vulnerability scanning?

Automated code pattern vulnerability scanning focuses on dependencies and code patterns to generate a summary and compliance flag. It is designed for pre-release security audits and does not replace manual penetration testing for complex logic flaws.