RRagie Model Context Protocol ServerMirror of

mcp-so:ragieai_ragie-mcp-server_MCP-Mirror

View source
B
75/100

First Seen

Feb 19, 2026

Last Scanned

Feb 20, 2026

Findings

2

Score

75/100

CRITICAL 1
LOW 1

Findings (2)

CRITICAL
Instruction override combined with dangerous operations
L18

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

Remove language that attempts to override safety guidelines or bypass system-level controls. This pattern is a strong indicator of a jailbreak attempt.

FP?

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.

LOW
Unverified npx package execution
L28

Detects npx executing packages from unverified sources without pinned versions

npx @ragieai/mcp-server
FIX

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.

FP?

Likely FP if the npx command targets a well-known package in documentation context, though unpinned versions are a real supply chain concern.