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.

analysis coverage 85% of 59,163 analyzable servers
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.

code findings 15 shown
  1. MEDIUM suspicious endpoint enternovate/xavani-agent t.me "url": "https://t.me/BotFather",
  2. HIGH dynamic exec enternovate/xavani-agent __import__() module = __import__(module_name, fromlist=[func_name])
  3. HIGH committed secret enternovate/xavani-agent AWS access key id AKIAEX…(20 chars, redacted)
  4. HIGH committed secret enternovate/xavani-agent Slack token xoxb-y…(24 chars, redacted)
  5. HIGH dynamic exec enternovate/xavani-agent unsafe yaml.load() return yaml.load(stream, Loader=_get_fast_yaml_loader())
  6. HIGH dynamic exec enternovate/xavani-agent __import__() __import__(module_name)
  7. HIGH dynamic exec enternovate/xavani-agent eval()/exec() assertion_result = eval(case["assertion"], {"output": output, "input": case["input"]})
  8. HIGH dynamic exec enternovate/xavani-agent __import__() return __import__(module_name)
  9. HIGH dynamic exec enternovate/xavani-agent __import__ sink mock_cp = __import__("subprocess").CompletedProcess([], 0, stdout=b"", stderr=b"")
  10. MEDIUM suspicious endpoint enternovate/xavani-agent 1.2.3.4 "base_url": "http://1.2.3.4:1234/v1",
  11. MEDIUM over-broad oauth scope enternovate/xavani-agent delete_repo ("delete_repo", "Delete a repo"),
  12. HIGH committed secret enternovate/xavani-agent OpenAI key sk-pro…(30 chars, redacted)
  13. HIGH committed secret enternovate/xavani-agent Anthropic key sk-ant…(34 chars, redacted)
  14. 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
  15. 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