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
51311 analyzed
7406 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 suspicious endpoint squirrelscan/squirrelscan 169.254.169.254 (cloud metadata) ["http://169.254.169.254/"],
  2. HIGH obfuscation shawliu998/Vera dynamic require()/import() const { WorkspaceDatabase } = require(${JSON.stringify(compiledDatabasePath)});
  3. HIGH committed secret shawliu998/Vera private key PEM private key block (redacted)
  4. HIGH obfuscation shawliu998/Vera dynamic require()/import() const { workspaceMigrationChecksum } = require(${JSON.stringify(compiledRunnerPath)});
  5. MEDIUM over-broad oauth scope Open-Curiosity/gini-agent https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive"
  6. MEDIUM suspicious endpoint Open-Curiosity/gini-agent eu.i.posthog.com (telemetry) const options = posthogInitOptions("https://eu.i.posthog.com");
  7. MEDIUM suspicious endpoint Open-Curiosity/gini-agent us.i.posthog.com (telemetry) const options = posthogInitOptions("https://us.i.posthog.com");
  8. MEDIUM suspicious endpoint Open-Curiosity/gini-agent us.i.posthog.com (telemetry) posthog.init(token, posthogInitOptions(process.env.NEXT_PUBLIC_POSTHOG_HOST ?? "https://us.i.posthog.com"));
  9. HIGH dynamic exec Open-Curiosity/gini-agent new Function() return new Function(`return (${expr});`)();
  10. MEDIUM suspicious endpoint Open-Curiosity/gini-agent 169.254.169.254 (cloud metadata) expect(safetyCheck("http://169.254.169.254/", { allowLoopback: true })).toBeDefined();
  11. HIGH committed secret Open-Curiosity/gini-agent Anthropic key sk-ant…(45 chars, redacted)
  12. HIGH committed secret Open-Curiosity/gini-agent GitHub fine-grained PAT github…(38 chars, redacted)
  13. MEDIUM suspicious endpoint Open-Curiosity/gini-agent api.telegram.org const TELEGRAM_API_BASE = "https://api.telegram.org";
  14. MEDIUM suspicious endpoint Open-Curiosity/gini-agent us.i.posthog.com (telemetry) const DEFAULT_HOST = "https://us.i.posthog.com";
  15. MEDIUM suspicious endpoint Open-Curiosity/gini-agent us.i.posthog.com (telemetry) expect(seenHost).toBe("https://us.i.posthog.com");