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 hawkxdev/google-workspace-mcp https://www.googleapis.com/auth/documents 'https://www.googleapis.com/auth/documents',
  2. HIGH obfuscation LiLara-AI/shadowgraph dynamic require()/import() const { createSqliteStore } = await import(${JSON.stringify(moduleUrl)});
  3. HIGH obfuscation LiLara-AI/shadowgraph dynamic require()/import() ? await (await import(${JSON.stringify(sqliteUrl)})).createSqliteStore(path)
  4. HIGH obfuscation LiLara-AI/shadowgraph dynamic require()/import() ? await (await import(${JSON.stringify(sqliteUrl)})).createSqliteStore(file)
  5. HIGH committed secret LiLara-AI/shadowgraph GitLab token glpat-…(26 chars, redacted)
  6. HIGH committed secret LiLara-AI/shadowgraph GitHub fine-grained PAT github…(43 chars, redacted)
  7. HIGH committed secret LiLara-AI/shadowgraph GitHub token ghp_01…(40 chars, redacted)
  8. HIGH committed secret LiLara-AI/shadowgraph OpenAI key sk-UNI…(25 chars, redacted)
  9. HIGH committed secret LiLara-AI/shadowgraph GitLab token glpat-…(26 chars, redacted)
  10. HIGH committed secret LiLara-AI/shadowgraph GitHub fine-grained PAT github…(43 chars, redacted)
  11. HIGH committed secret LiLara-AI/shadowgraph GitHub token ghp_01…(40 chars, redacted)
  12. HIGH dynamic exec mathkernel eval()/exec() exec(source, namespace)
    mathkernel-1.3.0/src/mathkernel/ ode.py :103
  13. HIGH dynamic exec mathkernel eval()/exec() exec(source, namespace)
    mathkernel-1.3.0/src/mathkernel/ numerics.py :87
  14. HIGH dynamic exec mathkernel pickle.loads() request = pickle.loads(sys.stdin.buffer.read())
    mathkernel-1.3.0/src/mathkernel/ isolated_worker.py :19
  15. HIGH dynamic exec mathkernel pickle.loads() envelope = pickle.loads(output)
    mathkernel-1.3.0/src/mathkernel/ engines.py :105