container-scanner
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
SKILL.mdfile provides installation instructions for the Trivy scanner that involve downloading a shell script directly from the official Aqua Security GitHub repository (https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh). - [COMMAND_EXECUTION]: The application uses
child_process.spawnandchild_process.spawnSyncto execute thehadolintandtrivybinaries on the local system. This is the primary functionality of the skill, and the use ofspawnwith an arguments array (rather thanexec) is a best practice that prevents shell injection attacks.
Audit Metadata