docker-audit
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate security auditing tool designed to check Dockerfiles and Compose files for common misconfigurations and security risks.
- [COMMAND_EXECUTION]: Employs standard Unix utilities including
find,grep, andawkto perform static analysis on project files. It also utilizes established external security tools such ashadolint,trivy,dockle, anddocker scoutfor deep scanning. - [EXTERNAL_DOWNLOADS]: Mentions installation of security tools via Homebrew (
brew install), which is a well-known and trusted package management service. - [DATA_EXFILTRATION]: While the skill scans for sensitive patterns like
ENV.*PASSWORDandARG.*SECRET, it does so locally to report findings to the user and does not transmit this data to any external destinations. - [PROMPT_INJECTION]: Instructions are focused on analysis tasks and do not attempt to bypass agent safety filters or override system behavior.
Audit Metadata