clix-integration
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (MEDIUM): Files such as
references/mcp-integration.mdandreferences/error-handling.mdinstruct users to install or run the@clix-so/clix-mcp-serverpackage via npm or npx. This represents the download of unverified external code from a non-pre-trusted source. - [REMOTE_CODE_EXECUTION] (MEDIUM): The skill configures several MCP clients (Cursor, VS Code, etc.) to execute remote code using the
npx -y @clix-so/clix-mcp-server@latestpattern. This allows the remote package to execute arbitrary logic in the user's environment. The severity is reduced from HIGH to MEDIUM as this is the primary intended purpose of the skill. - [COMMAND_EXECUTION] (LOW): The
references/error-handling.mdfile mentions a validation scriptbash scripts/validate-sdk.sh. Although the script content is not provided, this indicates an expectation of local shell command execution.
Audit Metadata