agent-hub-mcp

v0.2.0 suspicious
4.0
Medium Risk

Agent Hub MCP — multi-agent task coordination with MCP transport

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows low risks in terms of obfuscation and credential harvesting but has a higher metadata risk due to the presence of a non-HTTPS link and lack of maintainer history, raising concerns about its origin and trustworthiness.

  • Low obfuscation risk
  • Low credential risk
  • High metadata risk due to non-HTTPS link and missing maintainer history
Per-check LLM notes
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The presence of a non-HTTPS link and the lack of a maintainer history suggest potential risk.

🔬 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: users.noreply.github.com>

Suspicious Page Links score 2.0

Found 1 suspicious link(s) on the package page

  • Non-HTTPS external link: http://127.0.0.1:8765/mcp
Git Repository History

No GitHub repository linked

  • No GitHub repository link found
Maintainer History score 8.0

4 maintainer concern(s) found

  • Only one version has ever been released — brand new package
  • Package uploaded less than 24 hours ago (2026-06-05T09:34:18.000Z)
  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)

💡 AI App Starter Prompt

Use this prompt to build a project with agent-hub-mcp
Create a collaborative task management mini-app using the 'agent-hub-mcp' Python package. This app will facilitate communication and coordination among multiple agents in a distributed system, enabling seamless task assignment, progress tracking, and completion verification. The app should allow users to create teams, assign tasks to specific team members, track task statuses, and notify relevant parties of task updates.

Key Features:
1. User Authentication: Implement user registration and login functionality to manage different users.
2. Team Management: Users can create teams and invite other users to join them.
3. Task Assignment: Each team member can be assigned tasks by the team leader.
4. Real-time Updates: Use 'agent-hub-mcp' to enable real-time updates about task status changes.
5. Notifications: Send notifications to team members when they receive new tasks or when their task status changes.
6. Progress Tracking: Display a dashboard that shows the progress of all tasks within a team.
7. Completion Verification: Allow team leaders to verify the completion of tasks by team members.

How 'agent-hub-mcp' is Utilized:
- For real-time communication between agents (users) in the system, facilitating immediate task updates and notifications.
- To coordinate task assignments and status updates across different agents without the need for constant polling, improving efficiency and responsiveness.
- As a backbone for the distributed architecture of the app, ensuring scalability and reliability as more users and teams are added.

Your task is to design and implement this mini-app from scratch, ensuring it integrates seamlessly with the 'agent-hub-mcp' package to provide a robust and responsive user experience.