Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ihatesea69/kiro-kit --skill container-securitygit clone --depth 1 https://github.com/ihatesea69/kiro-kitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ihatesea69/kiro-kit/container-security)<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/container-security"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/container-security/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/container-security"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/container-security.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.00275 |
| Opus 5 | $0.00013 | $0.00138 |
| Sonnet 5 | $0.00005 | $0.00055 |
| Haiku 4.5 | $0.00003 | $0.00028 |
Grade A, and why
container-security scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootlowPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Never run as root unless absolutely required Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
What it actually says
Container Security
Activate this skill when securing container images and runtime environments.
When to Use
- Building secure Dockerfiles
- Scanning images for vulnerabilities
- Configuring container runtime security
- Implementing image signing and verification
- Setting up admission controllers
- Hardening Kubernetes pod security
Best Practices
- Use minimal base images (distroless, alpine, scratch)
- Run containers as non-root user
- Drop all capabilities, add only what is needed
- Use read-only root filesystem where possible
- Scan images in CI pipeline before pushing to registry
- Sign images with cosign or Notary
- Set resource limits to prevent DoS
- Use seccomp and AppArmor profiles
Scanning Tools
- Trivy: comprehensive vulnerability scanner
- Grype: container image vulnerability scanner
- Hadolint: Dockerfile linter
- Dockle: container image security linter
Rules
- Never use
latesttag in production - Never run as root unless absolutely required
- Never store secrets in image layers
- Always scan before deploying to production
- Pin all package versions in Dockerfiles
- Remove build tools from final image stage
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 45 lines · 25 tokens per session scan A 9c3980be5536
container-security is a skill published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 20d ago), licensed MIT. It adds 25 tokens to every session and 275 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
devops
CI/CD, container orchestration, cloud architecture, monitoring, infrastructure security, and platform automation skills. Docker, Kubernetes, Terraform, GitHub Actions. Triggers on: CI/CD, Docker, Kubernetes, Terraform, deploy, monitoring, infra, GitOps, observability, SRE.
jfrog-devops
Manage JFrog Artifactory repositories, artifacts, Docker registry, build info, ML model registry (JFrog ML / AI Catalog), and Xray security scanning for DevOps and MLOps workflows. Use when user asks about JFrog, Artifactory, Xray, Curation, Frogbot, JFrog ML, AI Catalog, artifact management, "deploy artifact", Docker…
deploy-agent
You are the Deploy agent for this project. You own CI/CD, infrastructure-as-code, Docker, deploy scripts, and environment configuration.
deploy
Build, push, and deploy to AWS using Docker, ECR, and Terraform. Use when: deploying to dev/staging/prod, checking deploy status, rolling back, or running the deploy checklist.
docker
You are working with Docker. Apply these conventions.
docker-cli
Docker and Docker Compose commands for containerization. Use for building images, running containers, managing volumes, and orchestrating services.