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,163 analyzable servers
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 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. HIGH dynamic exec talirezun/the-curator new Function() return new Function(...injectedNames, combined)(...injectedNames.map((k) => inject[k]));
  2. HIGH obfuscation talirezun/the-curator dynamic require()/import() const { default: router } = await import(${JSON.stringify(pathToFileURL(path.join(PROJECT_ROOT, 'src/routes/domains.js')).href)});
  3. HIGH dynamic exec talirezun/the-curator new Function() return new Function(...m.injected, body);
  4. HIGH obfuscation talirezun/the-curator dynamic require()/import() const hook = await import(`file://${hookPath}`);
  5. HIGH dynamic exec talirezun/the-curator new Function() const clientTitleFromSlug = new Function('slug', tfsMatch[1]);
  6. HIGH obfuscation talirezun/the-curator dynamic require()/import() try { OLD = await import(`../src/brain/${path.basename(BC_PATH)}`); }
  7. HIGH obfuscation talirezun/the-curator dynamic require()/import() import('${path.resolve('src/brain/atomic-write.js').replace(/\\\\/g, '/')}').then(async ({ writeFileAtomic }) => {
  8. HIGH dynamic exec talirezun/the-curator new Function() return new Function('__calls', preamble + nextBodies.join('\n\n') + '\n' + api)(calls).__attach === undefined
  9. HIGH obfuscation talirezun/the-curator dynamic require()/import() const cfgMod = await import(`../src/brain/config.js?live=${Date.now()}`);
  10. HIGH dynamic exec talirezun/the-curator new Function() R = new Function(...names, body)(...names.map((n) => INJECTED[n]));
  11. HIGH dynamic exec talirezun/the-curator new Function() return new Function(
  12. HIGH committed secret talirezun/the-curator GitHub token ghp_th…(41 chars, redacted)
  13. HIGH committed secret talirezun/the-curator GitHub fine-grained PAT github…(39 chars, redacted)
  14. HIGH hidden prompt talirezun/the-curator agent-rules: skill-exfil secret→sink: - **Server binds to 127.0.0.1 only (v3.0.1-beta.20+)** — `app.listen(PORT, '127.0.0.1', ...)`. The Curator is a single-user localhost app; binding to all interfaces (the pre-beta.20 defau
  15. HIGH obfuscation pascalorg/editor dynamic require()/import() mock.module('@pascal-app/core', () => require(${sourcePath('packages/core/src/index.ts')}))