Skip to main content

deepblue-x402-api

Provides live crypto trading signals and market intelligence through a pay-per-call API, enabling autonomous trading decisions.

Install this skill

or
86/100

Security score

The deepblue-x402-api skill was audited on Jun 11, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 61

Fetch to external URL

SourceSKILL.md
61const signals = await fetch("https://api.deepbluebase.xyz/signals").then(r => r.json());
low line 89

Fetch to external URL

SourceSKILL.md
89mcp__agentcash__fetch("https://api.deepbluebase.xyz/signals")
low line 57

Access to .env file

SourceSKILL.md
57wallet: privateKeyToAccount(process.env.PRIVATE_KEY),
low line 4

External URL reference

SourceSKILL.md
4homepage: https://deepbluebase.xyz
low line 25

External URL reference

SourceSKILL.md
25**Base URL:** `https://api.deepbluebase.xyz`
low line 26

External URL reference

SourceSKILL.md
26**Facilitator:** `https://facilitator.payai.network`
low line 61

External URL reference

SourceSKILL.md
61const signals = await fetch("https://api.deepbluebase.xyz/signals").then(r => r.json());
low line 74

External URL reference

SourceSKILL.md
74sentiment = session.get("https://api.deepbluebase.xyz/sentiment").json()
low line 79

External URL reference

SourceSKILL.md
79intel = session.get("https://api.deepbluebase.xyz/market-intel").json()
low line 89

External URL reference

SourceSKILL.md
89mcp__agentcash__fetch("https://api.deepbluebase.xyz/signals")
low line 150

External URL reference

SourceSKILL.md
1501. Agent calls `GET https://api.deepbluebase.xyz/signals`
low line 176

External URL reference

SourceSKILL.md
176- **Live at:** [deepbluebase.xyz](https://deepbluebase.xyz)
low line 178

External URL reference

SourceSKILL.md
178- **Discord:** [discord.gg/wpSKuA57bq](https://discord.gg/wpSKuA57bq)
low line 179

External URL reference

SourceSKILL.md
179- **Twitter:** [@error403agent](https://x.com/error403agent)
Scanned on Jun 11, 2026
View Security Dashboard
Installation guide →