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.
50064 analyzed
8099 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.
- hidden prompt 338
- committed secret 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- 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); - HIGH dynamic exec velvetmonkey/seal indirect eval
(0, eval)(fs.readFileSync(path.join(WASM_DIR, "seal.js"), "utf8")); // -> globalThis.SealModule - HIGH dynamic exec velvetmonkey/seal indirect eval
(0, eval)(fs.readFileSync(path.join(WASM_DIR, "seal.js"), "utf8")); - HIGH dynamic exec 1nc0gn30/cyber-turtle-studio eval()/exec()
return float(eval(val_clean, {"__builtins__": None}, safe_dict)) - HIGH dynamic exec weby-homelab/power-framework __import__()
retry = __import__( - HIGH committed secret weby-homelab/power-framework GitHub token
ghp_A1…(40 chars, redacted) - MEDIUM suspicious endpoint weby-homelab/power-framework 169.254.169.254 (cloud metadata)
monkeypatch.setenv("OLLAMA_HOST", "http://169.254.169.254/latest")