ToolTrust
C33/100
alexei-led

cloud-mcp-server

mcp1.7.0

@alexei-led

A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.

By alexei-led | 66 findings | Scanned 6/3/2026 | tooltrust-scanner/v0.3.13 | 182

9 High16 Medium18 Low23 Info

Risk Summary

Needs Approval

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

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

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 (66)

  • HighAS-002

    ⚠️Excessive Permissions ×8

    tool declares network permission

    upload-assetgenerate-archivedownload-asset-backuplist-tagssearch-folderssearch-assetsvisual-search-assetstransform-asset

    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

    download-asset-backup:input parameter "api_key" appears to accept a secret or credential

    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 ×16

    tool declares fs permission

    upload-assetgenerate-archivedelete-assetlist-imageslist-videoslist-filesasset-updatedelete-derived-assetscreate-asset-relationsdelete-asset-relationsmove-foldercreate-folderdelete-foldersearch-folderssearch-assets

    tool declares db permission

    search-assets

    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

    upload-assetasset-renamegenerate-archivedownload-asset-backuplist-tagscreate-asset-relationsdelete-asset-relationsmove-foldersearch-folderssearch-assetsvisual-search-assetstransform-asset

    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.

  • LowAS-002

    ⚠️Excessive Permissions ×6

    tool declares http permission

    asset-renamegenerate-archivecreate-asset-relationsdelete-asset-relationsmove-folder

    input schema exposes 12 properties (threshold: 10)

    get-asset-details

    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 ×23

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

    upload-assetasset-renamegenerate-archivedownload-asset-backupdelete-assetlist-imageslist-videoslist-filesget-asset-detailsasset-updatelist-tagsdelete-derived-assetsget-usage-detailscreate-asset-relationsdelete-asset-relationsmove-foldercreate-folderdelete-foldersearch-folderssearch-assetsvisual-search-assetsget-tx-referencetransform-asset

    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 cloud-mcp-server"

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)