Safeinstall MCP Server

Supply-chain security for the AI-agent era. The install gate for npm , pnpm , and bun - for the humans who type install , the AI agents that run it for them, and the config that programs those agents. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 3 · #75 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Safeinstall

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add mickdownunder-safeinstall -- npx -y safeinstall-cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mickdownunder-safeinstall": {
      "command": "npx",
      "args": [
        "-y",
        "safeinstall-cli"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package safeinstall-cli - unscoped; check the name against the project README before installing

registry namespace io.github.Mickdownunder is GitHub-verified and matches the repo owner

03 · What Safeinstall can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Not a CVE scanner - pair with npm audit or Snyk for vulnerability data - Transitive dependencies are evaluated for install scripts and untrusted sources when transitive.mode is enabled. Release-age, typo-squat, and provenance still apply to direct dependencies only. - Transitive install-script detection is npm-only - pnpm lockfiles do not record install-script presence. Transitive untrusted-source detection works f

Latest releases

v0.13.1 · 2026-07-12

Fixed · Provenance no longer deadlocks the install that brings its own verifier. A fresh checkout with provenance active could not install its own sigstore (the tool provenance needs). tooling-unavailable now degrades…

v0.13.0 · 2026-07-12

The provability chapter · Dependency Decision Records (L0–L2). safeinstall decisions verify | authorize | attest | verify-attestation: installs leave an actor-tagged, explicitly-untrusted record bound to git blob…

v0.12.0 · 2026-07-11

Added · Content-hash-pinned CI scaffolder (TOFU). trust lock --ci github now records the verifier tarball's sha512 from the registry at scaffold time and embeds it in the generated workflow - a registry serving…

04 · Who maintains Safeinstall

safeinstall is maintained by mickdownunder. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
security - ranked #75 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-12)
registry
io.github.Mickdownunder/safeinstall (active, first published 2026-07-11)
packages
npm:safeinstall-cli

06 · Safeinstall FAQ

What is Safeinstall?

Supply-chain security for the AI-agent era. The install gate for npm , pnpm , and bun - for the humans who type install , the AI agents that run it for them, and the config that programs those agents. It runs locally over stdio via the published package.

Is Safeinstall still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Safeinstall?

Run `npx -y safeinstall-cli`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Safeinstall run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Safeinstall