agent-mcp-router-mcp

v1.1.1 suspicious
4.0
Medium Risk

Agent MCP Router MCP — one router for the whole MEOK fleet. Holds 62 MEOK MCPs behind one namespaced endpoint. Install ONE thing, get all of them. By MEOK AI Labs.

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package has a moderate metadata risk due to its newness and potential lack of maintenance, raising concerns about its legitimacy and security posture.

  • Metadata risk of 6 out of 10
  • Lack of community engagement and sparse maintainer history
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires external communication for its functionality.
  • Shell: No shell execution patterns detected, indicating low risk of unauthorized system command execution.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package shows signs of being new and potentially inactive, with a lack of community engagement and sparse maintainer history.

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation

No obfuscation patterns detected

Shell / Subprocess Execution

No shell execution patterns detected

Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: meok.ai>

Suspicious Page Links

All external links appear legitimate

Git Repository History score 2.5

Git history flags: Repository has zero stars and zero forks

  • Repository has zero stars and zero forks
Maintainer History score 6.0

3 maintainer concern(s) found

  • Only one version has ever been released — brand new package
  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with agent-mcp-router-mcp
Create a mini-application called 'MEOK Fleet Manager' that leverages the 'agent-mcp-router-mcp' package to manage a fleet of MEOK (Multi-Environment Operations Kit) devices. This application should allow users to interact with any of the 62 MEOK MCPs (Management Control Points) through a single, unified interface. Here’s a detailed breakdown of what your application should achieve:

1. **User Authentication**: Implement a basic authentication system where users can log in using their credentials (username and password). This ensures only authorized users can manage the MEOK fleet.

2. **Fleet Overview**: Display a dashboard that provides an overview of the entire MEOK fleet, including status updates (online/offline), last seen times, and any alerts or notifications from the MCPs.

3. **Individual Device Management**: Allow users to select and manage individual MEOK devices. Users should be able to view device-specific information such as hardware details, software version, and current configuration settings.

4. **Command Execution**: Enable users to send commands to selected MEOK devices directly through the application. Commands could include reboots, firmware updates, or custom scripts execution.

5. **Monitoring and Logging**: Implement real-time monitoring and logging of activities performed on the MEOK devices. Logs should be stored locally and also accessible via the application for review.

6. **Alert System**: Set up an alert system that notifies users via email or SMS when there are critical issues detected with any MEOK device, such as unexpected shutdowns or security breaches.

7. **Documentation and Help**: Include comprehensive documentation within the application to help users understand how to use each feature effectively.

**Utilization of 'agent-mcp-router-mcp' Package**:
- Use the package to route commands and queries to the appropriate MEOK MCPs without requiring users to know which MCP corresponds to which device. This simplifies user interaction and management of the fleet.
- Leverage the unified endpoint provided by the package to streamline data retrieval and command execution processes, ensuring efficient communication between the application and the MEOK fleet.