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.
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.
- hidden prompt 338
- committed secret 6177
- dynamic exec 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- MEDIUM over-broad oauth scope Gabbysorn/claude-code_evil https://www.googleapis.com/auth/cloud-platform
scopes: ['https://www.googleapis.com/auth/cloud-platform'], - MEDIUM over-broad oauth scope Gabbysorn/claude-code_evil https://www.googleapis.com/auth/cloud-platform
scopes: ['https://www.googleapis.com/auth/cloud-platform'], - MEDIUM suspicious endpoint Gabbysorn/claude-code_evil http-intake.logs.us5.datadoghq.com (telemetry)
'https://http-intake.logs.us5.datadoghq.com/api/v2/logs' - MEDIUM suspicious endpoint robhunter/agentdeals posthog.com (telemetry)
source_url: "https://posthog.com/pricing", - MEDIUM suspicious endpoint robhunter/agentdeals segment.com (telemetry)
source_url: "https://segment.com/docs/guides/usage-and-billing/discounts-for-startups-npos/", - HIGH obfuscation robhunter/agentdeals dynamic require()/import()
} = await import(`${ROOT}/dist/llm-api-index-publication.js`); - HIGH obfuscation robhunter/agentdeals dynamic require()/import()
const { excludedByReason, readmeCensus, readmeSelection, renderReadme } = await import(`${ROOT}/dist/llm-api-readme.js`); - HIGH obfuscation robhunter/agentdeals dynamic require()/import()
const { freePlanStatedOn, readablePartsOf } = await import(`${root}/dist/page-free-plan.js`); - HIGH obfuscation robhunter/agentdeals dynamic require()/import()
const { quotesTheStoredTermsAsPrevious, readingBehindTheChange } = await import(`${root}/dist/superseded-description.js`); - HIGH obfuscation robhunter/agentdeals dynamic require()/import()
const { vendorSlugMap } = await import(`${REPO}/dist/vendor-slug.js`); - HIGH obfuscation velvetmonkey/seal dynamic require()/import()
const { install } = require(${JSON.stringify(HELPER)}); - HIGH obfuscation velvetmonkey/seal dynamic require()/import()
const { acquireProjectLock } = require(${JSON.stringify(path.join(__dirname, "../spine/protection.cjs"))}); - HIGH obfuscation velvetmonkey/seal dynamic require()/import()
const { createApprovalContract } = require(${JSON.stringify(path.join(ROOT, "contract", "contract.cjs"))}); - HIGH obfuscation velvetmonkey/seal dynamic require()/import()
const {openJournal} = require(root + '/spine/store.cjs'); - HIGH dynamic exec velvetmonkey/seal vm exec
vm.runInNewContext(fs.readFileSync(worker,'utf8').split('async function main()')[0],context);