Skip to main content

birdeye

Integrates Birdeye API for real-time DeFi data across multiple chains, enabling token price tracking, market discovery, and wallet analysis.

Install this skill

or
76/100

Security score

The birdeye skill was audited on Jun 13, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143console.log(`Total: $${total.toFixed(2)}`);
medium line 149

Template literal with variable interpolation in command context

SourceSKILL.md
149console.log(`${item.symbol}: ${bal.toFixed(4)} = $${val.toFixed(2)} (${pct}%)`);
medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177.map((b) => `+${b.amount.toFixed(4)} ${b.symbol}`)
medium line 209

Access to .env file

SourceSKILL.md
209Fix: Load from `process.env.BIRDEYE_API_KEY`.
low line 27

External URL reference

SourceSKILL.md
27- **API key** (default): Base URL `https://public-api.birdeye.so`, load key from `BIRDEYE_API_KEY`.
low line 28

External URL reference

SourceSKILL.md
28- **x402 pay-per-request** (no API key): Base URL `https://public-api.birdeye.so/x402`, pay USDC per call. Use when agent has a Solana wallet but no API key. See `resources/x402.md`.
low line 205

External URL reference

SourceSKILL.md
205Fix: Set any `User-Agent` defensively. For PRO-gated endpoints (`/wallet/v2/pnl/*`, some Smart Money), upgrade your plan at [bds.birdeye.so](https://bds.birdeye.so).
low line 276

External URL reference

SourceSKILL.md
276- [Birdeye Developer Portal (API Keys)](https://bds.birdeye.so)
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →