Mcp Finder

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed MCP-server search helper that sends user-entered search text to a third-party API, with no evidence of hidden local access or persistence.

Install only if you are comfortable sending MCP search phrases to api.rhdxm.com. Do not include secrets, credentials, private URLs, internal project names, or proprietary details in queries, and review any recommended MCP server before installing or connecting it.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (5)

Lp3

Medium
Category
MCP Least Privilege
Confidence
94% confidence
Finding
The skill clearly relies on outbound network access to `api.rhdxm.com`, but the metadata declares only a binary requirement and no corresponding network permission/capability. This mismatch can mislead users and policy engines about what the skill does, reducing informed consent and weakening sandbox/approval controls around data egress.

Missing User Warnings

Medium
Confidence
96% confidence
Finding
The script sends the user's query directly to a third-party API endpoint without any notice, consent flow, or indication in the CLI output that user input leaves the local environment. Queries may contain sensitive operational details, internal project names, credentials pasted by mistake, or other confidential context, so this creates a real privacy and data-exposure risk even though the behavior appears to be part of the tool's intended functionality.

External Transmission

Medium
Category
Data Exfiltration
Content
## REST API

```bash
curl -X POST https://api.rhdxm.com/find   -H 'Content-Type: application/json'   -d '{"query": "kubernetes monitoring", "max_results": 5}'
```

Full API docs: https://api.rhdxm.com/docs
Confidence
88% confidence
Finding
curl -X POST https://api.rhdxm.com/find -H 'Content-Type: application/json' -d

External Transmission

Medium
Category
Data Exfiltration
Content
## REST API

```bash
curl -X POST https://api.rhdxm.com/find   -H 'Content-Type: application/json'   -d '{"query": "kubernetes monitoring", "max_results": 5}'
```

Full API docs: https://api.rhdxm.com/docs
Confidence
88% confidence
Finding
https://api.rhdxm.com/

External Transmission

Medium
Category
Data Exfiltration
Content
## MCP

Connect via streamable HTTP at `https://api.rhdxm.com/mcp/` with tool: `find_server`.

## Data Transparency
Confidence
90% confidence
Finding
https://api.rhdxm.com/

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal