From container-security-scanner
Scans container images and running containers for vulnerabilities using Trivy and Snyk. Useful for pre-deployment security checks, runtime assessments, and compliance reporting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/container-security-scanner:container-security-scannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to perform comprehensive security scans of container images and running containers. By leveraging industry-standard tools, it identifies vulnerabilities and provides insights for remediation, enhancing the overall security of containerized applications.
This skill empowers Claude to perform comprehensive security scans of container images and running containers. By leveraging industry-standard tools, it identifies vulnerabilities and provides insights for remediation, enhancing the overall security of containerized applications.
This skill activates when you need to:
User request: "Scan this Docker image for vulnerabilities before I deploy it: myapp:latest"
The skill will:
myapp:latest Docker image.User request: "Scan the running container with ID abc123xyz for security vulnerabilities."
The skill will:
abc123xyz.This skill can be integrated with other CI/CD pipeline tools to automate security checks as part of the deployment process. It also provides data that can be used with reporting and dashboarding tools to visualize security posture over time.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin container-security-scanner