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.
50022 analyzed
8130 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 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 over-broad oauth scope livewithlively/lively gmail.modify
oauth_scope: "https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/gmail.compose https://www.googleapis.com/auth/gmail.modify", - MEDIUM over-broad oauth scope livewithlively/lively https://www.googleapis.com/auth/drive
assert.ok(!d.has("https://www.googleapis.com/auth/drive"), "drive 전체 scope 포함됨"); - MEDIUM over-broad oauth scope livewithlively/lively https://mail.google.com/
assert.ok(!toks.has("https://mail.google.com/"), "전체 접근 scope(mail.google.com) 포함됨"); - MEDIUM over-broad oauth scope livewithlively/lively gmail.modify
assert.ok(toks.has("https://www.googleapis.com/auth/gmail.modify"), "gmail.modify 누락(gmailmcp create_draft 가 요구)"); - MEDIUM over-broad oauth scope livewithlively/lively https://mail.google.com/
URL, Slack 채널/DM URL, Gmail thread 링크(`https://mail.google.com/mail/u/0/#inbox/<threadId>`), GitLab/GitHub URL 등. URL이 없는 출처(`[U]`, `[추론]`, `[일반]`, `[wiki]`)는 그렇다고 명시.\n```\n\n## 적용하지 않는 경우\n- 한 사람이 직 - MEDIUM over-broad oauth scope livewithlively/lively https://mail.google.com/
gmail: ["/auth/gmail.", "https://mail.google.com/"], - MEDIUM over-broad oauth scope livewithlively/lively https://mail.google.com/
assert.equal(googleScopeCovers("https://mail.google.com/", "gmail"), true); - HIGH obfuscation livewithlively/lively dynamic require()/import()
const { itemsPool } = await import(`${DIST}/db/client.js`); - HIGH obfuscation livewithlively/lively dynamic require()/import()
const { itemsPool } = await import(`${DIST}/items/store.js`); - MEDIUM suspicious endpoint livewithlively/lively 93.184.216.34
await rejectsWith(() => Fip("https://93.184.216.34/mcp"), /자기 자신/); // 핀된 IP 가 self IP 집합에 속함 - MEDIUM suspicious endpoint livewithlively/lively 169.254.169.254 (cloud metadata)
await rejectsWith(() => F("https://169.254.169.254/mcp"), /차단된 host/); - HIGH committed secret livewithlively/lively Slack token
xoxb-l…(19 chars, redacted) - HIGH obfuscation livewithlively/lively dynamic require()/import()
const { itemsPool } = await import(`${DIST}/db/client.js`); - HIGH obfuscation livewithlively/lively dynamic require()/import()
const fresh = await import(`./client.js?fresh=${Date.now()}`); - HIGH dynamic exec livewithlively/lively new Function()
const fn = new Function("input", "console", script + "\\n;return (typeof parse === 'function') ? parse(input) : (typeof __result !== 'undefined' ? __result : undefined);");