vulnerability-scanner

Identify and prioritize security vulnerabilities in code, dependencies, and configurations.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/marablemarcel/Living-Lytics --skill vulnerability-scanner-marablemarcel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/marablemarcel/Living-Lytics/tree/main/living-lytics/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/marablemarcel/Living-Lytics --skill vulnerability-scanner-marablemarcel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Vulnerability scanning helps teams identify security weaknesses in code, dependencies, and configurations, enabling proactive risk mitigation before issues reach production.

Core Features & Use Cases

  • Dependency integrity checks, secret detection, and risky code pattern identification.
  • Supply chain security verification, CVSS-like risk prioritization, and configuration auditing.
  • Use case: integrate with CI/CD to catch vulnerabilities during pull requests and nightly scans.

Quick Start

Instruct vulnerability-scanner to run a full security assessment on your project directory.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I identify security vulnerabilities in code dependencies and configurations?

To identify security vulnerabilities in code dependencies and configurations, run a full security assessment on your project directory to detect OWASP 2025 risks, supply chain weaknesses, and misconfigurations.

Can I scan for secrets and risky code patterns during CI pipeline pull requests?

Yes, you can scan for secrets and risky code patterns during pull requests by integrating the scanner with your CI/CD pipeline to catch vulnerabilities and enforce dependency integrity checks before code reaches production.

What's the best way to prioritize security risks found during a repository audit?

The best way to prioritize security risks found during a repository audit is to use CVSS-like risk prioritization, which evaluates dependency integrity, secret detection, and configuration weaknesses to rank the most critical threats.

Does vulnerability scanning detect OWASP 2025 risks and supply chain weaknesses?

Vulnerability scanning does detect OWASP 2025 risks and supply chain weaknesses by performing dependency integrity checks, secret detection, and insecure configuration checks across software projects and repository audits.

How do I enforce dependency integrity checks and configuration auditing in my project?

You can enforce dependency integrity checks and configuration auditing by running a full security assessment that identifies risky code patterns, verifies supply chain security, and flags insecure configurations in your project directory.