react-game-ui
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No security issues detected. The skill consists of instructional text and standard React/TypeScript code snippets for UI components (Resource Bar, Inventory, etc.).- [Indirect Prompt Injection] (LOW): The skill defines UI components that process external data for display.
- Ingestion points:
InventoryGridandItemTooltipcomponents ingest object properties likeitem.nameanditem.descriptionfor rendering in the UI. - Boundary markers: Not applicable (code snippets only).
- Capability inventory: No scripts or executable code with system access, network capabilities, or file system permissions are included.
- Sanitization: Components use standard React JSX interpolation, which provides built-in protection against cross-site scripting (XSS) by escaping content.
Audit Metadata