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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187702
- HIGH committed secret lgtm-hq/py-lintro GitHub token
ghp_a1…(40 chars, redacted) - HIGH committed secret lgtm-hq/py-lintro GitHub token
ghp_a1…(40 chars, redacted) - HIGH committed secret lgtm-hq/py-lintro AWS access key id
AKIAZ7…(20 chars, redacted) - HIGH dynamic exec lgtm-hq/py-lintro pickle.loads()
return pickle.loads(data) # noqa: S301 - HIGH dynamic exec lgtm-hq/py-lintro eval()/exec()
eval(y) - HIGH dynamic exec lgtm-hq/py-lintro pickle.loads()
return pickle.loads(data) - HIGH dynamic exec lgtm-hq/py-lintro __import__()
module = __import__(module_name, fromlist=[attr_name]) - HIGH dynamic exec cartesiancs/cartcut new Function()
return new Function("fx", "fy", "fz", `return ${js};`)(fx, fy, fz) as number; - HIGH dynamic exec jtraverso/certo eval()/exec()
exec(compile(source, str(p), "exec"), mod.__dict__) - HIGH obfuscation Enderfga/claw-orchestrator dynamic require()/import()
const { RunKernel } = await import(${JSON.stringify(`${DIST}/kernel/engine.js`)}); - MEDIUM suspicious endpoint Mygentic-AI/cello-client api.telegram.org
const url = `https://api.telegram.org/bot${this.botToken}/getUpdates?offset=${offset}&timeout=${timeoutSec}`; - MEDIUM suspicious endpoint Mygentic-AI/cello-client 1.2.3.4
const d = describeDirectoryAuth({ verifierPresent: true, directoryUrl: "http://1.2.3.4:9090" }); - HIGH dynamic exec bharatkse/juris-ai __import__()
__import__( - HIGH dynamic exec bharatkse/juris-ai __import__()
retry_policy=__import__( - HIGH dynamic exec cuga-project/cuga-agent eval()/exec()
exec(compile(stub_src, "<stub>", "exec"), ns)