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.
50029 analyzed
8115 re-analysis due
988 not analyzable
0 not yet analyzed
4801 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 11823
- obfuscation 3573
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187726
- HIGH dynamic exec livewithlively/lively new Function()
return new Function("managed", m![1]) as (managed: boolean) => string; - 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}/db/client.js`); - HIGH obfuscation livewithlively/lively dynamic require()/import()
const { initRuntimeConfigTable, initRuntimeConfigPolicyColumns } = await import(`${DIST}/org/schema/runtime-config.js`); - HIGH dynamic exec livewithlively/lively new Function()
const compile = (params: string[], body: string): Fn => new Function(...params, body) as unknown as Fn; - HIGH dynamic exec livewithlively/lively new Function()
const compile = (params: string[], body: string): Fn => new Function(...params, body) as unknown as Fn; - 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`);