intlayer-react
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- SAFE (SAFE): The skill provides legitimate documentation for the Intlayer i18n framework. All referenced URLs (intlayer.org) and packages appear to be official and trustworthy. No hardcoded credentials or malicious scripts were detected.
- Indirect Prompt Injection (LOW): The
MarkdownRenderercomponent, as documented, provides a surface for indirect prompt injection if it processes untrusted content. - Ingestion points: The
childrenprop of theMarkdownRenderercomponent defined inreferences/packages_react-intlayer_MarkdownRenderer.md. - Boundary markers: Not present in the documented usage; the component accepts raw markdown strings.
- Capability inventory: Renders markdown content into React components, which could include links or formatted text designed to influence an agent or user.
- Sanitization: Not explicitly documented, though the component supports
componentsoverrides which can be used for custom sanitization logic.
Audit Metadata