security-reviewer
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute various security scanners and penetration testing tools, including
semgrep,nmap,sqlmap, andgitleaks. This behavior is consistent with the skill's stated purpose of conducting security reviews and is supported by explicit constraints such as verifying scope and authorization before active testing. - [EXTERNAL_DOWNLOADS]: The instructions include steps to install security utilities using package managers like
npm,pip, andbrew. It references well-known and reputable tools such assemgrep,bandit,trivy, andsnyk. These downloads are from established official registries and repositories. - [PROMPT_INJECTION]: As a security auditing tool, the skill is susceptible to indirect prompt injection because it processes untrusted code and data.
- Ingestion points: Source code files and data processed through the
Read,Grep, andGlobtools for auditing (e.g., in the core workflow described inSKILL.md). - Boundary markers: The skill does not explicitly define delimiters or instructions to ignore embedded commands within the analyzed code in its reference materials.
- Capability inventory: The skill possesses powerful capabilities including shell command execution via
Bashand file system access viaRead,Glob, andGrepacross the workspace. - Sanitization: There are no specific instructions for sanitizing or escaping the content of the files being reviewed before they are processed by the agent, which could allow maliciously crafted code to influence the agent's output.
Audit Metadata