Code analysis

static source read inferred

Static code-analysis findings — hidden prompt content in shipped skill files, committed secrets, dynamic-exec sinks, and suspicious call-home endpoints — across the analyzed catalogue. Heuristic, pure, no code executed; every row deep-links to its source. Click a kind to filter.

analysis coverage 86% of 59,713 analyzable servers
51308 analyzed
7409 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. MEDIUM over-broad oauth scope timainge/iobox gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  2. MEDIUM over-broad oauth scope timainge/iobox gmail.modify has_modify = any("gmail.modify" in s for s in creds.scopes)
  3. MEDIUM over-broad oauth scope timainge/iobox https://www.googleapis.com/auth/drive DRIVE_SCOPES_STANDARD: list[str] = ["https://www.googleapis.com/auth/drive"]
  4. MEDIUM over-broad oauth scope timainge/iobox gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  5. HIGH obfuscation mzizi-dev/mzizi-registry dynamic require()/import() const mod = (await import(`@/components/registry/${rel}.tsx`)) as Record<string, unknown>
  6. HIGH dynamic exec atharvmantri/MemoryGuard __import__() _mod = __import__(_candidate, fromlist=["IngestionInspector"])
  7. HIGH dynamic exec atharvmantri/MemoryGuard __import__() _mod = __import__(_candidate, fromlist=["IngestionInspector"])
  8. HIGH dynamic exec linxule/lotus-wisdom-mcp new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  9. MEDIUM suspicious endpoint psyb0t/docker-aicodebox api.telegram.org url = f"https://api.telegram.org/bot{token}/sendMessage"
  10. MEDIUM over-broad oauth scope blackwings-dev/gmail-multi-mcp https://www.googleapis.com/auth/drive export const DRIVE_SCOPES = ['https://www.googleapis.com/auth/drive'] as const;
  11. MEDIUM over-broad oauth scope blackwings-dev/gmail-multi-mcp gmail.modify export const GMAIL_SCOPES = ['https://www.googleapis.com/auth/gmail.modify'] as const;
  12. HIGH committed secret cpex-secrets-detection Google API key AIzaAA…(39 chars, redacted)
    cpex_secrets_detection-0.3.13/plugins/rust/python-package/secrets_detection/src/ scanner.rs :239
  13. MEDIUM suspicious endpoint takashi000/ollama-web 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data",
  14. MEDIUM suspicious endpoint takashi000/ollama-web 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data",
  15. MEDIUM suspicious endpoint pictify-io/mcp us.i.posthog.com (telemetry) const DEFAULT_POSTHOG_HOST = "https://us.i.posthog.com";