agentic-gateway
Audited by Runlayer on Mar 11, 2026
Shadow Persistence
Privilege Escalation
Guardrail Bypass
Context Poisoning
Malicious tool definition detected
Malicious tool definition detected
## Step 1: Generate a SIWE Token ```bash npx @alchemy/x402 sign-siwe --private-key ./wallet-key.txt > siwe-token.txt ``` For subsequent requests, read from the cached file: ```bash TOKEN=$(cat siwe-token.txt) ``` > **Important:** SIWE tokens expire after 1 hour by default. Use `--expires-after` to customize (e.g.
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Tool: agentic-gateway/references/data-simulation-api.md [2/2] Description: "Authorization: SIWE $TOKEN" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "alchemy_simulateExecutionBundle", "params": [ [ { "from": "0xd8dA...", "to": "0xA0b8...", "data": "0x095ea7b3..." }, { "from": "0xd8dA...", "to": "0xdef1...", "data": "0xd9627aa4..." } ], "latest" ] }' ``` ### Response Returns an array of results, one per transaction.
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (2)Click to expand
Tool passed security scan
Tool passed security scan