ai-sdk
Audited by Runlayer on Feb 26, 2026
Malicious tool definition detected
List all available models through the gateway API: ```bash curl https://ai-gateway.vercel.sh/v1/models ``` Filter by provider using `jq`.
Malicious tool definition detected
}); ``` ## Viewing Captured Data All runs and steps are saved to: ``` .devtools/generations.json ``` Read this file directly to inspect captured data: ```bash cat .devtools/generations.json | jq ``` Or launch the web UI: ```bash npx @ai-sdk/devtools # Open http://localhost:4983 ``` ## Data Structure - **Run**: A complete multi-step interaction grouped by initial prompt - **Step**: A single LLM call within a run (includes input, output, tool calls, token usage)
Passed Files (3)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan