Smart Contract Audit
Warn
Audited by Snyk on Jul 5, 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.85). The required workflow uses
curl -s https://ethskills.com/audit/SKILL.mdat install/runtime, which fetches public web content authored by an outsider (EthSkills) and can be ingested as readable text into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's runtime steps and install.command explicitly curl and direct agents to "Read https://ethskills.com/audit/SKILL.md" (curl -s https://ethskills.com/audit/SKILL.md), so remote content at that URL is fetched at runtime and directly controls agent prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata