ToolTrust
C30/100
Smithery

aarna-ai-atv

mcpsmithery

@Smithery

AI-native access to aarna's tokenized yield vaults on Ethereum and Base. 20 tools for vault discovery, performance metrics, transaction building, and portfolio tracking.

By Smithery | 27 findings | Scanned 5/15/2026 | tooltrust-scanner/v0.3.9

6 High2 Medium19 Info

Risk Summary

Needs Approval

Dep Visibility plus Secret Handling 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 (27)

  • HighAS-010

    🔑Insecure Secret Handling ×6

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

    build_deposit_tx

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

    build_withdraw_txbuild_unqueue_withdraw_tx

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

    build_queue_withdraw_tx

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

    build_queue_withdraw_tx

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

    build_redeem_withdraw_tx

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

    tool declares db permission

    get_vault_balanceget_total_tvl

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

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

    list_vaultsget_vaultget_vault_navget_vault_tvlget_vault_apybuild_deposit_txbuild_withdraw_txget_deposit_statusget_withdraw_statusget_queue_withdraw_statusbuild_stake_txbuild_unstake_txbuild_queue_withdraw_txbuild_unqueue_withdraw_txbuild_redeem_withdraw_txget_vault_balanceget_historical_navget_total_tvlget_user_investments

    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 aarna-ai-atv"

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)