wix-docs-base44
Audited by Socket on Aug 18, 2026
2 alerts found:
Anomalyx2No clear evidence of classical malware in this fragment. However, it contains a high-impact supply-chain/sandbox trust risk: it delegates dynamically generated and caller-provided JavaScript code strings to a remote SPEC_API via post({code: ...}), and it also provides a generic authenticated fetch that can target arbitrary caller-supplied URLs with a bearer token. These patterns warrant strict input validation, strong sandboxing/whitelisting on the SPEC_API side, and URL/token allowlisting or network egress controls to prevent SSRF and credential exfiltration.
This fragment itself does not show explicit malware behavior (no clear theft/exfiltration/backdoor logic), but it performs a runtime supply-chain installation using execSync + npx and then instructs loading and following code from the installed skill directory (scripts/docs.js). Because the downstream installed content is not included, the security risk should be treated as moderate due to execution of unverified external code during installation and implied execution during STEP 1.