Handoff Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Handoff Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Durable handoffs and shared scratchpad for multi-agent workflows over MCP (HTTP transport).
GET / basic service infoGET /health health and storage statsPOST /mcp JSON-RPC MCP endpointGET /robots.txt discovery fileGET /llms.txt discovery fileGET /sitemap.xml discovery filePORT default 3000DATA_DIR default /dataMCP_API_KEY required in production (NODE_ENV=production)PUBLIC_MCP_DISCOVERY default truePUBLIC_BASE_URL optional, used for absolute links in discovery filesnpm ci
npm run build
MCP_API_KEY=test-secret node dist/index.jsinitialize, tools/list, resources/list, prompts/list, ping) can be public when PUBLIC_MCP_DISCOVERY=true.tools/call requires valid upstream auth when MCP_API_KEY is set:Authorization: Bearer <MCP_API_KEY> orx-api-key: <MCP_API_KEY>MCP_API_KEY=<your-strong-key>PUBLIC_MCP_DISCOVERY=truePUBLIC_BASE_URL=https://handoff-mcp-server-production.up.railway.apphttps://handoff-mcp-server-production.mcp.xpay.sh/mcp?key=xpay_sk_...?key=..., Xpay returns auth required and requests will not forward.tools/call (x-api-key or Bearer token matching MCP_API_KEY).io.github.josephibra/handoff-mcp-serverjosephibrahimhandoff-mcp-serverhttps://handoff-mcp-server-production.mcp.xpay.sh/mcp?key=xpay_sk_...https://handoff-mcp-server-production.mcp.xpay.sh/mcp?key=xpay_sk_...x-api-key: <MCP_API_KEY> for tool execution pathsUse the same canonical MCP URL and matching auth notes everywhere to avoid inconsistent behavior.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.