Run Claude Code with any model - OpenRouter, Ollama, LM Studio & local models
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · http counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed v9.0.6 · analyzer v33 · 1w ago
skills & prompt files 1
danger signals1
- dynamic code execution new Function() package/dist/index.js :1895
const ret = new Function(getStringFromWasm0(arg0, arg1));
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 2
filesystem 1
- fs package/dist/index.js :575
import { existsSync, readFileSync, writeFileSync } from "fs";
shell / exec 2
- shell package/bin/claudish.cjs :7
// ── Why this is spawn() and not spawnSync() ────────────────────────────────── - shell package/dist/index.js :3810
import { spawnSync } from "child_process";
network 1
- net package/dist/index.js :1419
const res = await fetch(tarballUrl());
secrets 1
- secrets package/dist/index.js :231
if (process.env.DOTENV_KEY && process.env.DOTENV_KEY.length > 0) {
declared dependencies 18
- @modelcontextprotocol/sdk@^1.27.0
- @1password/sdk@0.4.1-beta.1
- @inquirer/prompts@^8.0.1
- @inquirer/search@^4.0.1
- @opentui/core@^0.1.107
- @opentui/react@^0.1.107
- dotenv@^17.2.3
- react@^19.2.4
- zod@^4.1.13
- @biomejs/biome@^1.9.4
- @types/bun@latest
- @types/react@^19.2.14
show 6 more
- bun-types@^1.3.6
- typescript@^5.9.3
- @claudish/magmux-darwin-arm64@9.0.6
- @claudish/magmux-darwin-x64@9.0.6
- @claudish/magmux-linux-arm64@9.0.6
- @claudish/magmux-linux-x64@9.0.6
clipboard 1
- clipboard shell call package/dist/index.js :23676
const commands = process.platform === "darwin" ? ["pbcopy"] : process.platform === "win32" ? ["clip"] : ["wl-copy", "xclip -selection clipboard", "xsel --clipboard --input"];