wix-vibe-headless
Audited by Socket on Sep 11, 2026
2 alerts found:
SecurityAnomalyThe fragment is an automation workflow with a significant supply-chain and privileged-execution risk: it downloads unpinned remote skill content via npx, executes its scripts, and uses a Wix bearer token for administrative seeding. No direct malicious payload or data exfiltration is shown in the supplied text, but the unseen downloaded modules and seed/deployment scripts must be independently reviewed and pinned before execution.
This fragment is a build/deployment orchestrator that conditionally installs three external Wix-related skills via `npx -y` and then executes local deployment/pinning scripts from the installed skill package. No explicit malicious behavior is evident in the snippet itself (no hardcoded credentials or obvious exfiltration), but it creates a meaningful supply-chain attack surface by downloading and executing third-party code at build time without visible version pinning or integrity verification. The risk level is therefore driven primarily by potential compromise of the referenced skills or their transitive dependencies.