VVectorMCPA easy-to-use and minimal server implementation for the Model Context Protocol (MCP) in Ruby.

mcp-so:MCPRuby_sergiobayona

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
L22

Detects cargo install or gem install fetching packages from remote registries

gem 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.