Dockerfile security linting and best practice validation using Hadolint with 100+ built-in rules aligned to CIS Docker Benchmark. Use when: (1) Analyzing Dockerfiles for security misconfigurations and anti-patterns, (2) Enforcing container image security best practices in CI/CD pipelines, (3) Detecting hardcoded secrets and credentials in container builds, (4) Validating compliance with CIS Docker Benchmark requirements, (5) Integrating shift-left container security into developer workflows, (6) Providing remediation guidance for insecure Dockerfile instructions.
$npx -y skills add agentsecops/secopsagentkit --skill container-hadolintInstalls into the current project.
Run `npx skills use "https://github.com/agentsecops/secopsagentkit" --skill "agentsecops/secopsagentkit/container-hadolint"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agentsecops/secopsagentkit" that are relevant to the current task. Run `npx skills add "https://github.com/agentsecops/secopsagentkit"` and select the relevant skills, then follow their instructions.