Skip to main content

switchboard

Integrates the Switchboard Oracle Protocol SDK for Solana, enabling real-time data feeds and on-demand data solutions.

Install this skill

or
79/100

Security score

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

Categories Tested

Security Issues

medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146console.log(`Price: ${value}, Last Updated: ${lastUpdated}`);
medium line 238

Template literal with variable interpolation in command context

SourceSKILL.md
238console.log(`${data.symbol}: ${data.price}`);
medium line 367

Template literal with variable interpolation in command context

SourceSKILL.md
367throw new Error(`Insufficient oracle responses: ${numSuccess}`);
low line 95

External URL reference

SourceSKILL.md
95const connection = new web3.Connection("https://api.mainnet-beta.solana.com");
low line 103

External URL reference

SourceSKILL.md
103const crossbar = new CrossbarClient("https://crossbar.switchboard.xyz");
low line 298

External URL reference

SourceSKILL.md
2981. Visit [ondemand.switchboard.xyz](https://ondemand.switchboard.xyz)
low line 314

External URL reference

SourceSKILL.md
314url: "https://api.example.com/price",
low line 398

External URL reference

SourceSKILL.md
398-- **Feed Builder**: https://ondemand.switchboard.xyz
low line 409

External URL reference

SourceSKILL.md
409- **Discord**: https://discord.gg/TJAv6ZYvPC
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →