NNebulablock Mcp ServerThis server integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools, enabling seamless and efficient interaction within any MCP-compatible environment.

mcp-so:nebulablock-mcp-server_Nebula-Block-Data

View source
C
59/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

3

Score

59/100

CRITICAL 1
MEDIUM 2

Findings (3)

CRITICAL
Instruction override combined with dangerous operations
L17

Instruction override combined with dangerous operations

Server
This server integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools, enabling seamless and efficient interaction within any MCP-compa...
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.

MEDIUM
CLI credential flags
L161

Detects command-line flags passing credentials with real-looking values

--api-key=YOUR_API_KEY"
FIX

Remove credential values from CLI flags (e.g., --password, --token). Use environment variables, config files with restricted permissions, or interactive prompts instead.

FP?

Likely FP if the CLI flag is shown in a help text example (e.g., --token YOUR_TOKEN) without an actual credential value.

MEDIUM
CLI credential flags
L193

Detects command-line flags passing credentials with real-looking values

--api-key=YOUR_API_KEY"
FIX

Remove credential values from CLI flags (e.g., --password, --token). Use environment variables, config files with restricted permissions, or interactive prompts instead.

FP?

Likely FP if the CLI flag is shown in a help text example (e.g., --token YOUR_TOKEN) without an actual credential value.