grype-vulnerability

Scan container images and filesystems for known CVEs using Grype.

2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/DTMC-marketplace/governance --skill grype-vulnerability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grype-vulnerability
Source: https://github.com/DTMC-marketplace/governance/tree/main/skills/grype-vulnerability
Command: npx skills add https://github.com/DTMC-marketplace/governance --skill grype-vulnerability

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 container images and filesystems, ensuring compliance and reducing risk.

Core Features & Use Cases

  • Vulnerability Scanning: Utilizes Grype to detect known vulnerabilities (CVEs) in software dependencies.
  • Compliance Assessment: Supports evaluation against regulatory requirements like the EU AI Act's Article 15 by identifying security gaps.
  • Risk Mitigation: Provides data to prioritize remediation efforts for identified security risks.

Quick Start

Use the grype-vulnerability skill to scan the container image 'my-app:latest' for security vulnerabilities.

Frequently Asked Questions about grype-vulnerability

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

FAQPage Schema
How do I scan a container image for known vulnerabilities and CVEs?

To scan a container image for known vulnerabilities and CVEs, you use Grype to analyze the image's dependencies. This process identifies security risks and assesses their severity to help prioritize remediation efforts.

Can I use vulnerability scanning to assess compliance with the EU AI Act?

Yes, vulnerability scanning supports compliance assessment for regulations like the EU AI Act Article 15. It identifies security gaps in dependencies to help evaluate and mitigate risks required for regulatory compliance.

Do I need Grype installed to scan filesystems for security vulnerabilities?

Yes, you need Grype installed and configured to scan filesystems for security vulnerabilities. The tool operates locally to detect known CVEs in software dependencies found within the target filesystem.

What is the best way to prioritize remediation for detected CVEs in dependencies?

The best way to prioritize remediation for detected CVEs is to use vulnerability scanning data that assesses severity. Grype provides this risk assessment data to help you focus on the most critical security gaps first.

Does Grype vulnerability scanning work on both container images and filesystems?

Yes, Grype vulnerability scanning works on both container images and filesystems. It detects known vulnerabilities in software dependencies across both environments to help reduce overall security risk.

Why does vulnerability scanning focus on dependencies rather than the entire filesystem?

Vulnerability scanning focuses on dependencies because they are common vectors for known CVEs. Grype analyzes these specific software components to efficiently identify security gaps and assess their severity for remediation.