docker-ci-cd

Warn

Audited by Gen Agent Trust Hub on Feb 13, 2026

Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis

================================================================================

🟡 VERDICT: MEDIUM

This skill provides CI/CD pipeline configurations and a shell script for Docker operations. The primary concern is the direct execution of Docker commands within the build-and-push.sh script, which can perform powerful system-level actions. The skill also references numerous external GitHub Actions and Docker images, though these are from trusted sources.

Total Findings: 10

🟡 MEDIUM Findings: • COMMAND_EXECUTION

  • scripts/build-and-push.sh (Line 19, 30, 37, 43, 44): The build-and-push.sh script directly executes docker build, docker run, and docker push commands. These commands require access to the Docker daemon and can perform powerful operations, including building and running arbitrary images. While this is the intended functionality of a Docker CI/CD skill, it represents a significant command execution capability that should be sandboxed.

ℹ️ TRUSTED SOURCE References: • https://github.com/actions/checkout@v4

================================================================================

Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 13, 2026, 02:12 AM