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 blisspixel/distillr 169.254.169.254 (cloud metadata)
"https://www.youtube.com/redirect?q=http://169.254.169.254/", - HIGH dynamic exec blisspixel/distillr __import__()
__import__( - MEDIUM suspicious endpoint LivingLikeKrillin/khala 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data/", # 클라우드 메타데이터 - HIGH dynamic exec LivingLikeKrillin/khala __import__ sink
for k in list(__import__("os").environ): - HIGH dynamic exec LivingLikeKrillin/khala unsafe yaml.load()
doc = yaml.load((_ROOT / compose_file).read_text(encoding="utf-8"), _ComposeLoader) # noqa: S506 - HIGH dynamic exec 1nc0gn30/web-security-guard __import__ sink
long_description=open("README.md", "r", encoding="utf-8").read() if __import__("os").path.exists("README.md") else "", - HIGH committed secret thetangstr/clockchain-developer-tools private key
PEM private key block (redacted) - MEDIUM suspicious endpoint thetangstr/clockchain-developer-tools 93.184.216.34
assert.doesNotThrow(() => assertSafeWebhookUrl("https://93.184.216.34/x")); - MEDIUM suspicious endpoint thetangstr/clockchain-developer-tools 169.254.169.254 (cloud metadata)
() => keeper.schedule({ sub: "u1", fireAtMs: 0, target: "http://169.254.169.254/latest/meta-data" }), - MEDIUM suspicious endpoint thetangstr/clockchain-developer-tools 44.249.47.220
assert.equal(process.env.HANDSHAKE_RELAY, "http://44.249.47.220:8080"); - HIGH dynamic exec agentprism/agentprism-workflows constructor escape
try { escaped = ({}).constructor.constructor('return Date.now()')() } catch (e) { escaped = 'blocked:' + String((e && e.message) || e) } - HIGH dynamic exec agentprism/agentprism-workflows vm exec
const crossRealmArgs = vm.runInNewContext(`({ value: 7, nested: { stable: true } })`) as { - HIGH dynamic exec agentprism/agentprism-workflows vm exec
const realmError = vm.runInNewContext(`({ form: "error", name: "RealmFailure", message: "boom", props: { code: 7 } })`); - HIGH dynamic exec agentprism/agentprism-workflows eval()
eval(code: string, options?: ReplEvalOptions): Promise<ReplEvalOutcome> { - HIGH dynamic exec agentprism/agentprism-workflows eval()
async eval(code: string, options: ReplEvalOptions = {}): Promise<ReplEvalResult> {