vulnerability-scanning

Identifies security vulnerabilities in code, dependencies, and container images.

17|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill vulnerability-scanning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanning
Source: https://github.com/Logos-Liber/Atlas-Agent-Teams/tree/main/teams/security/skills/vulnerability-scanning
Command: npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill vulnerability-scanning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need to identify and mitigate security vulnerabilities within applications, dependencies, and container images, thereby reducing the risk of breaches and ensuring compliance.

Core Features & Use Cases

  • Comprehensive Scanning: Supports SAST, DAST, SCA, and container security scanning.
  • Vulnerability Management: Provides tools and strategies for dependency vulnerability management and SBOM generation.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically scan new code commits for security flaws, identify vulnerable third-party libraries, and alert developers to potential risks before deployment.

Quick Start

Use the vulnerability-scanning skill to scan the current project's dependencies for known vulnerabilities.

Frequently Asked Questions about vulnerability-scanning

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

FAQPage Schema
How do I integrate SAST and DAST scanning into a CI/CD pipeline?

Integrate SAST and DAST scanning into CI/CD pipelines to automatically identify security vulnerabilities in new code commits before deployment. This approach uses tools like SonarQube and OWASP ZAP to analyze applications and alert developers to potential risks.

What is the best way to scan container images for security vulnerabilities?

The best way to scan container images for security vulnerabilities is using automated tools like Trivy. This scanning process identifies known vulnerabilities within your containerized applications to ensure deployment security and compliance.

How does software composition analysis identify vulnerable third-party libraries?

Software composition analysis identifies vulnerable third-party libraries by examining project dependencies against known vulnerability databases. SCA automates dependency vulnerability management to detect and alert developers about risks in external code components.

Can I generate a Software Bill of Materials for dependency vulnerability management?

Yes, you can generate a Software Bill of Materials to enhance dependency vulnerability management. SBOM generation provides a comprehensive inventory of components, allowing you to systematically track and mitigate security risks in application dependencies.

Does vulnerability scanning work with Snyk and SonarQube for DevSecOps?

Yes, vulnerability scanning works with Snyk and SonarQube to support DevSecOps practices. These tools automate the identification and analysis of security vulnerabilities across applications and dependencies throughout the development lifecycle.

When do I need static application security testing versus dynamic testing?

You need static application security testing to analyze source code for flaws at rest, whereas dynamic testing evaluates running applications. Combining SAST and DAST provides comprehensive vulnerability coverage across the entire application lifecycle.