vulnerability-scanner
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to run static analysis tools, including
npx eslint,bandit, andgrep, against the current codebase. - [EXTERNAL_DOWNLOADS]: The instructions include downloading security auditing tools from established sources, such as
pip install banditandgo installfrom the officialgolang.orgrepository. - [PROMPT_INJECTION]: The skill processes untrusted external data (the codebase being scanned) to identify vulnerabilities. This represents an indirect prompt injection surface where malicious code could attempt to influence the agent's findings, although the use of specialized scanners and structured report formatting provides defensive layers.
Audit Metadata