Mmcp-proxyFast rust MCP proxy between stdio and SSE

mcp-so:mcp-proxy_stephenlacy

View source
A
100/100

First Seen

Feb 19, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
Cargo or gem install from remote
L45

Detects cargo install or gem install fetching packages from remote registries

cargo install m
FIX

Pin Cargo/Gem packages to specific versions (e.g., cargo install tool@0.1.0, gem install tool -v 1.2.3). Use lock files for reproducibility.

FP?

Likely FP if the matched text is a very short fragment (3 words or fewer) or uses placeholder package names.