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.
51197 analyzed
7502 re-analysis due
995 not analyzable
0 not yet analyzed
4849 source gone
not analyzable
795 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(function, globals()) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(function, globals()) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(function, globals()) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(f"from {config_filepath} import {config_filename}", globals()) - HIGH dynamic exec abhishekpandaOfficial/XOne __import__()
module = __import__(module_name) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(compile(class_src, filename, "exec"), vllm_generation.__dict__) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec("\n".join(line[4:] for line in lines), namespace) - HIGH dynamic exec abhishekpandaOfficial/XOne pickle.loads()
revived = pickle.loads(pickle.dumps(wrapper)) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(compile(ast.Module(body = kept, type_ignores = []), str(RL_PATH), "exec"), module.__dict__) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
return eval( # noqa: S307 - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(compile(ast.Module(body = wanted, type_ignores = []), str(SRC_PATH), "exec"), ns) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(compile(mini, str(source_path), "exec"), ns) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(compile(body, "main.py", "exec"), namespace) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(ast.get_source_segment(_SRC, node), ns) - HIGH dynamic exec abhishekpandaOfficial/XOne eval()/exec()
exec(ast.get_source_segment(_SRC, node), ns)