markstream-react
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill directs the agent to install the
markstream-reactpackage. As this is not a pre-approved or widely recognized library, users should verify its origin and integrity before installation. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the rendering of data provided via the
contentandnodesprops, which are intended to hold AI-generated output. This creates a surface for indirect prompt injection attacks. - Ingestion points: The skill processes external content through the
contentprop in components from themarkstream-reactlibrary (e.g., inSKILL.mdworkflows). - Boundary markers: The instructions note that
htmlPolicydefaults tosafeand Mermaid strict mode is enabled, providing a layer of protection against malicious input. - Capability inventory: The renderer supports markdown, HTML, and Mermaid diagrams. If safety policies are lowered, this could enable malicious scripts or UI components to be injected into the application.
- Sanitization: While defaulting to a
safepolicy, the skill explicitly provides instructions on how to usehtmlPolicy="trusted"andmermaidProps={{ isStrict: false }}, which disables built-in sanitization and increases exposure to Cross-Site Scripting (XSS) and other content-based attacks.
Audit Metadata