chat-sdk
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [External Documentation References]: The skill references several external URLs for documentation and source code, including chat-sdk.dev, sdk.vercel.ai, and Vercel's GitHub repositories. These are used to provide the agent with up-to-date information on the library's API surface.
- [Package Management]: The skill includes instructions for installing official Vercel Chat SDK packages (such as
chatand@chat-adapter/*) via standard package managers. This is consistent with the skill's purpose of providing development guidance. - [Credential Management]: Code examples demonstrate the use of environment variables (e.g.,
process.env.SLACK_SIGNING_SECRET) for managing sensitive platform credentials, which aligns with standard practices for secret management. - [Input Handling Pattern]: The skill includes examples of processing incoming chat messages. It demonstrates how to access message content to trigger bot responses, which is the primary function of the SDK.
Audit Metadata