setup
Audited by Socket on Sep 16, 2026
2 alerts found:
Anomalyx2The fragment is primarily security guidance for validating MCP server availability. It contains no clear malicious behavior or embedded malware. The main security issue is a potential shell-command injection in hosted_reachable because an externally supplied URL is interpolated into a Bash command without safe quoting or validation. The illustrative unverified npx @latest configuration is also a supply-chain risk if used directly. Network probing is intentional and limited to configured endpoints. Use argument-based process execution or strict URL parsing instead of shell interpolation, pin package versions, and ensure configuration is written only after explicit user approval.
The fragment describes a configuration wizard with an explicit, opt-in telemetry feature. It contains a notable supply-chain privacy risk because hook and usage events may be sent to a hardcoded external production domain using a token supplied through the environment. The behavior is disclosed and conditional rather than covert, so the fragment alone does not establish malware, but the external endpoint and unspecified payload contents warrant review of the referenced telemetry implementations and package ownership. Local configuration writes and environment-variable guidance are otherwise consistent with the stated setup purpose.