SSolvitor McpA Model Context Protocol (MCP) server for interacting with the Solvitor API. This server provides tools to access the AI-powered platform that helps developers extract IDL files from closed-source Solana smart contracts and decompile them.

mcp-so:solvitor-mcp_Adeptus-Innovatio

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
Hardcoded secrets in MCP env block
L56

Detects hardcoded API keys, tokens, or passwords in MCP server environment configuration

"env": { + "SOLVITOR_API_KEY": "your_solvitor_api_key"
FIX

Remove shell metacharacters (semicolons, pipes, ampersands, backticks) from MCP server arguments. Use explicit argument arrays and avoid shell expansion in MCP configurations.

FP?

Likely FP if the metacharacter is a literal part of a non-shell argument (e.g., a regex pattern or a URL query parameter containing ampersands).