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 85% of 59,151 analyzable servers
50066 analyzed
8097 re-analysis due
988 not analyzable
0 not yet analyzed
4803 source gone
not analyzable
789 too large 199 no source

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

code findings 15 shown
  1. MEDIUM suspicious endpoint KanenasInGreece/Shared_Memory 1.1.1.1 {"url": "http://1.1.1.1:8000/v1", "token_env": "LOCAL_KEY", "private_ok": True, "plaintext_ok": True}, # operator-asserted
  2. MEDIUM suspicious endpoint KanenasInGreece/Shared_Memory 8.8.8.8 {"url": "http://8.8.8.8:8000/v1", "token_env": "REMOTE_KEY", "private_ok": True}, # PUBLIC, plaintext
  3. HIGH dynamic exec Siddharthk17/SCYTHE pickle.loads() restored = pickle.loads(data)
  4. MEDIUM suspicious endpoint dragon1086/prism-insight api.telegram.org f"https://api.telegram.org/bot{BOT_TOKEN}/sendMessage",
  5. MEDIUM suspicious endpoint dragon1086/prism-insight api.telegram.org f"https://api.telegram.org/bot{BOT_TOKEN}/sendMessage",
  6. MEDIUM suspicious endpoint dragon1086/prism-insight api.telegram.org f"https://api.telegram.org/bot{BOT_TOKEN}/sendMessage",
  7. HIGH dynamic exec dragon1086/prism-insight eval()/exec() exec(compile(tree, str(source), "exec"), namespace)
  8. HIGH dynamic exec dragon1086/prism-insight eval()/exec() exec(compile(module, str(AGENT_PATH), "exec"), namespace)
  9. HIGH dynamic exec dragon1086/prism-insight eval()/exec() exec(compile(ast.fix_missing_locations(module), relative, "exec"), namespace) # noqa: S102 - own repository method only
  10. MEDIUM suspicious endpoint dragon1086/prism-insight t.me invite_link=SimpleNamespace(invite_link="https://t.me/+shared"),
  11. HIGH dynamic exec dragon1086/prism-insight eval()/exec() exec(compile(ast.Module(body=[method], type_ignores=[]), path, 'exec'), namespace)
  12. MEDIUM suspicious endpoint dragon1086/prism-insight api.telegram.org error = TimedOut("https://api.telegram.org/botSECRET private-message private-chat")
  13. MEDIUM suspicious endpoint dragon1086/prism-insight api.telegram.org assert url == f"https://api.telegram.org/bot{TOKEN}/sendMessage"
  14. HIGH dynamic exec dragon1086/prism-insight eval()/exec() exec(compile(module, str(path), "exec"), namespace)
  15. HIGH dynamic exec dragon1086/prism-insight eval()/exec() exec(compile(subset, str(path), "exec"), namespace) # noqa: S102 - trusted repository functions