web3_wallet
Crypto wallet access or manipulation
Line 69Snippets
After any `sendTransaction`, do not stop at "transaction submitted".3. Wrap `sendTransaction` in try-catch and log `transactionId`.sendTransaction(transaction: Transaction, signature: string): Promise<{After `sendTransaction`, poll final state instead of only returning "submitted": const sendResult = await universalAccount.sendTransaction(privilege_escalation
Privilege escalation attempt
Privilege escalation attempt
Line 1841Snippets
chmod 600 .env 2>/dev/null || truefs_write
Filesystem write access
Filesystem write access
Line 946Snippets
rm -rf "$tmp_dir"network_call
Outbound network call
Outbound network call
Line 383Snippets
- `curl` and `tar` (only needed when `git` is unavailable)const axios = require('axios');const axios = require('axios'); const getRes = await axios.get(endpoint, { params: getParams, timeout: 15000 }); const postRes = await axios.post(endpoint, body, { params: postParams, timeout: 15000 });websocket
WebSocket connection
WebSocket connection
Line 313Snippets
const ws = new WebSocket('wss://universal-app-ws-proxy.particle.network');const ws = new WebSocket('wss://universal-app-ws-proxy.particle.network');const ws = new WebSocket('wss://universal-app-ws-proxy.particle.network');const ws = new WebSocket('wss://universal-app-ws-proxy.particle.network');env_access
Environment variable access
Environment variable access
Line 508Snippets
const wallet = new Wallet(process.env.PRIVATE_KEY || ''); projectId: process.env.PROJECT_ID || '', projectClientKey: process.env.PROJECT_CLIENT_KEY || '', projectAppUuid: process.env.PROJECT_APP_UUID || '', const wallet = new Wallet(process.env.PRIVATE_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
Execute cross-chain token trading on EVM and Solana with Particle Network Universal Account SDK. Use when users ask to set up universal-account-example, buy or sell tokens, run convert/swap flows, transfer assets, call custom transactions, query balances/history, or monitor transaction status via WebSocket.
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