Skill Detail

Trivy Security Scanner for Containers and IaC

Trivy is Aqua Security’s scanner for vulnerabilities, misconfigurations, secrets, SBOMs, and license issues. It fits security review, container hygiene, and infrastructure-as-code checks in one CLI.

Security & VerificationMulti-Framework
Security & Verification Multi-Framework Security Reviewed
⭐ 34.5k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill trivy-security-scanner-containers-iac Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Docker, Kubernetes, Git, or a local filesystem target depending on scan mode
Install & setup
brew install trivy
Author
Aqua Security
Publisher
Company
Last updated
Apr 8, 2026
Quick brief

Trivy is a real open source security scanner from Aqua Security, built for fast checks across containers, filesystems, Git repositories, virtual machines, and Kubernetes. It looks for known CVEs, IaC misconfigurations, sensitive information, and software licenses, which makes it useful anywhere a workflow needs a quick security gate.nnUse this skill when an agent needs to inspect images before deployment, scan source trees for exposed secrets, or validate Terraform and Kubernetes manifests. Trivy ships with multiple install paths, including Homebrew, Docker, and direct release binaries, so it fits both local developer loops and CI pipelines. Its README also documents ecosystem integrations such as GitHub Actions and a Kubernetes operator, which makes it easy to plug into automated checks.nnFor ASE, Trivy maps cleanly to security verification work: container hardening, policy checks, and release-time auditing. The upstream project is actively maintained, has releases, and is backed by Aqua Security. Use it when the task is to surface concrete security findings, not to do general-purpose code review.