security-audit
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill employs shell commands via the Bash tool to conduct security analysis:
- Executes
npm auditto identify vulnerabilities in Node.js dependencies. - Uses
grepandgit logto find hardcoded secrets, environment variables, and cryptographic keys within the current codebase and historical commits. - Performs filesystem checks using
testto verify the presence of lockfiles and configuration files. - [EXTERNAL_DOWNLOADS]: Initiates vulnerability checks by running
npm audit, which communicates with the official NPM registry to compare local dependencies against known security advisories. - [PROMPT_INJECTION]: The skill processes untrusted project files, creating an attack surface for indirect prompt injection:
- Ingestion points: Reads source code, configuration files, and git commit history using
Read,Glob, andGreptools (Phases 2, 4, 5, and 7). - Boundary markers: Does not implement explicit delimiter-based boundary markers or instructions to ignore embedded directives within the analyzed code content.
- Capability inventory: Possesses the ability to execute shell commands (
Bash), write analysis reports (Write), and orchestrate parallelized sub-tasks viaspawn_agents_on_csv. - Sanitization: No specific sanitization or filtering logic is mentioned for the content extracted from project files before it is processed by the agent's logic.
Audit Metadata