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 suspicious endpoint abacusai/abacusai-bot 169.254.169.254 (cloud metadata)
location: "http://169.254.169.254/latest/meta-data/", - HIGH obfuscation abacusai/abacusai-bot dynamic require()/import()
const { applyMemoryAction } = await import(${JSON.stringify( - HIGH dynamic exec abacusai/abacusai-bot indirect eval
try { (0, eval)(content); } catch (err) {} - HIGH committed secret abacusai/abacusai-bot Slack token
xoxb-n…(21 chars, redacted) - MEDIUM suspicious endpoint abacusai/abacusai-bot t.me
qr_data: `https://t.me/bot?start=${code}`, - HIGH dynamic exec abacusai/abacusai-bot new Function()
expect(() => new Function(`return ${script}`)).not.toThrow(); - HIGH dynamic exec abacusai/abacusai-bot new Function()
return new Function( - MEDIUM suspicious endpoint abacusai/abacusai-bot 8.8.8.8
expect(rejects("https://8.8.8.8/a")).toBe(true); - MEDIUM suspicious endpoint abacusai/abacusai-bot 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data", // cloud instance credentials - MEDIUM suspicious endpoint abacusai/abacusai-bot 169.254.169.254 (cloud metadata)
['<img src="http://169.254.169.254/latest/meta-data/">'], - HIGH obfuscation dfrancislyondflabc-tech/agentic-recall dynamic require()/import()
const { redact } = await import(${JSON.stringify(pathToFileURL(join(ROOT, 'lib', 'secrets.js')).href)}); - HIGH obfuscation dfrancislyondflabc-tech/agentic-recall dynamic require()/import()
const m = await import(${JSON.stringify(pathToFileURL(join(TREE, 'tools', 'memory.js')).href)}); - HIGH obfuscation dfrancislyondflabc-tech/agentic-recall dynamic require()/import()
`const C = await import(${JSON.stringify(PCFG)}); - HIGH obfuscation dfrancislyondflabc-tech/agentic-recall dynamic require()/import()
const m = await import(${JSON.stringify(pathToFileURL(join(ROOT, 'tools/memory.js')).href)}); - HIGH committed secret dfrancislyondflabc-tech/agentic-recall AWS access key id
AKIAQ7…(20 chars, redacted)