AI Security Review
scanned 5d ago · by lpm-firewall-aiNo confirmed malicious package attack surface. Runtime network activity is component-aligned asset/media loading, and the Lottie eval is an embedded animation-expression feature.
Static reason
High-risk behavior combination matched malicious policy.
Trigger
Consumer renders components with icon, Vimeo, SVG, or Lottie animation inputs.
Impact
No package-controlled install-time execution, persistence, data theft, or destructive behavior established.
Mechanism
Browser-side component asset and media loading.
Rationale
Static inspection shows a browser React component package without lifecycle hooks or host-side execution. Scanner flags are explained by bundled Lottie expression support and expected media/icon fetching; no concrete malicious chain was found.
Evidence
package.jsondist/site/components/Lottie/component.jsdist/site/components/TextInput/component.jsdist/site/components/SocialPlayerVimeo/component.jsdist/site/components/chunks/svg.jsdist/site/components/chunks/DateField.js
Network endpoints2
static.parastorage.com/services/wix-ui-icons-common/dist/icons/vimeo.com/api/oembed.json
Decision evidence
public snapshotAI called this Clean at 96.0% confidence as Benign with high false-positive risk.
Evidence for block
- dist/site/components/Lottie/component.js:13713 evaluates Lottie expression data.
- dist/site/components/Lottie/component.js fetches caller-provided animationUrl.
- dist/site/components/TextInput/component.js fetches icon JSON from Wix CDN.
Evidence against
- package.json has no preinstall, install, postinstall, or prepare hook.
- Published files are browser component bundles under dist/site.
- No filesystem, shell, credential-harvesting, or AI-agent configuration access found.
- DateField.js contains no bidi/invisible control characters.
- Network code loads component assets and Vimeo oEmbed data; no exfiltration path found.
Behavioral surface
ChildProcessEnvironmentVarsEvalNetwork
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/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 · L13712dist/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 · L6423dist/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 · L61Findings
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