docker-debugger
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a set of standard diagnostic commands for the agent to use when troubleshooting Docker issues.
- Evidence: Commands like
docker logs,docker inspect,docker stats, anddocker execare provided for gathering container information. - [SAFE]: The instructions and examples follow industry security best practices.
- Evidence: Dockerfile templates demonstrate using non-root users (
USER node) and pinning specific image versions (node:20.10-alpine). - [PROMPT_INJECTION]: No evidence of prompt injection or instructions to bypass safety guardrails was detected.
- Evidence: Analysis of the instructions shows they remain strictly within the domain of Docker container management.
- [DATA_EXFILTRATION]: No unauthorized network operations or access to sensitive local host files were identified.
- Evidence: Network activity is limited to local health checks against
localhostwithin a Dockerfile template.
Audit Metadata