Approve what an agent reads by content, not by name. A verifying MCP gateway that makes tool-description and Agent Skills rug-pulls unexpressible.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio 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 commit def2840 · analyzer v30 · 2w ago
skills & prompt files 1
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 15
filesystem 8
- fs humuhumu33-mcp-skills-integrity-def2840/client/agent.mjs :13
import { readFileSync } from "node:fs"; - fs humuhumu33-mcp-skills-integrity-def2840/client/audit.mjs :9
import { mkdirSync, writeFileSync } from "node:fs"; - fs humuhumu33-mcp-skills-integrity-def2840/client/run-act1.mjs :10
import { mkdirSync, writeFileSync } from "node:fs"; - fs humuhumu33-mcp-skills-integrity-def2840/client/run-act2.mjs :14
import { readFileSync } from "node:fs"; - fs humuhumu33-mcp-skills-integrity-def2840/client/run-skills.mjs :9
import { cpSync, mkdirSync, rmSync, writeFileSync, readFileSync } from "node:fs"; - fs humuhumu33-mcp-skills-integrity-def2840/gateway/gateway.mjs :38
import { writeFileSync } from "node:fs"; - fs humuhumu33-mcp-skills-integrity-def2840/lib/pins.mjs :14
import { mkdirSync, readFileSync, writeFileSync, existsSync } from "node:fs"; - fs humuhumu33-mcp-skills-integrity-def2840/skill-lock/skill-lock.mjs :17
import { readFileSync } from "node:fs";
shell / exec 2
- shell humuhumu33-mcp-skills-integrity-def2840/client/approve.mjs :5
import { spawnSync } from "node:child_process"; - shell humuhumu33-mcp-skills-integrity-def2840/client/run-skills.mjs :11
import { spawnSync } from "node:child_process";
network 1
- net humuhumu33-mcp-skills-integrity-def2840/lib/store.mjs :28
const res = await fetch(`${STORE_URL}${path}`, { method, body, headers });
declared dependencies 2
- @modelcontextprotocol/sdk@1.12.1
- zod@3.25.76