Tongateway
Analysis
Review before installing: this is a disclosed TON wallet/DEX integration, but it can store wallet credentials and let an agent spend funds from an autonomous agent wallet without per-transfer approval.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
If the agent malfunctions or is compromised, it can spend all funds in the Agent Wallet without approval.
The artifacts explicitly describe a no-approval autonomous spending path for an agent-controlled wallet, which is high-impact financial mutation authority.
"command": "npx", "args": ["-y", "@tongateway/mcp"]
The documented setup runs an external npm MCP package, and the provided artifact set does not include that package code. This is disclosed and purpose-aligned, but it is important because the package handles wallet operations.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`~/.tongateway/token` | JWT session token | Persists authentication across restarts ... `~/.tongateway/wallets.json` | Agent wallet signing keys | Only created if you deploy an Agent Wallet
The skill stores persistent session credentials and, in autonomous mode, signing keys that grant ongoing authority over wallet-related actions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"AGENT_GATEWAY_API_URL": "https://api.tongateway.ai"
The MCP server is configured to communicate with an external Tongateway API service for wallet-related operations, creating a third-party data boundary that users should understand.
