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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 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 187702
- HIGH committed secret feiskyer/chatgpt-copilot Google OAuth client secret
GOCSPX…(35 chars, redacted) - MEDIUM over-broad oauth scope feiskyer/chatgpt-copilot https://www.googleapis.com/auth/cloud-platform
"https://www.googleapis.com/auth/cloud-platform", - HIGH committed secret feiskyer/chatgpt-copilot Google OAuth client secret
GOCSPX…(35 chars, redacted) - MEDIUM over-broad oauth scope feiskyer/chatgpt-copilot https://www.googleapis.com/auth/cloud-platform
"https://www.googleapis.com/auth/cloud-platform", - HIGH committed secret feiskyer/chatgpt-copilot Google OAuth client secret
GOCSPX…(35 chars, redacted) - MEDIUM over-broad oauth scope feiskyer/chatgpt-copilot https://www.googleapis.com/auth/cloud-platform
"https://www.googleapis.com/auth/cloud-platform", - HIGH committed secret feiskyer/chatgpt-copilot Google OAuth client secret
GOCSPX…(35 chars, redacted) - HIGH credential in log delocdev/deloc credential in log
console.log(` ${chalk.dim("Password:")} ${chalk.cyan(password)}`); - HIGH credential in log delocdev/deloc credential in log
console.log(` ${chalk.dim("Password:")} ${chalk.cyan(password)}`); - HIGH dynamic exec nanami-he/petsonality new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - MEDIUM suspicious endpoint panther-io/panther 169.254.169.254 (cloud metadata)
? response(302, "http://169.254.169.254/latest/meta-data/") - MEDIUM suspicious endpoint panther-io/panther 169.254.169.254 (cloud metadata)
baseUrl: "http://169.254.169.254/latest", - MEDIUM over-broad oauth scope panther-io/panther delete_repo
{ name: "delete_repo", description: "Delete repositories", inputSchema: { type: "object" } }, - MEDIUM over-broad oauth scope panther-io/panther delete_repo
{ name: toProxyToolName("github", "delete_repo"), inputSchema: { type: "object" } }, - HIGH obfuscation panther-io/panther dynamic require()/import()
const module = (await import(`${entrypoint}?fentarisOAuth=${Date.now()}`)) as Record<string, unknown>;