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.
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- HIGH committed secret pome-sh/digital-twins Slack app token
xapp-1…(18 chars, redacted) - HIGH committed secret pome-sh/digital-twins Slack token
xoxb-p…(22 chars, redacted) - HIGH committed secret pome-sh/digital-twins Slack token
xoxb-p…(25 chars, redacted) - MEDIUM suspicious endpoint pome-sh/digital-twins us.i.posthog.com (telemetry)
expect(telemetryDestination({ POME_TELEMETRY_KEY: "k" })?.host).toBe("https://us.i.posthog.com"); - HIGH committed secret pome-sh/digital-twins Slack app token
xapp-1…(18 chars, redacted) - MEDIUM suspicious endpoint pome-sh/digital-twins us.i.posthog.com (telemetry)
const DEFAULT_HOST = "https://us.i.posthog.com"; - HIGH credential in log pome-sh/digital-twins credential in log
console.log(`POME_AUTH_TOKEN=${status.auth_token}`); - HIGH dynamic exec ters-golemi/netauto __import__()
m = __import__(mod, fromlist=["get_driver_class"]) - HIGH dynamic exec Krzysztof318/MailFathom new Function()
const fn = new Function( - HIGH committed secret pharos-lang/rust-engineering-mcp private key
PEM private key block (redacted) - HIGH obfuscation deyikong/sendgrid-mcp dynamic require()/import()
const { parseFresh, buildApp } = await import(httpAbs + `?t=${Date.now()}`); - HIGH dynamic exec NiazMorshed2007/jev-review new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH committed secret pollinations/search.elixpo committed .env
env file shipped with populated values - HIGH credential in log yanlingLabs/winter credential in log
console.log(`Public key (base64): ${rawPublicKey(privateKey).toString("base64")}`); - MEDIUM suspicious endpoint yanlingLabs/winter 169.254.169.254 (cloud metadata)
const url = "http://169.254.169.254/latest/meta-data/";