RRagie Model Context Protocol ServerMirror of
mcp-so:ragieai_ragie-mcp-server_MCP-Mirror
View sourceFirst Seen
Feb 19, 2026
Last Scanned
Feb 20, 2026
Findings
2
Score
75/100
Findings (2)
Instruction override combined with dangerous operations
knowledge-retrieval
Mirror of
Overview
Tools
Comments
Overview
What is Ragie Model Context Protocol Server?
The Ragie Model Context Protocol Server is a server that implements the Model Context Protoc... Remove language that attempts to override safety guidelines or bypass system-level controls. This pattern is a strong indicator of a jailbreak attempt.
Likely FP if the matched text is in a security research document or educational content clearly marked as an example rather than an active payload.
Detects npx executing packages from unverified sources without pinned versions
npx @ragieai/mcp-server
Pin the npx package to an exact version (e.g., npx @scope/package@1.2.3). Unversioned npx commands can silently install a different or malicious package version.
Likely FP if the npx command targets a well-known package in documentation context, though unpinned versions are a real supply chain concern.