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.
50035 analyzed
8117 re-analysis due
988 not analyzable
1 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 6177
- dynamic exec 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 8.8.8.8
expect(() => validateExternalUrl('http://8.8.8.8')).toThrow('Domain not allowed'); - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 1.1.1.1
expect(() => validateExternalUrl('http://1.1.1.1')).toThrow('Domain not allowed'); - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
expect(() => validateExternalUrl('http://169.254.169.254')).toThrow('Private IP address not allowed'); - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 172.32.0.1
expect(() => validateExternalUrl('http://172.32.0.1')).toThrow('Domain not allowed'); - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
.mockResolvedValueOnce(redirectTo('http://169.254.169.254/latest/meta-data/')); - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
await run('http://169.254.169.254/latest/meta-data/'); - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
['cloud metadata', 'http://169.254.169.254/latest/meta-data/'], - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
{ type: 'SSE', url: 'http://169.254.169.254/latest/meta-data/' }, - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
['https://169.254.169.254/', 'cloud metadata'], - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app 169.254.169.254 (cloud metadata)
{ name: 'probe', type: 'SSE', url: 'http://169.254.169.254/latest/meta-data/' }, - HIGH dynamic exec VeriTeknik/pluggedin-app new Function()
new Function(""); - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app analytics.google.com (telemetry)
'https://analytics.google.com', - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app www.google-analytics.com (telemetry)
'https://www.google-analytics.com', - MEDIUM suspicious endpoint VeriTeknik/pluggedin-app analytics.google.com (telemetry)
'https://analytics.google.com',