dep-audit
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions require the agent to execute various shell commands including
npm audit,pip list --outdated,cargo audit, andgovulncheck. These are standard tools for identifying dependency issues in software projects. - [EXTERNAL_DOWNLOADS]: The skill references the installation of several external auditing utilities from well-known registries, such as
pip-audit,safety,pip-licenses, andgo-licenses. It also provides agit clonecommand to install the skill itself from the author's repository. - [INDIRECT_PROMPT_INJECTION]: The skill's primary function involves reading and parsing project manifest files, which introduces a surface for indirect prompt injection.
- Ingestion points: The skill reads
package.json,package-lock.json,pyproject.toml,poetry.lock,Cargo.toml,Cargo.lock,go.mod, andrequirements.txtfrom repositories specified by the user. - Boundary markers: The instructions do not define specific delimiters or security headers to prevent the agent from following instructions embedded within these manifest files.
- Capability inventory: The skill utilizes shell command execution via package managers and security tools, which could be leveraged if the agent is manipulated by malicious file content.
- Sanitization: No explicit sanitization, schema validation, or content filtering is described for the data ingested from the project manifests.
Audit Metadata