ToolTrust
C40/100
Smithery

pingzen-uptime-monitoring

mcpsmithery

@Smithery

Monitor websites, APIs, and services with 44 tools across 22 protocols (HTTP, TCP, DNS, SSL, gRPC, ICMP, and more). Manage monitors, alerts, incidents, status pages, heartbeats, and Telegram groups. Works in test mode with mock data — no account needed to try it out.

By Smithery | 93 findings | Scanned 4/16/2026 | tooltrust-scanner/v0.3.8

18 High19 Medium12 Low44 Info

Risk Summary

Needs Approval

Dep Visibility plus Excessive Permissions raises enough risk that this tool should not be auto-trusted.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (93)

  • HighAS-002

    ⚠️Excessive Permissions ×15

    tool declares network permission

    list_monitorsget_monitor_statuscreate_monitorupdate_monitorgenerate_api_keylink_telegram_groupcreate_heartbeatget_heartbeat

    tool declares exec permission

    create_status_pageupdate_status_pagecreate_workspaceupdate_workspacecreate_monitor_groupupdate_monitor_groupcreate_heartbeat

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • HighAS-010

    🔑Insecure Secret Handling ×3

    input parameter "password" appears to accept a secret or credential

    registerlogin

    input parameter "refresh_token" appears to accept a secret or credential

    refresh_token

    Fix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.

  • MediumAS-002

    ⚠️Excessive Permissions ×19

    tool declares fs permission

    create_monitorupdate_monitordelete_monitorcreate_alertupdate_alertdelete_alertupdate_incidentcreate_status_pageupdate_status_pageremove_status_page_monitorget_current_usercreate_workspaceupdate_workspacecreate_monitor_groupupdate_monitor_groupdelete_monitor_groupdelete_telegram_groupcreate_heartbeatdelete_heartbeat

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×12

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    list_monitorsget_monitor_statuscreate_status_pageupdate_status_pagegenerate_api_keycreate_workspaceupdate_workspacecreate_monitor_groupupdate_monitor_grouplink_telegram_groupcreate_heartbeatget_heartbeat

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×44

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    pinglist_monitorsget_monitor_statusget_uptime_statsget_check_historycreate_monitorupdate_monitordelete_monitorexecute_checklist_alertscreate_alertupdate_alertdelete_alerttest_alertlist_incidentsget_incidentupdate_incidentresolve_incidentlist_status_pagescreate_status_pageupdate_status_pageadd_status_page_monitorremove_status_page_monitorlist_workspacesregisterloginrefresh_tokenget_current_usergenerate_api_keycreate_workspaceupdate_workspacelist_monitor_groupscreate_monitor_groupupdate_monitor_groupdelete_monitor_grouplist_telegram_groupslink_telegram_groupdelete_telegram_grouplist_heartbeatscreate_heartbeatget_heartbeatdelete_heartbeatpause_heartbeatresume_heartbeat

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y pingzen-uptime-monitoring"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)