containerfile-creator

Warn

Audited by Socket on Aug 14, 2026

3 alerts found:

SecurityAnomalyx2
SecurityMEDIUM
references/scratch--static-binary.md

No explicit malicious logic (e.g., exfiltration/backdoor commands) is evident in the Containerfile fragment. However, it establishes a high-risk supply-chain execution path by downloading an executable from a remote GitHub release URL using ADD without visible integrity verification, and by importing tool/plugin artifacts from a remote image using a mutable :latest tag without digest pinning. If any upstream release asset or registry image is compromised or altered, the resulting container will execute attacker-controlled code via ENTRYPOINT.

Confidence: 67%Severity: 74%
AnomalyLOW
references/fedora-toolbox--devenv.md

The fragment shows no clear, direct malware behavior (no obvious credential theft/exfiltration/backdoor logic visible). However, it has notable supply-chain integrity weaknesses: remote ZIP artifacts are downloaded and extracted without shown checksum/signature verification, gh-cli installation relies on unpinned remote repo metadata, the base image is tag-based (dependency drift), and an opaque helper is copied and exposed under multiple command names (its runtime behavior is not verifiable from this snippet). Overall, this is best characterized as moderate supply-chain risk pending verification/pinning of external artifacts and inspection of the helper’s contents.

Confidence: 62%Severity: 50%
AnomalyLOW
references/dotnet--self-contained.md

No explicit overt malware behavior is present in the provided Containerfile snippet (no exfiltration, reverse shells, or obfuscated payloads). The main security concern is supply-chain integrity: it installs an unpinned Python package (`pip install my-app`) during the build without lockfile/hash/integrity controls, and it uses mutable base image tags without digest pinning. These factors can enable malicious or unintended dependency substitution/drift. Additionally, `chmod u+rwx /app` increases potential impact if the image contents are compromised.

Confidence: 62%Severity: 60%
Audit Metadata
Analyzed At
Aug 14, 2026, 12:17 PM
Package URL
pkg:socket/skills-sh/jim60105%2Fcopilot-prompt%2Fcontainerfile-creator%2F@1a101538fe8eaa240790755bcdaa98ce15236669ffd3d392a5a3c266e921961b
Security Audit — socket — containerfile-creator