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.
50066 analyzed
8097 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 dynamic exec Obelyth/cortex eval()
else if (flag === "-p") console.log(eval(expression)); - HIGH committed secret Obelyth/cortex GitHub fine-grained PAT
github…(39 chars, redacted) - HIGH dynamic exec Obelyth/cortex eval()
eval(_script:string,keys:string[],args:string[]) { - MEDIUM suspicious endpoint Obelyth/cortex sentry.io (telemetry)
mint: { label: "Sentry client keys", href: "https://sentry.io/settings/projects/" }, - MEDIUM suspicious endpoint MerariJafet/agora 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data/", - HIGH credential in log MerariJafet/agora credential in log
log.info("op", session_token="ses_SUPER_SECRET", agent_id="agt_x", password="hunter2") - MEDIUM suspicious endpoint MerariJafet/agora 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", # cloud metadata service - MEDIUM suspicious endpoint MerariJafet/agora 169.254.169.254 (cloud metadata)
json={"source_id": "gdelt_world_pulse", "query": "http://169.254.169.254/latest"}, - MEDIUM suspicious endpoint openagentemail/openagentemail 1.1.1.1
expect(validateWebhookUrlStatic('https://1.1.1.1/hook', { allowPrivateTargets: false }).valid).toBe(false); - HIGH obfuscation openagentemail/openagentemail dynamic require()/import()
const mod = await import(`../src/lib/wait-clock.ts?warn_once=${Date.now()}`); - HIGH dynamic exec openagentemail/openagentemail new Function()
const runner = new Function( - HIGH dynamic exec openagentemail/openagentemail new Function()
const fn = new Function( - HIGH dynamic exec openagentemail/openagentemail new Function()
const run = new Function( - HIGH dynamic exec openagentemail/openagentemail new Function()
new Function( - HIGH dynamic exec openagentemail/openagentemail new Function()
new Function(UI_JS);