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,140 analyzable servers
50020 analyzed
8131 re-analysis due
988 not analyzable
1 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 over-broad oauth scope Gabbysorn/claude-code_evil https://www.googleapis.com/auth/cloud-platform scopes: ['https://www.googleapis.com/auth/cloud-platform'],
  2. MEDIUM over-broad oauth scope Gabbysorn/claude-code_evil https://www.googleapis.com/auth/cloud-platform scopes: ['https://www.googleapis.com/auth/cloud-platform'],
  3. MEDIUM suspicious endpoint Gabbysorn/claude-code_evil http-intake.logs.us5.datadoghq.com (telemetry) 'https://http-intake.logs.us5.datadoghq.com/api/v2/logs'
  4. MEDIUM suspicious endpoint robhunter/agentdeals posthog.com (telemetry) source_url: "https://posthog.com/pricing",
  5. MEDIUM suspicious endpoint robhunter/agentdeals segment.com (telemetry) source_url: "https://segment.com/docs/guides/usage-and-billing/discounts-for-startups-npos/",
  6. HIGH obfuscation robhunter/agentdeals dynamic require()/import() } = await import(`${ROOT}/dist/llm-api-index-publication.js`);
  7. HIGH obfuscation robhunter/agentdeals dynamic require()/import() const { excludedByReason, readmeCensus, readmeSelection, renderReadme } = await import(`${ROOT}/dist/llm-api-readme.js`);
  8. HIGH obfuscation robhunter/agentdeals dynamic require()/import() const { freePlanStatedOn, readablePartsOf } = await import(`${root}/dist/page-free-plan.js`);
  9. HIGH obfuscation robhunter/agentdeals dynamic require()/import() const { quotesTheStoredTermsAsPrevious, readingBehindTheChange } = await import(`${root}/dist/superseded-description.js`);
  10. HIGH obfuscation robhunter/agentdeals dynamic require()/import() const { vendorSlugMap } = await import(`${REPO}/dist/vendor-slug.js`);
  11. HIGH obfuscation velvetmonkey/seal dynamic require()/import() const { install } = require(${JSON.stringify(HELPER)});
  12. HIGH obfuscation velvetmonkey/seal dynamic require()/import() const { acquireProjectLock } = require(${JSON.stringify(path.join(__dirname, "../spine/protection.cjs"))});
  13. HIGH obfuscation velvetmonkey/seal dynamic require()/import() const { createApprovalContract } = require(${JSON.stringify(path.join(ROOT, "contract", "contract.cjs"))});
  14. HIGH obfuscation velvetmonkey/seal dynamic require()/import() const {openJournal} = require(root + '/spine/store.cjs');
  15. HIGH dynamic exec velvetmonkey/seal vm exec vm.runInNewContext(fs.readFileSync(worker,'utf8').split('async function main()')[0],context);