eip-reference
Warn
Audited by Snyk on Aug 4, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In SKILL.md, the runtime “How to Look Up Any EIP” workflow instructs fetching and parsing raw markdown from GitHub raw URLs (https://raw.githubusercontent.com/ethereum/EIPs/master/EIPS/eip-{number}.md and https://raw.githubusercontent.com/ethereum/ERCs/master/ERCS/erc-{number}.md), which are externally authored/untrusted free text sources that can include prompt-injection content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs the agent to WebFetch raw EIP/ERC markdown at runtime (e.g. https://raw.githubusercontent.com/ethereum/EIPs/master/EIPS/eip-{number}.md), and uses that fetched spec to parse and generate the agent's responses, so this is a runtime external dependency controlling prompts.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is an explicit Ethereum/EIP/ERC reference that includes concrete on-chain transaction and wallet APIs and examples (e.g., signTypedData, signAuthorization, walletClient.writeContract executing batch calls, ERC-20 transfer/approve interfaces, EntryPoint/paymaster payment flow). These are specific crypto/blockchain execution primitives (signing and sending transactions / swaps / approvals), so the skill grants Direct Financial Execution capability.
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata