grimoire-uniswap
Fail
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to use
npx -y @grimoirelabs/cli, which downloads and executes an external package from the npm registry at runtime. - [EXTERNAL_DOWNLOADS]: The skill supports fetching data from external sources via
--source,--endpoint, and--rpc-urlflags, as well as querying The Graph network. - [PROMPT_INJECTION]: The skill processes data from external, untrusted sources (The Graph, RPC, and provided URLs) to generate snapshots for 'spells', creating a surface for indirect prompt injection.
- Ingestion points: Data fetched via
--sourceand--endpointflags in thetokensandpoolscommands in SKILL.md. - Boundary markers: Absent.
- Capability inventory: Shell command execution (
grimoire,npx,bun) and network access. - Sanitization: Absent.
- [COMMAND_EXECUTION]: The skill relies on shell command execution to invoke its primary functionality via the
grimoireCLI tool and local script execution viabun.
Recommendations
- AI detected serious security threats
Audit Metadata