dep-upgrade
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted metadata, such as package names, version strings, and vulnerability descriptions, from external package registries through commands like
npm outdated,pip list, andgo list. Maliciously crafted data in a registry could attempt to influence the agent's behavior. - Ingestion points: Audit command outputs used in
SKILL.md(Step 1, Step 3, Step 6) andreferences/upgrade-commands.md. - Boundary markers: None; the retrieved data is processed and presented to the user without explicit delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill utilizes shell execution for package managers and test runners (e.g.,
npm test,pytest,cargo test) throughout its scripts. - Sanitization: The skill does not perform sanitization or validation of external metadata before it is interpolated into the agent's context.
- [COMMAND_EXECUTION]: The skill relies on shell command execution to perform dependency auditing, upgrading, and verification.
- Evidence: Extensive use of CLI tools including
go,npm,pip,cargo, anddotnetinSKILL.mdandreferences/upgrade-commands.md. - [EXTERNAL_DOWNLOADS]: The skill fetches package updates and audit information from well-known, standard package registries.
- Evidence: Use of
npx npm-check-updates,npm install,pip install, andgo getto retrieve remote content.
Audit Metadata