time_bomb
Suspicious deferred execution
Line 2623Snippets
setInterval(async () => {setInterval(async () => {web3_wallet
Crypto wallet access or manipulation
Crypto wallet access or manipulation
Line 226Snippets
- ALWAYS submit DFlow transactions via Helius Sender endpoints — never raw `sendTransaction` to standard RPC| **sendTransaction** | 1/s | 5/s | 50/s | 100/s |- **1 credit**: Standard RPC calls, sendTransaction, Priority Fee API, webhook eventsALWAYS use Helius Sender for transaction submission instead of the standard `sendTransaction` to a regular RPC endpoint. Sender dual-routes transactions to both Solana validators and Jito simultaneously, maximizing block inclusion probability with ultra-low latency.- For simpler use cases where you do not need manual control, the Helius TypeScript SDK provides `sendSmartTransaction` which handles priority fees, compute units, and retries automatically — but it does NOT use Sender endpoints. For maximum performance, use Sender via the SDK's `sendTransactionWithSender` method, or directly as described below.hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 1540Snippets
apiKey: "your-helius-api-key", apiKey: "your-helius-api-key",network_call
Outbound network call
Outbound network call
Line 41Snippets
Check if DFlow MCP tools are available. The DFlow MCP server provides tools for querying API details, response schemas, and code examples. If not available, DFlow APIs can still be called directly via fetch/curl. To install:Check if DFlow MCP tools are available. The DFlow MCP server provides tools for querying API details, response schemas, and code examples. If not available, DFlow APIs can still be called directly via fetch/curl. To install:Market-level images are not currently available. Event-level images exist. For market images, fetch from Kalshi directly: `https://docs.kalshi.com/api-reference/events/get-event-metadata`- Browsing markets, fetching events/orderbooks/metadatacurl "https://proof.dflow.net/verify/{address}"websocket
WebSocket connection
WebSocket connection
Line 1041Snippets
const ws = new WebSocket('wss://prediction-markets-api.dflow.net', { const ws = new WebSocket('wss://prediction-markets-api.dflow.net', {const ws = new WebSocket('wss://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY'); const ws = new WebSocket(`wss://mainnet.helius-rpc.com/?api-key=${heliusApiKey}`);const ws = new WebSocket('wss://prediction-markets-api.dflow.net', {env_access
Environment variable access
Environment variable access
Line 1042Snippets
headers: { 'x-api-key': process.env.DFLOW_API_KEY }const DFLOW_API = process.env.DFLOW_API_URL || 'https://dev-quote-api.dflow.net';const DFLOW_API = process.env.DFLOW_API_URL || 'https://dev-quote-api.dflow.net'; apiKey: process.env.HELIUS_API_KEY, headers: { 'x-api-key': process.env.DFLOW_API_KEY }Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
Skill helius-dflow
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1