analyze-crypto
Warn
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool in Phase 4 to perform PDF conversion by invoking Google Chrome ornpx. These commands incorporate variables such as{token_name}, which are derived from user input or external search results. The lack of explicit sanitization for these variables during shell command construction presents a risk of command injection. - [EXTERNAL_DOWNLOADS]: Phase 4 uses
npx -y md-to-pdfto fetch and execute a utility from the npm registry during the runtime execution of the skill. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface by ingesting data from external URLs (via
WebFetch) and search results (viaWebSearch) and interpolating this untrusted content into sub-agent prompts without sanitization or boundary markers. - Ingestion points:
WebFetchis used in Agent 2 (news) and Agent 5 (project websites);WebSearchis used in Phase 0 and all five sub-agents. - Boundary markers: No specific delimiters or instructions to ignore embedded commands are present when passing web content to sub-agents.
- Capability inventory: The main agent possesses
Bash(shell execution) andWrite(file system access) capabilities. - Sanitization: No validation or escaping of external content is performed before processing.
Audit Metadata