ai-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- Official Package Management: The skill provides instructions for installing official Vercel AI SDK packages (such as
aiand@ai-sdk/react). These are standard dependencies required for building AI-powered features with the SDK. - Vendor-Specific API Interaction: It includes commands to fetch the most recent model configurations from
https://ai-gateway.vercel.sh/v1/models. This ensures the agent uses current model identifiers provided by the service infrastructure. - Documentation Retrieval Patterns: The instructions guide the agent to search for technical details within the local
node_modules/aidirectory or through the official documentation site atai-sdk.dev. This practice prioritizes accuracy by relying on the project's source code and official manuals rather than potentially outdated training data. - Developer Tooling Integration: The skill references
@ai-sdk/devtoolsfor local debugging. This is a standard utility intended for development environments to assist with observability and testing.
Audit Metadata