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.
51193 analyzed
7507 re-analysis due
995 not analyzable
0 not yet analyzed
4848 source gone
not analyzable
795 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 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- HIGH dynamic exec liha-app/live-preview new Function()
expect(() => new Function(source), path).not.toThrow(); - MEDIUM suspicious endpoint liha-app/live-preview 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data/', - HIGH obfuscation oleksandrdubyna88/dew_flow_creds_for_devs dynamic require()/import()
const { withTimeout } = require(${JSON.stringify(path.resolve(__dirname, '../withTimeout.js'))}); - HIGH dynamic exec oleksandrdubyna88/dew_flow_creds_for_devs new Function()
() => new Function('acquireVsCodeApi', script), - HIGH committed secret oleksandrdubyna88/dew_flow_creds_for_devs private key
PEM private key block (redacted) - MEDIUM suspicious endpoint oleksandrdubyna88/dew_flow_creds_for_devs t.me
text: "https://t.me/+AAAAAEHbYQ0-abcdefghij", - HIGH dynamic exec oleksandrdubyna88/dew_flow_creds_for_devs new Function()
assert.doesNotThrow(() => new Function('acquireVsCodeApi', body)); - HIGH dynamic exec oleksandrdubyna88/dew_flow_creds_for_devs new Function()
new Function('document', 'vscode', fragment); - HIGH obfuscation oleksandrdubyna88/dew_flow_creds_for_devs dynamic require()/import()
const { recordConsent } = require(${JSON.stringify(path.join(__dirname, '..', 'brokerConsentMemory'))}); - MEDIUM suspicious endpoint KeeperHub/keeperhub 93.184.216.34
webhookUrl: "http://93.184.216.34/hook", - MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", - MEDIUM suspicious endpoint KeeperHub/keeperhub 1.1.1.1
const code = `return await fetch({ url: "http://1.1.1.1/", toString() { return "http://169.254.169.254/latest/meta-data/iam/security-credentials/"; } });`; - MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata)
['await fetch("http://169.254.169.254/")', "IMDSv2 link-local"], - MEDIUM suspicious endpoint KeeperHub/keeperhub 8.8.8.8
"https://8.8.8.8/", - MEDIUM suspicious endpoint KeeperHub/keeperhub 1.1.1.1
"http://1.1.1.1/",