github re-analysis due

Agonx402/agon-gateway-agentic

github

MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.

maintainer
Agonx402
license
first seen
2026-06-03
last seen
2026-06-03
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport stdio · http verified reported listed in the official MCP registry counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit 853d1ac · analyzer v17 · 3d ago

skills & prompt files 3

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 8

  • fs Ryvonetwork-ryvo-agentic-853d1ac/agent-wallet/ryvo-wallet.js :4 const fs = require("node:fs");
  • fs Ryvonetwork-ryvo-agentic-853d1ac/cli/ryvo-gateway.js :6 const fs = require("node:fs");
  • fs Ryvonetwork-ryvo-agentic-853d1ac/install.js :4 const fs = require("node:fs");
  • fs Ryvonetwork-ryvo-agentic-853d1ac/mcp/server.js :4 const fs = require("node:fs");
  • fs Ryvonetwork-ryvo-agentic-853d1ac/protocol-cli/ryvo-protocol.js :4 const fs = require("node:fs");
  • fs Ryvonetwork-ryvo-agentic-853d1ac/protocol-mcp/server.js :4 const fs = require("node:fs");
  • fs Ryvonetwork-ryvo-agentic-853d1ac/scripts/cleanup-agentcash-desktop.js :7 const fs = require("node:fs");
  • fs Ryvonetwork-ryvo-agentic-853d1ac/scripts/cleanup-ryvo-desktop.js :8 const fs = require("node:fs");

shell / exec 4

  • shell Ryvonetwork-ryvo-agentic-853d1ac/cli/ryvo-gateway.js :4 const childProcess = require("node:child_process");
  • shell Ryvonetwork-ryvo-agentic-853d1ac/install.js :7 const childProcess = require("node:child_process");
  • shell Ryvonetwork-ryvo-agentic-853d1ac/mcp/server.js :8 const childProcess = require("node:child_process");
  • shell Ryvonetwork-ryvo-agentic-853d1ac/scripts/cleanup-ryvo-desktop.js :11 const { execSync } = require("node:child_process");

network 2

  • net Ryvonetwork-ryvo-agentic-853d1ac/cli/ryvo-gateway.js :380 const response = await fetch(request.url, init);
  • net Ryvonetwork-ryvo-agentic-853d1ac/mcp/server.js :442 const response = await fetch(url, init);