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.

analysis coverage 85% of 59,140 analyzable servers
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.

code findings 15 shown
  1. 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",
  2. 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 포함됨");
  3. MEDIUM over-broad oauth scope livewithlively/lively https://mail.google.com/ assert.ok(!toks.has("https://mail.google.com/"), "전체 접근 scope(mail.google.com) 포함됨");
  4. 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 가 요구)");
  5. 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- 한 사람이 직
  6. MEDIUM over-broad oauth scope livewithlively/lively https://mail.google.com/ gmail: ["/auth/gmail.", "https://mail.google.com/"],
  7. MEDIUM over-broad oauth scope livewithlively/lively https://mail.google.com/ assert.equal(googleScopeCovers("https://mail.google.com/", "gmail"), true);
  8. HIGH obfuscation livewithlively/lively dynamic require()/import() const { itemsPool } = await import(`${DIST}/db/client.js`);
  9. HIGH obfuscation livewithlively/lively dynamic require()/import() const { itemsPool } = await import(`${DIST}/items/store.js`);
  10. MEDIUM suspicious endpoint livewithlively/lively 93.184.216.34 await rejectsWith(() => Fip("https://93.184.216.34/mcp"), /자기 자신/); // 핀된 IP 가 self IP 집합에 속함
  11. MEDIUM suspicious endpoint livewithlively/lively 169.254.169.254 (cloud metadata) await rejectsWith(() => F("https://169.254.169.254/mcp"), /차단된 host/);
  12. HIGH committed secret livewithlively/lively Slack token xoxb-l…(19 chars, redacted)
  13. HIGH obfuscation livewithlively/lively dynamic require()/import() const { itemsPool } = await import(`${DIST}/db/client.js`);
  14. HIGH obfuscation livewithlively/lively dynamic require()/import() const fresh = await import(`./client.js?fresh=${Date.now()}`);
  15. 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);");