Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · http counts 1 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
get_sentry_issue
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit d19e46b · analyzer v33 · 4w ago
danger signals2
- suspicious endpoint sentry.io (telemetry) elliottlawson-mcp-sentry-d19e46b/build/sentry-client.js :4
const SENTRY_API_BASE = 'https://sentry.io/api/0/'; - suspicious endpoint sentry.io (telemetry) elliottlawson-mcp-sentry-d19e46b/src/sentry-client.ts :5
const SENTRY_API_BASE = 'https://sentry.io/api/0/';
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 20
filesystem 1
- fs (weak) elliottlawson-mcp-sentry-d19e46b/scripts/version.js :20
import fs from 'fs';
shell / exec 1
- shell (weak) elliottlawson-mcp-sentry-d19e46b/scripts/version.js :22
import { execSync } from 'child_process';
network 2
- net elliottlawson-mcp-sentry-d19e46b/build/sentry-client.js :1
import axios from 'axios'; - net elliottlawson-mcp-sentry-d19e46b/src/sentry-client.ts :1
import axios, { AxiosInstance } from 'axios';
secrets 2
- secrets elliottlawson-mcp-sentry-d19e46b/build/index.js :21
const authToken = options.authToken || process.env.SENTRY_TOKEN; - secrets elliottlawson-mcp-sentry-d19e46b/src/index.ts :28
const authToken = options.authToken || process.env.SENTRY_TOKEN;
tool registrations 2
- get_sentry_issue elliottlawson-mcp-sentry-d19e46b/build/server.js :19
- get_sentry_issue elliottlawson-mcp-sentry-d19e46b/src/server.ts :23
install hooks 2
- prepublishOnly elliottlawson-mcp-sentry-d19e46b/package.json :11
npm run build - prepare elliottlawson-mcp-sentry-d19e46b/package.json :12
npm run build
declared dependencies 8
- @modelcontextprotocol/sdk@^1.7.0
- axios@^1.6.2
- commander@^11.1.0
- dotenv@^16.3.1
- zod@^3.22.4
- @types/node@^20.10.0
- ts-node@^10.9.1
- typescript@^5.3.2