app-renderer-systems
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill establishes architectural patterns for React applications, focusing on separation of concerns between API adapters, data hooks, and UI components.
- [INDIRECT_PROMPT_INJECTION]: Although the skill provides templates for processing external API data, it proactively mitigates injection risks by instructing developers to validate all untrusted inputs at the domain boundary using Zod schemas.
- [REMOTE_CODE_EXECUTION]: No remote code execution patterns, external script downloads, or suspicious package installations were detected. The patterns rely on standard, well-known libraries.
- [DATA_EXFILTRATION]: The provided API adapter templates use relative paths for local backend services (e.g.,
/api/foos) and include proper error handling and request cancellation via AbortSignal.
Audit Metadata