endor-container

Analyze container images, Dockerfiles, and docker-compose configurations for security issues.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills --skill endor-container
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: endor-container
Source: https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills/tree/main/.claude/skills/endor-container
Command: npx skills add https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills --skill endor-container

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps development and security teams automatically scan container images, Dockerfiles, and docker-compose configurations for vulnerabilities and misconfigurations, reducing risk and manual review.

Core Features & Use Cases

  • Dockerfile Analysis: Security best practices review for Dockerfiles.
  • Docker Compose Analysis: Configuration security checks for docker-compose.
  • Image Scanning: Vulnerability and compliance scanning of container images.
  • Base Image Recommendations: Suggest safer base images to minimize risk.

Quick Start

Use the endor-container skill to perform an initial scan of your project by placing a Dockerfile in the root of your repository and running the MCP-enabled Endor workflow (e.g., trigger a container scan via the Endor CLI or Claude Code integration).

Frequently Asked Questions about endor-container

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

FAQPage Schema
How do I scan Docker images for vulnerabilities and configuration misconfigurations?

Scanning Docker images for vulnerabilities involves analyzing the image, Dockerfile, and docker-compose configurations to identify security issues and misconfigurations. This skill applies security best practices rules and policy templates to automate that review process.

What security checks should I run on my Dockerfile before deployment?

Dockerfile security checks should review base image safety, privilege escalation risks, and configuration best practices. This skill analyzes Dockerfiles against security policy rules to pinpoint misconfigurations and suggest safer base images to minimize deployment risk.

Does this Docker Compose security analysis require any specific environment setup?

Docker Compose security analysis requires Docker and the Endor MCP server installed as prerequisites. You need a Dockerfile in your repository root and an MCP-enabled environment like Endor CLI or Claude Code integration to trigger the configuration checks.

How do I automate container image scanning in my CI pipeline?

Automating container image scanning in CI pipelines involves integrating analysis logic into your build and deploy workflows. This skill fits into Git repositories and CI pipelines where image and configuration security matter, reading local script templates to evaluate compliance.

What is the best way to find safer base images for my containerized applications?

Finding safer base images requires analyzing your current Dockerfile and container image for known vulnerabilities. This skill scans your configurations and provides base image recommendations to minimize risk and ensure compliance within your development workflow.