wix-docs-base44
Fail
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The
bootstrap.mdfile contains instructions to executenpx -y skills addviachild_process.execSyncwith shell access (/bin/bash). This pattern allows for arbitrary command injection if the source string or environment variables are manipulated. - [REMOTE_CODE_EXECUTION]: The
SKILL.mdfile instructs the agent to execute a locally downloaded JavaScript file (scripts/docs.js) using thenew Functionconstructor (aneval-like mechanism). This bypasses standard module loading safety and executes arbitrary code strings at runtime. - [EXTERNAL_DOWNLOADS]: The skill initiates multiple network operations to Wix-related domains (
www.wixapis.com,mcp.wix.com,dev.wix.com) to fetch documentation and API specifications. While these are vendor-owned, the use ofbootstrap.mdto pull code from a remote registry adds a layer of supply-chain risk. - [CREDENTIALS_UNSAFE]: The
callApifunction inscripts/docs.jsis designed to accept and useAuthorization: Bearertokens. Instructions inSKILL.mdexplicitly direct the agent to retrieveaccessTokenfrom thebase44connector and pass it to this tool, creating a path for credential handling and potential exposure if the URL targets are redirected.
Recommendations
- AI detected serious security threats
Audit Metadata