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
- MEDIUM suspicious endpoint SamYatesSmith/Tru8 sentry.io (telemetry)
<p>Privacy Policy: <a href="https://sentry.io/privacy" target="_blank" rel="noopener">sentry.io/privacy</a></p> - MEDIUM suspicious endpoint SamYatesSmith/Tru8 posthog.com (telemetry)
<p>Privacy Policy: <a href="https://posthog.com/privacy" target="_blank" rel="noopener">posthog.com/privacy</a></p> - MEDIUM suspicious endpoint SamYatesSmith/Tru8 sentry.io (telemetry)
<li><strong>Sentry:</strong> <a href="https://sentry.io/privacy" target="_blank" rel="noopener">Privacy Policy</a></li> - MEDIUM suspicious endpoint SamYatesSmith/Tru8 posthog.com (telemetry)
<li><strong>PostHog:</strong> <a href="https://posthog.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></li> - MEDIUM suspicious endpoint agentfront/frontmcp 8.8.8.8
const r = await checkOutboundUrl('https://8.8.8.8/x', new Set(['8.8.8.8']), baseOutbound()); - MEDIUM suspicious endpoint agentfront/frontmcp 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data/', - HIGH obfuscation agentfront/frontmcp dynamic require()/import()
import('${safeEntrypoint}').then(mod => { - HIGH dynamic exec agentfront/frontmcp setTimeout(string)
setTimeout('return process', 0); - HIGH dynamic exec agentfront/frontmcp constructor escape
const fn = [].constructor.constructor('return process'); - HIGH dynamic exec agentfront/frontmcp new Function()
const fn = new Function('return 42'); - HIGH dynamic exec agentfront/frontmcp eval()
eval('return 42'); - HIGH dynamic exec agentfront/frontmcp new Function()
const factory = new Function(...argNames, code) as (...args: unknown[]) => React.ComponentType; - HIGH dynamic exec agentfront/frontmcp eval()
eval(script: string, numkeys: number, ...args: (string | number)[]): Promise<unknown>; - HIGH dynamic exec agentfront/frontmcp eval()
eval(script: string, numkeys: number, ...args: (string | number)[]): Promise<unknown>; - HIGH dynamic exec agentfront/frontmcp new Function()
const fn = new Function('module', 'exports', bundleContent);