vulnerability-scanner

Scan code, dependencies, and configuration for OWASP Top 10 vulnerabilities.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/tridentsof/antigravity-dev-kit --skill vulnerability-scanner-tridentsof
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/tridentsof/antigravity-dev-kit/tree/main/skills/vulnerability-scanner
Command: npx skills add https://github.com/tridentsof/antigravity-dev-kit --skill vulnerability-scanner-tridentsof

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and remediate security vulnerabilities in software projects by applying OWASP guidelines and best practices.

Core Features & Use Cases

  • Automated vulnerability scanning across code, dependencies, and configuration.
  • OWASP Top 10 oriented checks with actionable remediation guidance.
  • CI integration and security reporting for fast feedback and prioritized fixes.

Quick Start

Run the vulnerability-scanner on your project to produce a prioritized security report and remediation plan.

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 project for security vulnerabilities and generate remediation guidance?

To scan for security vulnerabilities, you run an automated check across your code, dependencies, and configuration. This process identifies OWASP Top 10 issues, exposed secrets, and insecure coding patterns, then outputs a prioritized security report with actionable remediation steps.

What is OWASP Top 10 static analysis and how does it find insecure coding patterns?

OWASP Top 10 static analysis is a security review technique that examines source code without executing it to identify insecure coding patterns. It checks your web, API, and backend services against OWASP guidelines to detect vulnerabilities and enforce secure coding standards.

Can I use a vulnerability scanner for CI integration and backend API security reviews?

Yes, you can use a vulnerability scanner for CI integration and backend API security reviews. It is designed to fit into CI pipelines for fast feedback and supports manual security reviews across various languages and stacks for web and API services.

Does dependency checking and secret scanning work across different programming languages?

Yes, dependency checking and secret scanning work across different programming languages. The scanner applies to web, API, and backend services across multiple stacks, checking for vulnerable dependencies and exposed secrets regardless of the specific language used.

What's the best way to prioritize security fixes after a dependency and secret scan?

The best way to prioritize security fixes is to use the generated remediation guidance from the scan. The scanner produces a prioritized security report that highlights OWASP Top 10 vulnerabilities, dependency issues, and exposed secrets, helping you tackle the most critical gaps first.