security-scan
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection Surface]: The skill is designed to ingest and process untrusted data, including source code, security advisories (CVE/GHSA), and user-provided context. Data is passed to subagents for parallel processing, which is a standard pattern for large-scale analysis but increases the surface area for potential indirect injection from the repository being scanned. The skill documentation explicitly notes that user-provided security context should be treated as untrusted analysis data.
- [Local Command Execution]: The skill executes local Python scripts to manage the scan workflow. Scripts like
generate_rank_input.pyandfinalize_scan_contract.pyare executed using a configurable Python interpreter. These operations are contained within the skill's plugin directory and are used to resolve repository scopes and finalize scan results.
Audit Metadata