react-typescript-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of technical documentation and code templates for building React applications. No malicious instructions or behavior were identified.
- [EXTERNAL_DOWNLOADS]: The documentation references well-known, industry-standard libraries including React, TanStack Query, Zod, Zustand, and Tailwind CSS. These are trusted dependencies within the frontend development ecosystem.
- [CREDENTIALS_UNSAFE]: No hardcoded credentials or secrets were found. The API client implementation uses environment variables (VITE_API_URL) and dynamic session tokens via Supabase, following security best practices.
- [COMMAND_EXECUTION]: The provided build and development scripts (pnpm dev, pnpm build, etc.) are standard for Vite-based projects and do not include any suspicious or unauthorized command execution.
- [DATA_EXFILTRATION]: The API client implementation uses standard fetch calls for legitimate backend communication. It demonstrates proper security practices by utilizing Zod for runtime schema validation of external data.
Audit Metadata