registry  /  @wix/editor-react-components  /  1.2308.0

@wix/editor-react-components@1.2308.0

React components for the Wix Editor

AI Security Review

scanned 3d ago · by lpm-firewall-ai

No confirmed malicious attack surface. The only dynamic execution is optional browser-side Lottie expression support; asset requests are runtime animation loading.

Static reason
High-risk behavior combination matched malicious policy.
Trigger
A consumer imports/renders the Lottie component and enables animation expressions or supplies animation asset paths.
Impact
No install-time execution, persistence, credential exfiltration, filesystem mutation, or foreign control-surface modification is established.
Mechanism
Browser-side Lottie rendering, optional expression evaluation, and XHR asset loading.
Rationale
Static inspection supports a benign Wix browser-component package. Scanner flags map to gated Lottie functionality and a false Unicode finding, not a concrete malicious chain.
Evidence
package.jsondist/site/components/Lottie/component.jsdist/site/components/chunks/DateField.jsREADME.md

Decision evidence

public snapshot
AI called this Clean at 96.0% confidence as Benign with low false-positive risk.
Evidence for block
  • `dist/site/components/Lottie/component.js` uses `eval` for optional Lottie animation expressions.
  • The same bundle uses `XMLHttpRequest` to load animation assets at browser runtime.
Evidence against
  • `package.json` has no `preinstall`, `install`, `postinstall`, or `prepare` hook.
  • `package.json` exports only browser component modules under `dist/site/components`.
  • No `bin`, Node filesystem/process execution, credential harvesting, agent-config writes, or shell primitives found.
  • `DateField.js` contains no bidi/invisible Unicode controls under direct inspection.
  • Lottie expression evaluation is gated by `renderConfig.runExpressions` and is component-aligned.
Behavioral surface
Source
ChildProcessEnvironmentVarsEvalNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 312 file(s), 6.07 MB of source, external domains: aomedia.org, api.whatsapp.com, base-ui.com, editor.wix.com, facebook.com, fb.me, files.wix.com, github.com, maps.googleapis.com, pinterest.com, static.filesuser.com, static.parastorage.com, static.wixstatic.com, twitter.com, video.wixstatic.com, vimeo.com, visgl.github.io, www.facebook.com, www.google.com, www.instagram.com, www.linkedin.com, www.snapchat.com, www.tiktok.com, www.w3.org, www.wix.com, www.youtube.com

Source & flagged code

3 flagged · loading source
dist/site/components/Lottie/component.jsView file
13712var scoped_bm_rt; L13713: var expression_function = eval("[function _expression_function(){" + val + ";scoped_bm_rt=$bm_rt}]")[0]; L13714: var numKeys = property.kf ? data.k.length : 0;
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/site/components/Lottie/component.jsView on unpkg · L13712
dist/site/components/chunks/DateField.jsView file
6423contains invisible/control Unicode U+2066 (left-to-right isolate) text: "<U+2066>",
Critical
Trojan Source Unicode

Source contains bidi control or invisible Unicode characters associated with Trojan Source attacks.

dist/site/components/chunks/DateField.jsView on unpkg · L6423
dist/site/components/chunks/constants3.jsView file
61patternName = generic_password severity = medium line = 61 matchedText = password...rd",
Medium
Secret Pattern

Hardcoded password in dist/site/components/chunks/constants3.js

dist/site/components/chunks/constants3.jsView on unpkg · L61

Findings

1 Critical4 Medium4 Low
CriticalTrojan Source Unicodedist/site/components/chunks/DateField.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumSecret Patterndist/site/components/chunks/constants3.js
LowScripts Present
LowEvaldist/site/components/Lottie/component.js
LowHigh Entropy Strings
LowUrl Strings