ai-sdk
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Retrieves live model metadata from the official Vercel AI Gateway API.
- Evidence: Uses
curl -s https://ai-gateway.vercel.sh/v1/modelsinSKILL.mdandreferences/ai-gateway.mdto fetch current model IDs from a well-known service. - [SAFE]: Guides the installation of official AI SDK packages.
- Evidence: Recommends installing the
aipackage and provider libraries (e.g.,@ai-sdk/openai) via standard package managers inSKILL.md. - [SAFE]: Implements local documentation searching.
- Evidence: Uses
grepto scannode_modules/ai/docs/andnode_modules/ai/src/inSKILL.mdfor up-to-date API information. - [SAFE]: Adheres to secure configuration practices for API keys.
- Evidence: Instructs users to store
AI_GATEWAY_API_KEYin.env.localinreferences/ai-gateway.md, following industry best practices for secret management.
Audit Metadata