skills/vercel/ai/ai-sdk/Gen Agent Trust Hub

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.sh using curl to retrieve the latest available AI models.
  • Evidence: SKILL.md instructs the agent to run curl -s https://ai-gateway.vercel.sh/v1/models to 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.md and references/devtools.md reference using pnpm add ai and npx @ai-sdk/devtools to 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/ using grep and makes requests to ai-sdk.dev/api/search-docs for version-specific information.
  • Development Environment Practices: The reference materials provide guidance on managing API keys through standard configuration files.
  • Evidence: references/ai-gateway.md describes storing an AI_GATEWAY_API_KEY in .env.local as a placeholder, which aligns with standard security practices for local development.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 1, 2026, 11:57 AM