data_exfiltration
Data exfiltration attempt
Line 177Snippets
| `POST /web3/signup` | `message`, `signature` | Returns free-tier API key || `POST /web3/keys` | `message`, `signature` | List all keys for wallet || `POST /web3/keys/revoke` | `message`, `signature`, `key_id` | Revoke a key |4. Base64-encode the JSON and retry: `POST /web3/subscribe` with `{ "tier": "build" }` and header `payment-signature: <base64 payload>` → receive API key + subscription.network_call
Outbound network call
Outbound network call
Line 16Snippets
Query historical and real-time crypto market data from **0xArchive** using `curl`. Three exchanges are supported: **Hyperliquid** (perps DEX), **Lighter.xyz** (order-book DEX), and **HIP-3** (Hyperliquid builder perps). Data types: orderbooks, trades, candles, funding rates, open interest, liquidations, and data quality metrics.curl -s -H "x-api-key: $OXARCHIVE_API_KEY" "https://api.0xarchive.io/v1/..."When `meta.next_cursor` is present in the response, more data is available. Append `&cursor=VALUE` to fetch the next page:curl -s -H "x-api-key: $OXARCHIVE_API_KEY" \curl -s -H "x-api-key: $OXARCHIVE_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 0xarchive
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