ToolTrust
B17/100
burugo

one-mcp

mcp1.0.13

@burugo

A centralized reverse-proxy platform for MCP servers — manage, group, and export as Skills from a single endpoint.

By burugo | 14 findings | Scanned 9/14/2026 | tooltrust-scanner/v0.3.19 | 414

2 High4 Low8 Info

Risk Summary

Safe With Normal Controls

Excessive Permissions is the main signal, but overall risk remains within an acceptable range.

Potential impact: The agent may gain overly broad access to files, network, databases, or execution capabilities.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

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

Security Findings (14)

  • HighAS-003

    🔀Scope Mismatch ×2

    tool name "get_one_action_knowledge" implies read-only operation but declares exec permission

    get_one_action_knowledge

    tool name "list_one_integrations" implies read-only operation but declares exec permission

    list_one_integrations

    Fix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×4

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

    execute_one_actionget_one_action_knowledgelist_one_integrationssearch_one_platform_actions

    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-002

    ⚠️Excessive Permissions ×4

    declared capabilities: network access, filesystem access, HTTP requests

    execute_one_action

    declared capabilities: code/command execution, network access

    get_one_action_knowledgelist_one_integrations

    declared capabilities: network access

    search_one_platform_actions

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

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×4

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

    execute_one_actionget_one_action_knowledgelist_one_integrationssearch_one_platform_actions

    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 one-mcp"

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 B](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-b.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)