dependency-audit
Warn
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The shell script in Step 4 contains a command injection vulnerability. The variable
MIN_SEV, derived from the user-controlledSECSKILL_MIN_SEVERITYenvironment variable, is interpolated unquoted into a subshell:$(echo $MIN_SEV | tr '[:lower:]' '[:upper:]'). A maliciously crafted input could execute arbitrary shell commands. - [EXTERNAL_DOWNLOADS]: The skill's prerequisite instructions provide steps to download and install the
trivyvulnerability scanner from Aqua Security's official repository usingwgetandapt-get. - [EXTERNAL_DOWNLOADS]: The skill recommends installing the
pip-audittool from the Python Package Index (PyPI). - [COMMAND_EXECUTION]: The workflow executes
npm install --package-lock-onlywithin the target project's directory. This behavior can be exploited to run arbitrary scripts (e.g., npmpreinstallorpostinstallhooks) if the project being audited is malicious.
Audit Metadata