ai-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Official API Integration: The skill performs network requests to
ai-gateway.vercel.shusingcurlto retrieve the latest available AI models. - Evidence:
SKILL.mdinstructs the agent to runcurl -s https://ai-gateway.vercel.sh/v1/modelsto ensure it uses current model IDs rather than relying on internal memory. - Standard Package Management: The skill utilizes common package managers to install necessary dependencies and development tools.
- Evidence:
SKILL.mdandreferences/devtools.mdreference usingpnpm add aiandnpx @ai-sdk/devtoolsto set up the environment. - Documentation Retrieval: The skill is configured to read local files and query the official documentation portal for technical guidance.
- Evidence: It searches for documentation in
node_modules/ai/docs/usinggrepand makes requests toai-sdk.dev/api/search-docsfor version-specific information. - Development Environment Practices: The reference materials provide guidance on managing API keys through standard configuration files.
- Evidence:
references/ai-gateway.mddescribes storing anAI_GATEWAY_API_KEYin.env.localas a placeholder, which aligns with standard security practices for local development.
Audit Metadata