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.
50100 analyzed
8073 re-analysis due
988 not analyzable
2 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 187699
- HIGH dynamic exec kwizzlesurp10-ctrl/x402-mcp unsafe yaml.load()
data = yaml.load(raw_text, Loader=UniqueKeyLoader) - HIGH credential in log kwizzlesurp10-ctrl/x402-mcp credential in log
logger.info("Account %s ready for signing", Account.from_key(private_key).address) - HIGH dynamic exec skynetcmd/m3-memory eval()/exec()
exec( # nosec B102 - executing this repo's own parsed source - HIGH committed secret skynetcmd/m3-memory Anthropic key
sk-ant…(49 chars, redacted) - HIGH dynamic exec skynetcmd/m3-memory __import__ sink
env={**__import__("os").environ, - HIGH dynamic exec skynetcmd/m3-memory __import__()
driver = __import__(mod) - HIGH dynamic exec skynetcmd/m3-memory __import__()
__import__(f"memory.backends.{mod}", fromlist=[mod]) - HIGH committed secret skynetcmd/m3-memory Anthropic key
sk-ant…(49 chars, redacted) - HIGH dynamic exec skynetcmd/m3-memory __import__()
__import__(mod) - HIGH dynamic exec skynetcmd/m3-memory __import__()
__import__(mod) - HIGH dynamic exec skynetcmd/m3-memory __import__()
__import__(mod) - HIGH dynamic exec skynetcmd/m3-memory eval()/exec()
exec(code, {"__file__": str(bridge), "__name__": "__main__"}) # nosec B102 - HIGH dynamic exec skynetcmd/m3-memory eval()/exec()
exec(src, ns) # nosec B102 - src is built from static ToolSpec catalog, not user input - HIGH committed secret skynetcmd/m3-memory Anthropic key
sk-ant…(33 chars, redacted) - HIGH dynamic exec dinpd/AgentAction new Function()
assert.doesNotThrow(() => new Function(body));