ai-sdk
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [Network Model Discovery]: The skill instructs the agent to fetch the latest model IDs from 'https://ai-gateway.vercel.sh/v1/models'. This is a standard procedure for ensuring the agent uses current model versions and routes through the vendor's official gateway.
- [Local Documentation Search]: Instructions include using 'grep' to search through 'node_modules/ai/docs/' and 'node_modules/ai/src/'. This allows the agent to provide up-to-date guidance based on the actual installed version of the SDK rather than potentially stale training data.
- [Credential Management Guidance]: References to 'AI_GATEWAY_API_KEY' are provided as templates for secret management in '.env.local' files, which follows industry best practices for secure application development.
- [Development Tooling]: The skill mentions '@ai-sdk/devtools' for debugging. This is an official development utility for capturing and inspecting SDK interactions locally.
Audit Metadata