markstream-svelte
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
markstream-sveltepackage, which is currently in a beta state. The instructions correctly prompt the user for explicit approval before proceeding with the installation of this external dependency. - [PROMPT_INJECTION]: The skill is designed to process and render untrusted markdown data, creating a surface for indirect prompt injection.
- Ingestion points: The
contentproperty in theMarkdownRendercomponent example (SKILL.md). - Boundary markers: The skill recommends the use of
htmlPolicy="safe"and strict defaults for Mermaid diagrams to isolate rendered content. - Capability inventory: The skill is focused on UI rendering; no subprocess execution, network exfiltration, or filesystem writes were identified in the instructions (SKILL.md).
- Sanitization: The skill explicitly advises using a safe HTML policy and strict security defaults for integrated components to filter malicious inputs.
Audit Metadata