security-audit
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute various system commands, includingnpm auditfor dependency checks,grepfor identifying hardcoded secrets, andgit logfor analyzing historical commits. These operations are aligned with the skill's primary purpose of security auditing. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core function of reading and interpreting untrusted data from a codebase.
- Ingestion points: The agent reads project source files, configuration files (e.g., package.json, go.mod), and environment files (.env) using the
Read,Glob, andGreptools. - Boundary markers: The instructions do not define specific delimiters or instructions to prevent the agent from following malicious commands that might be embedded in the code comments or documentation it scans.
- Capability inventory: The skill has access to
Bashfor shell command execution andspawn_agents_on_csvto trigger additional automated agent tasks, which could be exploited if an injection is successful. - Sanitization: There is no evidence of sanitization or escaping of the content retrieved from project files before it is processed by the agent or passed to sub-agents.
Audit Metadata