🛡️
QualityPython

Container Vulnerability Scanning

by AgentSecOps

Container Vulnerability Scanning is a Quality skill for Claude Code, published by AgentSecOps in SecOpsAgentKit.

204 stars39 forkson AgentSecOps/SecOpsAgentKitAdded 2026/09/05+1% in starsRepository updated 2026/04/15
agentsai-agentsanthropicappsecclaude-codedastdevsecopsllm-toolssastsecuritysecurity-automationsecurity-toolsshift-leftvulnerability-scanning
Install in seconds
Install Container Vulnerability Scanning
Copy Container Vulnerability Scanning into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/devsecops/container-grype ~/.claude/skills/container-grype

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/AgentSecOps/SecOpsAgentKit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/devsecops/container-grype/SKILL.md in AgentSecOps/SecOpsAgentKit
Installs to
~/.claude/skills/container-grype
Collection
One of 25 skills cataloged from this repository
Category
Quality1662 skills

What Container Vulnerability Scanning does

Container Vulnerability Scanning uses Grype to scan images, filesystems, and SBOMs for known vulnerabilities. Use it in CI/CD or security reviews to prioritize fixes with CVSS, EPSS, and CISA KEV data.

Container Vulnerability Scanning is cataloged under Quality on DirSkills. Container Vulnerability Scanning comes from a repository tagged agents, ai-agents, anthropic, appsec and claude-code.

Documentation

README

Container Vulnerability Scanning with Grype

Overview

Grype is an open-source vulnerability scanner that identifies known security flaws in container images, filesystems, and Software Bill of Materials (SBOM) documents. It analyzes operating system packages (Alpine, Ubuntu, Red Hat, Debian) and language-specific dependencies (Java, Python, JavaScript, Ruby, Go, PHP, Rust) against vulnerability databases to detect CVEs.

Grype emphasizes actionable security insights through:

  • CVSS severity ratings for risk classification
  • EPSS exploit probability scores for threat assessment
  • CISA Known Exploited Vulnerabilities (KEV) indicators
  • Multiple output formats (table, JSON, SARIF, CycloneDX) for toolchain integration

Quick Start

Scan a container image:

grype <image-name>

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Container Vulnerability Scanning

  • What else does AgentSecOps publish alongside Container Vulnerability Scanning?

    Container Vulnerability Scanning is one of 25 skills that DirSkills catalogs from AgentSecOps/SecOpsAgentKit, the repository it ships in. Its siblings there include Api Spectral, Bandit Python SAST and Black Duck SCA. Each one is a separate skill with its own page in this directory, installs the same way Container Vulnerability Scanning does, and is maintained by AgentSecOps in that same repository. The rest of the collection is listed on the AgentSecOps/SecOpsAgentKit page.

  • How does Container Vulnerability Scanning compare to other Quality skills?

    Container Vulnerability Scanning ranks #1482 by stars among the 1662 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Container Vulnerability Scanning against them. Open each page to compare what they document and how they install.

More from AgentSecOps/SecOpsAgentKit

Container Vulnerability Scanning is one of 25 skills cataloged on DirSkills from AgentSecOps/SecOpsAgentKit.

See all 25 skills
🔍
48m ago

Api Spectral

Api Spectral lints OpenAPI, AsyncAPI, and Arazzo specifications for security issues and design flaws. Use it to enforce API governance, OWASP API Security Top 10 checks, and custom rules in CI/CD pipelines.
Quality
20439
🛡️
48m ago

Bandit Python SAST

Bandit Python SAST scans Python code for security vulnerabilities and anti-patterns using Bandit. Use it to find hardcoded secrets, injection risks, weak crypto, and other issues, then generate severity-based reports for remediation and CI/CD checks.
Quality
20439
🛡️
48m ago

Black Duck SCA

Black Duck SCA scans dependencies for vulnerabilities, license compliance risks, and supply chain threats. Use it to assess open source components, map findings to CVE/CWE/OWASP, and integrate checks into CI/CD.
DevOps
20439
🛡️
48m ago

Checkov IaC Security

Checkov IaC Security scans Terraform, CloudFormation, Kubernetes, Dockerfiles, and ARM templates for misconfigurations, secrets, and compliance issues. Use it to validate infrastructure before deployment and generate audit reports.
DevOps
20439
🛡️
48m ago

DefectDojo Vulnerability Management

DefectDojo Vulnerability Management aggregates scanner findings into DefectDojo for deduplication, SLA tracking, and compliance reporting. Use it to manage vulnerability backlogs and remediation across products, teams, and pipelines.
DevOps
20439
🕵️
48m ago

Ffuf

Ffuf is a fast web fuzzer for DAST tasks like directory enumeration, parameter fuzzing, and virtual host discovery. Use it to find hidden endpoints, test auth forms, and scan for exposed backup or sensitive files.
Quality
20439