stablecoin-chain-explorer
Warn
Audited by Snyk on May 14, 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.90). The skill explicitly fetches public, untrusted data from api.barker.money (see SKILL.md and SUMMARY.md calls to GET https://api.barker.money/api/public/v1/market/overview and /defi/vaults), and those returned fields are read and used by the agent to compute recommendations (TVL shares, APYs, and position-size advice), so third‑party content can materially influence actions and thus could enable indirect prompt injection.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The pre-flight script fetches https://raw.githubusercontent.com/okx/plugin-store/main/skills/stablecoin-chain-explorer/plugin.yaml at runtime (via curl) to determine updates and, if newer, runs
npx skills add okx/plugin-store ..., which can download and execute remote code—introducing a clear remote-code-execution update path.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata