syncfusion-react-rich-text-editor
Warn
Audited by Snyk on Mar 25, 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 documentation (SKILL.md and references such as references/paste-clipboard.md and references/ai-assistant.md) explicitly shows the editor ingesting arbitrary pasted HTML and media URLs from public websites (args.value, insertImage by URL, FileManager ajax endpoints) and using selected HTML/text in aiAssistantPromptRequest and executeCommand flows, so untrusted third‑party content can be read and materially influence AI prompts and subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The ai-assistant examples include runtime fetch calls to external AI endpoints (e.g., "YOUR_AI_SERVICE_URL/api/stream" and "YOUR_AI_SERVICE_URL/api/query") that are invoked at prompt time and return content streamed/added into the editor, so an external URL is used at runtime to directly control the assistant's responses.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata