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
- HIGH dynamic exec TNLegend/PortaMCP eval()/exec()
doc(eval(request), 'Help on %s:', output=self._output, is_cli=is_cli) - HIGH dynamic exec TNLegend/PortaMCP eval()/exec()
exec(cmd, globals, locals) - HIGH dynamic exec TNLegend/PortaMCP __import__()
__import__(info.name) - HIGH dynamic exec TNLegend/PortaMCP __import__()
__import__(module_name, level=0) - HIGH dynamic exec TNLegend/PortaMCP eval()/exec()
exec(source_with_closure, {}, ns) - HIGH dynamic exec TNLegend/PortaMCP eval()/exec()
exec(open(filename).read(), vars) - HIGH dynamic exec TNLegend/PortaMCP __import__()
__import__(modname) - HIGH dynamic exec TNLegend/PortaMCP eval()/exec()
exec(template % ((name,)*7), d) - HIGH dynamic exec TNLegend/PortaMCP __import__()
__import__(modname) - HIGH dynamic exec TNLegend/PortaMCP marshal.loads()
co = marshal.loads(memoryview(data)[16:]) - HIGH dynamic exec TNLegend/PortaMCP eval()/exec()
defaults = eval(defaults, vars(logging)) - HIGH dynamic exec TNLegend/PortaMCP __import__()
found = __import__(used) - HIGH dynamic exec TNLegend/PortaMCP eval()/exec()
else eval(_rewrite_star_unpack(value), globals, locals) - HIGH dynamic exec TNLegend/PortaMCP __import__()
parent = __import__(parent_name, fromlist=['__path__']) - HIGH dynamic exec TNLegend/PortaMCP marshal.loads()
code = marshal.loads(data)