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.
50064 analyzed
8099 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
- HIGH committed secret pacifio/atlas private key
PEM private key block (redacted) - MEDIUM suspicious endpoint alexar76/argus api.telegram.org
const API = "https://api.telegram.org"; - MEDIUM suspicious endpoint financial-reports/financial-reports-mcp-server 169.254.169.254 (cloud metadata)
"https://169.254.169.254/", - HIGH credential in log HannaPanda/exocortex credential in log
console.log(` ${password}`); - HIGH credential in log HannaPanda/exocortex credential in log
console.log(` ${credential.email} ${credential.password}`); - HIGH obfuscation Storybloq/storybloq dynamic require()/import()
const m = await import(${JSON.stringify(moduleFile)}); - HIGH dynamic exec Storybloq/storybloq new Function()
new Function("exports", out.outputText)(exports); - HIGH dynamic exec Storybloq/storybloq eval()
return eval(`(${src.slice(start + 5, end + 2)})`) as Row[]; - HIGH obfuscation Storybloq/storybloq dynamic require()/import()
const { __testing } = await import("${livenessPath}"); - HIGH dynamic exec strands-agents/harness-sdk eval()/exec()
return eval(expression) - HIGH dynamic exec strands-agents/harness-sdk pickle.loads()
@pytest.mark.parametrize("clone", [copy.deepcopy, lambda state: pickle.loads(pickle.dumps(state))]) - HIGH dynamic exec strands-agents/harness-sdk eval()/exec()
return str(eval(expression)) - HIGH dynamic exec strands-agents/harness-sdk eval()/exec()
return str(eval(expression)) - HIGH dynamic exec strands-agents/harness-sdk __import__()
module = __import__(module_path, fromlist=["*"]) - MEDIUM suspicious endpoint KanenasInGreece/Shared_Memory 8.8.8.8
{"url": "http://8.8.8.8:8000/v1", "token_env": "REMOTE_KEY", "private_ok": True, "plaintext_ok": True},