ai-sdk

Warn

Audited by Runlayer on Feb 26, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
82%
Files
5
Flagged
2
Chunks
6
Flagged Files (2)
ai-sdk/references/ai-gateway.mdMEDIUM
82.4%

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`.

ai-sdk/references/devtools.mdMEDIUM
80.3%

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
ai-sdk/SKILL.mdOK
42.0%

Tool passed security scan

ai-sdk/references/common-errors.mdOK
12.5%

Tool passed security scan

ai-sdk/references/type-safe-agents.mdOK
5.9%

Tool passed security scan

Audit Metadata
Max File Score
82%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
5
Files Flagged
2
Chunks Analyzed
6
Analyzed
Feb 26, 2026, 04:24 PM
Security Audit — runlayer — ai-sdk