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
- MEDIUM suspicious endpoint enternovate/xavani-agent t.me
"url": "https://t.me/BotFather", - HIGH dynamic exec enternovate/xavani-agent __import__()
module = __import__(module_name, fromlist=[func_name]) - HIGH committed secret enternovate/xavani-agent AWS access key id
AKIAEX…(20 chars, redacted) - HIGH committed secret enternovate/xavani-agent Slack token
xoxb-y…(24 chars, redacted) - HIGH dynamic exec enternovate/xavani-agent unsafe yaml.load()
return yaml.load(stream, Loader=_get_fast_yaml_loader()) - HIGH dynamic exec enternovate/xavani-agent __import__()
__import__(module_name) - HIGH dynamic exec enternovate/xavani-agent eval()/exec()
assertion_result = eval(case["assertion"], {"output": output, "input": case["input"]}) - HIGH dynamic exec enternovate/xavani-agent __import__()
return __import__(module_name) - HIGH dynamic exec enternovate/xavani-agent __import__ sink
mock_cp = __import__("subprocess").CompletedProcess([], 0, stdout=b"", stderr=b"") - MEDIUM suspicious endpoint enternovate/xavani-agent 1.2.3.4
"base_url": "http://1.2.3.4:1234/v1", - MEDIUM over-broad oauth scope enternovate/xavani-agent delete_repo
("delete_repo", "Delete a repo"), - HIGH committed secret enternovate/xavani-agent OpenAI key
sk-pro…(30 chars, redacted) - HIGH committed secret enternovate/xavani-agent Anthropic key
sk-ant…(34 chars, redacted) - MEDIUM suspicious endpoint enternovate/xavani-agent 100.100.100.200 (cloud metadata)
assert is_safe_url("http://100.100.100.200/latest/meta-data/") is False - MEDIUM suspicious endpoint enternovate/xavani-agent 169.254.169.254 (cloud metadata)
assert is_safe_url("http://169.254.169.254/latest/meta-data/") is False