react
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill provides documentation and code templates for React components that ingest and render external data (e.g.,
UserCardinconc-concurrent-safe.md,UserProfileinrsc-data-fetching-server.md, andProductListinrstate-derived-values.md). These patterns create a surface for indirect prompt injection where untrusted data could potentially influence agent behavior if the rendered output is subsequently parsed by the AI. - Ingestion points: Multiple component templates designed to receive data via props or fetch operations.
- Boundary markers: None present in the code examples to distinguish between instructions and data.
- Capability inventory: The skill is documentation-based and does not contain scripts that execute code, though it describes patterns for network fetching and file system interaction (via server components).
- Sanitization: Code examples do not demonstrate explicit sanitization or filtering of the external content before rendering.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install an external dependency to enable specific build-time optimizations.
- Evidence: Recommends installing
babel-plugin-react-compilerfrom the npm registry inreferences/memo-compiler.mdusing the commandnpm install --save-dev babel-plugin-react-compiler.
Audit Metadata