time_bomb
Suspicious deferred execution
Line 2088Snippets
setInterval(async () => {setInterval(async () => {web3_wallet
Crypto wallet access or manipulation
Crypto wallet access or manipulation
Line 115Snippets
- ALWAYS use Helius Sender endpoints for transaction submission; 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.data_exfiltration
Data exfiltration attempt
Data exfiltration attempt
Line 563Snippets
- **Parse transactions**: `POST /v0/transactions/?api-key=KEY` — parse known signatures- **Parse a specific tx**: use `parseTransactions` MCP tool, or `POST /v0/transactions/?api-key=KEY` with `{ transactions: [sig] }`hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 1006Snippets
apiKey: "your-helius-api-key", apiKey: "your-helius-api-key",network_call
Outbound network call
Outbound network call
Line 47Snippets
| Solana internals | MCP: `getSIMD`, `searchSolanaDocs`, `fetchHeliusBlog` |- When you need to verify API details, pricing, or rate limits, use `lookupHeliusDocs` — it fetches live docsUse `getAssetBatch` to fetch up to 1,000 assets in one request instead of multiple `getAsset` calls:- **Transaction history**: `GET /v0/addresses/{address}/transactions?api-key=KEY` — fetch + parse history for an addressHuman-readable decoded history. Two-step process internally: fetches signatures, then enriches via the Enhanced API.websocket
WebSocket connection
WebSocket connection
Line 2611Snippets
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=YOUR_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
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