Skip to main content
Scans/npm/@varity-labs/mcp

@varity-labs/mcp

npm

Share

Summary

@varity-labs/mcp v2.0.0-beta.12 was classified as CRITICAL RISK with a risk score of 105. Sigil detected 4 findings across 124 files, covering phases including install hooks, code patterns. Review the findings below before installing this package.

CRITICAL RISK(105)

v2.0.0-beta.12

1 May 2026, 00:55 UTC

by Sigil Bot

Risk Score

105

Findings

4

Files Scanned

124

Provenance

Findings by Phase

Phase Ordering

Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

package/dist/resources/deploy.d.ts:1

export declare const DEPLOY_REFERENCE = "\n# Varity Deployment Guide\n\n> \u26A0\uFE0F **Python 3.10+ is required** \u2014 the varitykit deploy CLI is written in Python, so Python 3.10+ must be installed on your machine. This applies whether you deploy via the terminal or via the `varity_deploy` MCP tool. Run `varity_doctor` first \u2014 it checks your Python version and tells you exactly what to fix if needed.\n\n## Prerequisites\n\n- **Node.js 18+** and npm/pnpm\n- **Python 3.10+** (for varity
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

package/dist/resources/deploy.js:10

- **Python 3.10+** (for varitykit CLI). Check your version: \`python3 --version\`
  - If you're on a system where upgrading Python is difficult (corporate machine, Linux distro with system Python 3.8), use **pyenv**: \`curl https://pyenv.run | bash\` then \`pyenv install 3.11 && pyenv global 3.11\`
  - Alternatively, install varitykit in an isolated environment: \`pip install pipx && pipx install varitykit\`
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

package/dist/tools/deploy.js:89

                        `  Fastest (pyenv — works on any machine):\n` +
                        `    curl https://pyenv.run | bash\n` +
                        `    pyenv install 3.11\n` +
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

Badge

Sigil scan badge for npm/@varity-labs/mcp

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@varity-labs/mcp)](https://sigilsec.ai/scans/7C443929-64BE-428B-9DFF-02D86FA12937)

HTML

<a href="https://sigilsec.ai/scans/7C443929-64BE-428B-9DFF-02D86FA12937"><img src="https://sigilsec.ai/badge/npm/@varity-labs/mcp" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

Early Access

Get cloud scanning, threat intel, and CI/CD integration.

Join 150+ developers on the waitlist.

Get threat intelligence and product updates

Security research, new threat signatures, and product updates. No spam.

Other npm scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot