ToolTrust
C42/100
Smithery

agentry-agent-registry

mcpsmithery

@Smithery

The Registry for the Agent Economy Discover, verify, and connect with AI agents. The first protocol-aware directory built on the A2A standard.

By Smithery | 122 findings | Scanned 6/4/2026 | tooltrust-scanner/v0.3.13

40 High9 Medium37 Low36 Info

Risk Summary

Needs Approval

Excessive Permissions plus Missing Rate Limits 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 (122)

  • HighAS-002

    ⚠️Excessive Permissions ×37

    tool declares network permission

    a2a_public_discovery_api_agents_public_geta2a_public_agent_card_api_agents_public__agent_id__getlist_agents_api_agents_getsearch_agents_api_agents_search_getlist_categories_api_agents_categories_getget_agent_api_agents__agent_id__getregister_agent_api_agents_register_postsubmit_intake_api_broker_intake_postget_intake_api_broker_intake__intake_id__gettrigger_scan_api_scanner_scan_postget_scan_results_api_scanner_results_getget_mint_info_api_payments_ecash_mint_info_getget_mint_keys_api_payments_ecash_mint_keys_getget_mint_keysets_api_payments_ecash_mint_keysets_getcreate_quote_api_payments_ecash_mint_quote_postcheck_quote_api_payments_ecash_mint_quote__quote_id__getcreate_melt_quote_api_payments_ecash_melt_quote_postsend_ecash_api_payments_ecash_send_postreceive_ecash_api_payments_ecash_receive_postverify_token_api_payments_ecash_verify_postget_payment_profile_api_payments_ecash_profile__agent_id__getupdate_payment_profile_api_payments_ecash_profile__agent_id__putlist_transactions_api_payments_ecash_transactions_getagent_payment_summary_api_payments_ecash_summary__agent_id__getpayment_required_api_payments_ecash_402__agent_id__getlist_ecash_agents_api_payments_ecash_agents_gettrigger_discovery_cycle_api_registry_discover_postdiscover_single_agent_api_registry_discover__agent_id__postget_agent_trust_api_agents__agent_id__trust_getget_card_history_api_agents__agent_id__card_history_getget_registry_stats_api_registry_stats_getclaim_agent_api_agents_claim_postsend_outreach_api_admin_outreach_postget_badge_svg_api_badges__agent_id__svg_getget_badge_json_api_badges__agent_id__json_getget_badge_embed_code_api_badges__agent_id__embed_get

    tool declares exec permission

    register_agent_api_agents_register_post

    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 "token" appears to accept a secret or credential

    send_ecash_api_payments_ecash_send_postreceive_ecash_api_payments_ecash_receive_postverify_token_api_payments_ecash_verify_post

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

    tool declares fs permission

    list_agents_api_agents_getsearch_agents_api_agents_search_getlist_categories_api_agents_categories_getregister_agent_api_agents_register_postsubmit_intake_api_broker_intake_postcreate_quote_api_payments_ecash_mint_quote_postcreate_melt_quote_api_payments_ecash_melt_quote_postget_payment_profile_api_payments_ecash_profile__agent_id__getupdate_payment_profile_api_payments_ecash_profile__agent_id__put

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

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

    a2a_public_discovery_api_agents_public_geta2a_public_agent_card_api_agents_public__agent_id__getlist_agents_api_agents_getsearch_agents_api_agents_search_getlist_categories_api_agents_categories_getget_agent_api_agents__agent_id__getregister_agent_api_agents_register_postsubmit_intake_api_broker_intake_postget_intake_api_broker_intake__intake_id__gettrigger_scan_api_scanner_scan_postget_scan_results_api_scanner_results_getget_mint_info_api_payments_ecash_mint_info_getget_mint_keys_api_payments_ecash_mint_keys_getget_mint_keysets_api_payments_ecash_mint_keysets_getcreate_quote_api_payments_ecash_mint_quote_postcheck_quote_api_payments_ecash_mint_quote__quote_id__getcreate_melt_quote_api_payments_ecash_melt_quote_postsend_ecash_api_payments_ecash_send_postreceive_ecash_api_payments_ecash_receive_postverify_token_api_payments_ecash_verify_postget_payment_profile_api_payments_ecash_profile__agent_id__getupdate_payment_profile_api_payments_ecash_profile__agent_id__putlist_transactions_api_payments_ecash_transactions_getagent_payment_summary_api_payments_ecash_summary__agent_id__getpayment_required_api_payments_ecash_402__agent_id__getlist_ecash_agents_api_payments_ecash_agents_gettrigger_discovery_cycle_api_registry_discover_postdiscover_single_agent_api_registry_discover__agent_id__postget_agent_trust_api_agents__agent_id__trust_getget_card_history_api_agents__agent_id__card_history_getget_registry_stats_api_registry_stats_getclaim_agent_api_agents_claim_postsend_outreach_api_admin_outreach_postget_badge_svg_api_badges__agent_id__svg_getget_badge_json_api_badges__agent_id__json_getget_badge_embed_code_api_badges__agent_id__embed_get

    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

    register_agent_api_agents_register_post:input schema exposes 11 properties (threshold: 10)

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

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

    a2a_public_discovery_api_agents_public_geta2a_public_agent_card_api_agents_public__agent_id__getlist_agents_api_agents_getsearch_agents_api_agents_search_getlist_categories_api_agents_categories_getget_agent_api_agents__agent_id__getregister_agent_api_agents_register_postsubmit_intake_api_broker_intake_postget_intake_api_broker_intake__intake_id__gettrigger_scan_api_scanner_scan_postget_scan_results_api_scanner_results_getget_mint_info_api_payments_ecash_mint_info_getget_mint_keys_api_payments_ecash_mint_keys_getget_mint_keysets_api_payments_ecash_mint_keysets_getcreate_quote_api_payments_ecash_mint_quote_postcheck_quote_api_payments_ecash_mint_quote__quote_id__getcreate_melt_quote_api_payments_ecash_melt_quote_postsend_ecash_api_payments_ecash_send_postreceive_ecash_api_payments_ecash_receive_postverify_token_api_payments_ecash_verify_postget_payment_profile_api_payments_ecash_profile__agent_id__getupdate_payment_profile_api_payments_ecash_profile__agent_id__putlist_transactions_api_payments_ecash_transactions_getagent_payment_summary_api_payments_ecash_summary__agent_id__getpayment_required_api_payments_ecash_402__agent_id__getlist_ecash_agents_api_payments_ecash_agents_gettrigger_discovery_cycle_api_registry_discover_postdiscover_single_agent_api_registry_discover__agent_id__postget_agent_trust_api_agents__agent_id__trust_getget_card_history_api_agents__agent_id__card_history_getget_registry_stats_api_registry_stats_getclaim_agent_api_agents_claim_postsend_outreach_api_admin_outreach_postget_badge_svg_api_badges__agent_id__svg_getget_badge_json_api_badges__agent_id__json_getget_badge_embed_code_api_badges__agent_id__embed_get

    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 agentry-agent-registry"

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)