Install
$ agentstack add skill-widnyana-eyay-toolkits-solana-setup Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Install, update, or verify the solana-onchain-mcp binary.
Review: $ARGUMENTS
Instructions
status (default)
- Check binary exists:
command -v solana-onchain-mcp - If not found — report "solana-onchain-mcp is not installed" and skip to install section.
- If found — get installed version:
solana-onchain-mcp --version - Get latest version:
``bash curl -sf --connect-timeout 5 https://crates.io/api/v1/crates/solana-onchain-mcp | python3 -c "import sys,json; print(json.load(sys.stdin)['crate']['max_version'])" 2>/dev/null `` If network fails: report installed version only, warn that latest check failed.
- Compare versions and report:
- Same: "v{version} is up to date."
- Different: "Installed v{installed}, latest v{latest}. Run /solana-setup update."
install
- Confirm with user which method:
- Prebuilt binary (recommended):
curl -fsSL https://raw.githubusercontent.com/widnyana/solana-onchain-mcp/refs/heads/main/install.sh | bash - Cargo:
cargo install solana-onchain-mcp
- Execute the chosen command.
- Verify:
command -v solana-onchain-mcp && solana-onchain-mcp --version - Report success with binary location and version.
update
- Check installed version:
solana-onchain-mcp --version - Check latest version (same as status step 4).
- If already latest: report "Already up to date."
- If outdated: confirm with user, then:
- Prebuilt: re-run install.sh (always fetches latest)
- Cargo:
cargo install solana-onchain-mcp --force
- Verify new version after update.
Error handling
curlfails: suggest checking internet connection, offer to retrycargonot found: suggest prebuilt method or installing Rust- Permission denied: suggest checking install directory permissions
- Version check fails: still allow install, just can't compare versions
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: widnyana
- Source: widnyana/eyay-toolkits
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.