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. HIGH committed secret redrob-labs/redrob-cowork private key PEM private key block (redacted)
  2. HIGH dynamic exec redrob-labs/redrob-cowork new Function() const longPath = new Function("path", `${source.slice(start, end)}; return longPath;`)(path) as (
  3. HIGH obfuscation redrob-labs/redrob-cowork dynamic require()/import() const { processBlankSlateProfile } = await import(${JSON.stringify(profileModuleUrl)});
  4. MEDIUM suspicious endpoint redrob-labs/redrob-cowork us.i.posthog.com (telemetry) const DEFAULT_POSTHOG_HOST = "https://us.i.posthog.com";
  5. HIGH dynamic exec berntpopp/genefoundry-router __import__ sink for k in list(__import__("os").environ):
  6. HIGH dynamic exec berntpopp/genefoundry-router unsafe yaml.load() compose = yaml.load(
  7. HIGH dynamic exec berntpopp/genefoundry-router unsafe yaml.load() return yaml.load((DOCKER / name).read_text(), Loader=_ComposeLoader) # noqa: S506
  8. HIGH committed secret berntpopp/genefoundry-router GitHub fine-grained PAT github…(51 chars, redacted)
  9. HIGH committed secret berntpopp/genefoundry-router committed .env env file shipped with populated values
  10. MEDIUM over-broad oauth scope can4hou6joeng4/boss-agent-cli https://mail.google.com/ other = _FakePage("https://mail.google.com/")
  11. MEDIUM suspicious endpoint kasumaputu6633/visbridge-mcp 169.254.169.254 (cloud metadata) () => resolveSafeUrl(new URL("http://169.254.169.254/latest/meta-data"), []),
  12. MEDIUM suspicious endpoint kasumaputu6633/visbridge-mcp 8.8.8.8 const addresses = await resolveSafeUrl(new URL("http://8.8.8.8/x.png"), []);
  13. HIGH suspicious skill script JonusNattapong/chatgpt-pilot suspicious bundled script Install: curl -fsSL https://x.ai/cli/install.sh | bash (or npm i -g @xai-official/grok)
  14. HIGH dynamic exec JonusNattapong/chatgpt-pilot vm exec vm.runInNewContext(fs.readFileSync(source, 'utf8'), { window, URL, URLSearchParams });
  15. HIGH dynamic exec JonusNattapong/chatgpt-pilot vm exec return vm.runInNewContext(`(${template.slice(start, end)})`);