devcontainer-hardened
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements and enforces security-first design principles for containerized development environments.
- [SAFE]: Instructions explicitly mandate the use of official, digest-pinned base images (e.g.,
node:bookworm-slim@sha256:...) to prevent supply-chain attacks via image tags. - [SAFE]: Hardened configurations are promoted by default, including
remoteUser: "node",--cap-drop=ALL, andno-new-privileges:trueto minimize host kernel exposure. - [SAFE]: Remote data fetching for Node.js LTS detection targets the official
nodejs.orgdomain, and the skill provides clear guidance on prioritizing local version files (.nvmrc,package.json) over external lookups. - [SAFE]: The skill includes explicit warnings against common anti-patterns such as mounting
docker.sock, using--privilegedmode, and including secrets in configuration files.
Audit Metadata