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.
51308 analyzed
7409 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const m = require(${JSON.stringify(PROFILE_OUTPUT)}); - HIGH committed secret mehanshbarthwal-lab/universal-agent-skills GitHub token
ghp_AA…(40 chars, redacted) - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
`const { ensureRuntimeBuild } = require(${JSON.stringify( - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const io = require(${JSON.stringify(IO_PATH)}); - HIGH dynamic exec mehanshbarthwal-lab/universal-agent-skills new Function()
assert.doesNotThrow(() => new Function(commentBlock + '\nreturn 1;')); - HIGH obfuscation mehanshbarthwal-lab/universal-agent-skills dynamic require()/import()
const mod = await import(`./handlers/${handlerName}`); - HIGH obfuscation davesheffer/hunch dynamic require()/import()
await import(${JSON.stringify(parseUrl)}); - HIGH obfuscation davesheffer/hunch dynamic require()/import()
const { writeFileAtomic } = await import(`../src/core/io.js?atomic-io-test=${importSequence++}`); - MEDIUM suspicious endpoint maister-dev/maister 8.8.8.8
"https://8.8.8.8/hook", - MEDIUM suspicious endpoint maister-dev/maister 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", - MEDIUM suspicious endpoint maister-dev/maister 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data", - MEDIUM suspicious endpoint maister-dev/maister 169.254.169.254 (cloud metadata)
url: "http://169.254.169.254/latest/meta-data/", - MEDIUM suspicious endpoint maister-dev/maister t.me
export const TELEGRAM_URL = `https://t.me/${TELEGRAM_PROFILE}`; - HIGH dynamic exec suhail-akhtar/aico eval()
- Unsafe Deserialization: unsafe XML parsing, JSON.parse of untrusted data, eval()/new Function(). - HIGH dynamic exec suhail-akhtar/aico new Function()
- Unsafe Deserialization: unsafe XML parsing, JSON.parse of untrusted data, eval()/new Function().