harness-containerization

Analyze Dockerfiles and Kubernetes manifests for container best practices and misconfigurations.

18|11|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Intense-Visions/harness-engineering --skill harness-containerization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-containerization
Source: https://github.com/Intense-Visions/harness-engineering/tree/main/agents/skills/claude-code/harness-containerization
Command: npx skills add https://github.com/Intense-Visions/harness-engineering --skill harness-containerization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates container configuration reviews to reduce bloated images, misconfigurations, and insecure deployments across Dockerfiles, Kubernetes manifests, and Helm charts.

Core Features & Use Cases

  • Phase-driven reviews of Dockerfiles and Kubernetes manifests to enforce best practices and surface inefficiencies early.
  • Security and reliability checks including base-image pinning, resource limits, health checks, and immutable tagging.
  • Use Case: When a PR touches container configs, run Harness Containerization to surface issues and generate concrete remediation steps.

Quick Start

Use harness-containerization to initiate a container review on your repository and receive actionable guidance.

Frequently Asked Questions about harness-containerization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically review Dockerfiles and Kubernetes manifests for security best practices?

You can automatically review Dockerfiles and Kubernetes manifests by running phase-driven checks that enforce base-image pinning, resource limits, health checks, and immutable tagging to surface misconfigurations early.

What container misconfigurations should I look for in pull requests?

Common container misconfigurations include unpinned base images, missing resource limits, absent health checks, and mutable tags. Automated reviews detect these issues in Dockerfiles and Helm charts to guide concrete remediation.

Does this container review tool work with Helm charts and k8s manifests?

Yes, this container review tool analyzes Helm charts and k8s manifests alongside Dockerfiles. It evaluates related artifacts to detect insecure deployments and applies best practices to improve reliability across your repository.

What is the best way to enforce base-image pinning and resource limits in Kubernetes?

The best way to enforce base-image pinning and resource limits is through automated configuration reviews. Analyzing Kubernetes manifests during pull requests surfaces missing constraints and generates actionable recommendations for remediation.

How do I fix bloated Docker images and insecure deployments before merging?

To fix bloated Docker images and insecure deployments, run an automated container review on your pull requests. It identifies inefficiencies and misconfigurations, providing concrete steps to enforce immutable tagging and optimize configurations.