wix-cli-site-plugin
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for developers using the Wix CLI to create site extensions. The instructions and code samples align with official Wix platform documentation.
- [EXTERNAL_DOWNLOADS]: The skill references several official Node.js packages including
@wix/design-system,@wix/editor,@wix/sdk,@wix/data, and@wix/site-window. These are all verified resources provided by the vendor (Wix) for its developer ecosystem. - [COMMAND_EXECUTION]: The skill explains how to implement custom elements by extending the native
HTMLElementclass and using standard lifecycle callbacks likeconnectedCallbackandattributeChangedCallback. This is standard web development practice. - [DATA_EXFILTRATION]: The skill demonstrates how to use Wix SDK modules to interact with site data (e.g.,
items.query(),currentCart.getCurrentCart()). These operations are constrained to the Wix environment and are necessary for the described plugin functionality.
Audit Metadata