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
- MEDIUM suspicious endpoint jaapstronks/deckyard 203.0.114.3
presentationPublishedUrl: 'http://203.0.114.3/published', - MEDIUM suspicious endpoint jaapstronks/deckyard 203.0.114.2
slideAddedToOrganizationLibraryUrl: 'http://203.0.114.2/library', - MEDIUM suspicious endpoint jaapstronks/deckyard 203.0.114.1
presentationMovedToOrganizationUrl: 'http://203.0.114.1/moved', - HIGH obfuscation jaapstronks/deckyard dynamic require()/import()
const mod = await import(`../server/storage/${file}`); - HIGH obfuscation jaapstronks/deckyard dynamic require()/import()
const mod = await import(`../server/routes/static/${file}`); - MEDIUM suspicious endpoint jaapstronks/deckyard 8.8.8.8
const url = await assertPublicHttpUrl('https://8.8.8.8/logo.png'); - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
const dirty = `@import url('http://169.254.169.254/'); - MEDIUM suspicious endpoint jaapstronks/deckyard 203.0.114.9
const WEBHOOK_URL = 'http://203.0.114.9/published'; - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
const METADATA_URL = 'http://169.254.169.254/latest/meta-data/img.jpg'; - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
const METADATA_URL = 'http://169.254.169.254/latest/meta-data/img.jpg'; - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
'url(http://169.254.169.254/latest/meta-data/), #000', - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
image: 'http://169.254.169.254/latest/meta-data/iam/', - MEDIUM suspicious endpoint jaapstronks/deckyard 169.254.169.254 (cloud metadata)
const html = '<img src="http://169.254.169.254/gone.jpg" alt="Someone">';