flipside
Warn
Audited by Snyk on Mar 9, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill runs SQL queries against Flipside's public on-chain datasets (e.g., ethereum.core.ez_token_transfers in assets/automation.template.yaml) via the Flipside CLI/run_query and then feeds those query results into an llm_transform/agent for analysis, so untrusted, user-generated on-chain content is ingested and can influence agent behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's installation instructions instruct users to run a remote installer that is fetched and executed at runtime (curl -fsSL https://raw.githubusercontent.com/FlipsideCrypto/flipside-tools/main/install.sh | sh and the alternate https://install.flipsidecrypto.xyz | sh), which executes remote code and is required to provide the Flipside CLI dependency for the skill.
Audit Metadata