syncfusion-vue-rich-text-editor
Warn
Audited by Snyk on Apr 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's required docs show runtime ingestion of external, potentially untrusted URLs — e.g., references/ai-assistant.md demonstrates calling a third-party AI via fetch('YOUR_AI_SERVICE_URL/...') and inserting its response into the editor, and references/properties-advanced.md shows iframeSettings.resources loading external styles/scripts — so third-party content is fetched and can affect editor behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill includes runtime fetch calls to external AI endpoints (e.g., "YOUR_AI_SERVICE_URL/api/query" and "YOUR_AI_SERVICE_URL/api/stream") in the AI Assistant examples that retrieve text/streamed responses and insert them into the editor (rteRef.value.ej2Instances.addAIPromptResponse), which means remote content fetched at runtime directly controls the assistant's output.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata