markstream-vue2
Integrate Markstream in Vue 2
Vue 2 applications need package and rendering settings that match their framework version. This skill guides a focused markstream-vue2 setup with safe streaming and rendering defaults.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "markstream-vue2" from https://skillstore.io/skills/simon-he95-markstream-vue2.md and its manifest at https://skillstore.io/api/skills/simon-he95-markstream-vue2/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "markstream-vue2". Set up markstream-vue2 in a Vue 2.7 application.
Expected outcome:
- Confirm the project uses Vue 2.7.
- Install markstream-vue2.
- Import its stylesheet after reset styles.
- Render markdown with MarkdownRender and safe defaults.
Using "markstream-vue2". Make streamed chat messages feel smooth.
Expected outcome:
- Use automatic smooth streaming for active messages.
- Disable fade while content is streaming.
- Turn off smooth streaming for final history messages.
Security Audit
SafeAll 24 external-command findings are false positives caused by Markdown inline-code delimiters in SKILL.md. The two system-reconnaissance findings describe safe HTML and Mermaid rendering defaults, not host inspection. No prompt injection, data exfiltration, or malicious intent was found.
Risk Factors
โ๏ธ External commands (24)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/simon-he95-markstream-vue2/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/simon-he95-markstream-vue2?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/simon-he95-markstream-vue2?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/simon-he95-markstream-vue2/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/simon-he95-markstream-vue2.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
simon-he95. (2026). markstream-vue2 security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/simon-he95-markstream-vue2/audits/1BibTeX citation
@techreport{simon-he95-simon-he95-markstream-vue2-2026,
author = {simon-he95},
title = {markstream-vue2 security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/simon-he95-markstream-vue2/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "markstream-vue2 security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "simon-he95"
date-released: "2026-07-19"
url: "https://skillstore.io/skills/simon-he95-markstream-vue2/audits/1"
identifiers:
- type: other
value: "skillstore:simon-he95-markstream-vue2:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Add Markdown rendering to a Vue 2 app
Set up the package, stylesheet, and basic MarkdownRender component in an existing Vue 2.7 project.
Build a streaming chat display
Configure smooth streaming, cursor behavior, and transitions for partial assistant responses and completed history.
Review legacy rendering settings
Keep safe HTML and strict Mermaid defaults while scoping any approved legacy exception to one trusted surface.
Try These Prompts
Help me add markstream-vue2 to this Vue 2.7 application. Check the existing entry file and show the smallest safe setup.
Review this Vue 2.6 project for markstream-vue2 compatibility. Tell me whether @vue/composition-api is needed and where to import the stylesheet.
Configure MarkdownRender for a Vue 2 chat interface. Stream active responses smoothly, then render completed history without streaming delay.
Assess whether this trusted legacy content surface needs relaxed HTML or Mermaid settings. Keep the exception scoped and explain the security tradeoff.
Best Practices
- Confirm the Vue version and build tooling before selecting a package.
- Keep html-policy set to safe and Mermaid strict mode enabled by default.
- Validate changes with the smallest relevant development or build command.
Avoid
- Do not add @vue/composition-api to Vue 2.7 projects without a project need.
- Do not use streaming pacing for completed chat history.
- Do not enable trusted HTML or relaxed Mermaid parsing for untrusted content.
Frequently Asked Questions
Which Vue versions does this skill support?
When is @vue/composition-api required?
Where should the stylesheet be imported?
How should active chat messages be rendered?
Can I render trusted legacy HTML?
When should I use another Markstream package?
Developer Details
Author
simon-he95License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
aeb1814252a7125c8b732442bf1e7f2cd1f686c1
Maintenance freshness
7/19/2026
Usage
0 downloads ยท 0 views
File structure