json-render
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- Standard Library Integration: The skill provides examples using official, well-known packages such as
aiand@ai-sdk/react. These are industry-standard libraries developed by a trusted organization for building AI interfaces. - Safe UI Rendering Patterns: The code snippets demonstrate how to process and display various message parts (text, reasoning, tool calls). By utilizing standard React JSX rendering (e.g.,
{part.text}), the patterns leverage built-in protection against cross-site scripting (XSS) via automatic string escaping. - Secure Data Handling: The implementation guidance for handling tool outputs focuses on structured data validation (e.g.,
validateUIMessages) and rendering specific fields rather than raw execution or unsafe evaluation of untrusted data. - Verification of External Resources: All documentation links and code references point to official domains and repositories associated with the AI SDK framework, ensuring that users are directed toward legitimate and verified technical resources.
Audit Metadata