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.
50064 analyzed
8099 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
- MEDIUM suspicious endpoint IBM/mcp-context-forge 8.8.4.4
"https://8.8.4.4/search", - MEDIUM suspicious endpoint IBM/mcp-context-forge 8.8.8.8
"https://8.8.8.8:8443/search?sig=abc&expires=123", - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
"token_url": "http://169.254.169.254/latest/meta-data/", - HIGH dynamic exec IBM/mcp-context-forge eval()/exec()
exec(compile(src, "mcpgateway/services/resource_service.py", "exec"), glb, glb) # noqa: S102 - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
"authorization_servers": ["http://169.254.169.254/latest/meta-data/"], - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
"http://169.254.169.254", - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
"token_url": "http://169.254.169.254/latest/", - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
mock_response.headers = {"location": "http://169.254.169.254/latest/meta-data/"} - MEDIUM suspicious endpoint IBM/mcp-context-forge 8.8.8.8
assert str(request.url) == "http://8.8.8.8/mcp" - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
transport = create_redirect_transport("http://169.254.169.254/latest/meta-data/") - MEDIUM over-broad oauth scope IBM/mcp-context-forge admin:org
"admin:org repo read:user", # GitHub style (colons) - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
"https://169.254.169.254", # AWS metadata - MEDIUM suspicious endpoint IBM/mcp-context-forge 8.8.8.8
"https://8.8.8.8/api", - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data", - MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata)
request_data = {"base_url": "http://169.254.169.254/", "path": "/", "method": "GET", "headers": {}, "body": None}