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,151 analyzable servers
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.

code findings 15 shown
  1. MEDIUM over-broad oauth scope Shineoverthemoon/claude-workspace-ops-mcp https://www.googleapis.com/auth/drive FULL_DRIVE = "https://www.googleapis.com/auth/drive"
  2. HIGH dynamic exec cycle-inc/Runlace eval()/exec() exec(compile(source, workflow_path, "exec"), namespace) # noqa: S102
  3. HIGH dynamic exec cycle-inc/Runlace __import__() __import__(name)
  4. MEDIUM suspicious endpoint ishanavasthi/agent-store 169.254.169.254 (cloud metadata) imageUrl: 'http://169.254.169.254/latest/meta-data/',
  5. MEDIUM suspicious endpoint ishanavasthi/agent-store 169.254.169.254 (cloud metadata) imageUrl: 'http://169.254.169.254/latest/meta-data/',
  6. MEDIUM suspicious endpoint ishanavasthi/agent-store 169.254.169.254 (cloud metadata) 'http://169.254.169.254/latest/meta-data/iam/security-credentials/',
  7. HIGH credential in log dppalukuri/BlackHole credential in log logger.info("createTask key=%s type=%s task_id=%s", _hash_key(api_key), captcha_type, task_id)
  8. MEDIUM suspicious endpoint KenLP/acc-forma-mcp-server 11.0.0.1 expect(() => assertValidCallbackUrl('https://11.0.0.1/x', anyHost)).not.toThrow();
  9. MEDIUM suspicious endpoint KenLP/acc-forma-mcp-server 172.32.0.1 expect(() => assertValidCallbackUrl('https://172.32.0.1/x', anyHost)).not.toThrow();
  10. MEDIUM suspicious endpoint KenLP/acc-forma-mcp-server 169.254.169.254 (cloud metadata) 'https://169.254.169.254/latest/meta-data',
  11. MEDIUM suspicious endpoint property-shared 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest/meta-data/",
    property_shared-1.19.1/tests/ test_url_safety.py :68
  12. MEDIUM suspicious endpoint property-shared 169.254.169.254 (cloud metadata) "http://169.254.169.254/properties/123456",
    property_shared-1.19.1/tests/ test_rightmove_scraper.py :168
  13. MEDIUM suspicious endpoint property-shared 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest/meta-data/",
    property_shared-1.19.1/tests/ test_img_proxy.py :36
  14. HIGH dynamic exec property-shared __import__() __import__(blocked)
    property_shared-1.19.1/tests/snapshot/ image_smoke.py :109
  15. HIGH dynamic exec property-shared __import__ sink sys.path.insert(0, __import__("os").path.dirname(__import__("os").path.dirname(__file__)))
    property_shared-1.19.1/scripts/ rightmove_address_dump.py :15