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 blisspixel/distillr 169.254.169.254 (cloud metadata) "https://www.youtube.com/redirect?q=http://169.254.169.254/",
  2. HIGH dynamic exec blisspixel/distillr __import__() __import__(
  3. MEDIUM suspicious endpoint LivingLikeKrillin/khala 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest/meta-data/", # 클라우드 메타데이터
  4. HIGH dynamic exec LivingLikeKrillin/khala __import__ sink for k in list(__import__("os").environ):
  5. HIGH dynamic exec LivingLikeKrillin/khala unsafe yaml.load() doc = yaml.load((_ROOT / compose_file).read_text(encoding="utf-8"), _ComposeLoader) # noqa: S506
  6. HIGH dynamic exec 1nc0gn30/web-security-guard __import__ sink long_description=open("README.md", "r", encoding="utf-8").read() if __import__("os").path.exists("README.md") else "",
  7. HIGH committed secret thetangstr/clockchain-developer-tools private key PEM private key block (redacted)
  8. MEDIUM suspicious endpoint thetangstr/clockchain-developer-tools 93.184.216.34 assert.doesNotThrow(() => assertSafeWebhookUrl("https://93.184.216.34/x"));
  9. MEDIUM suspicious endpoint thetangstr/clockchain-developer-tools 169.254.169.254 (cloud metadata) () => keeper.schedule({ sub: "u1", fireAtMs: 0, target: "http://169.254.169.254/latest/meta-data" }),
  10. MEDIUM suspicious endpoint thetangstr/clockchain-developer-tools 44.249.47.220 assert.equal(process.env.HANDSHAKE_RELAY, "http://44.249.47.220:8080");
  11. HIGH dynamic exec agentprism/agentprism-workflows constructor escape try { escaped = ({}).constructor.constructor('return Date.now()')() } catch (e) { escaped = 'blocked:' + String((e && e.message) || e) }
  12. HIGH dynamic exec agentprism/agentprism-workflows vm exec const crossRealmArgs = vm.runInNewContext(`({ value: 7, nested: { stable: true } })`) as {
  13. HIGH dynamic exec agentprism/agentprism-workflows vm exec const realmError = vm.runInNewContext(`({ form: "error", name: "RealmFailure", message: "boom", props: { code: 7 } })`);
  14. HIGH dynamic exec agentprism/agentprism-workflows eval() eval(code: string, options?: ReplEvalOptions): Promise<ReplEvalOutcome> {
  15. HIGH dynamic exec agentprism/agentprism-workflows eval() async eval(code: string, options: ReplEvalOptions = {}): Promise<ReplEvalResult> {