reviewing-dependencies
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data from security tools and APIs, which represents a potential surface for indirect prompt injection where malicious data could influence agent behavior.
- Ingestion points: The skill ingests data from GitHub API responses (
gh api),npm auditreports, andgrypescan results. - Boundary markers: No explicit delimiters or instructions are provided to the agent to distinguish between the audit data and its own operational instructions.
- Capability inventory: The skill utilizes command execution for tools like
gh,npm,dotnet, andgrypeto read repository data and interact with the filesystem. - Sanitization: The skill relies on the standard output of established security tools without implementing additional sanitization or validation logic.
- [COMMAND_EXECUTION]: The skill utilizes standard command-line tools for security auditing and dependency management in accordance with its stated purpose.
- Evidence: Includes instructions for using
gh apito fetch Dependabot alerts,npm auditfor Node.js security checks,dotnet list packagefor NuGet vulnerabilities, andgrypefor container and filesystem scanning.
Audit Metadata