Solana Security & Mainnet

Solana Security & Mainnet is a skill for Claude Code from widnyana/eyay-toolkits. It costs 39 tokens per session (2,028 once invoked), scanned A, original, MIT.

Security guidance for using Solana, a blockchain network, especially when operating on mainnet, the live network where transactions can involve real money.

In plain words
What is it for?
Use it when planning Solana mainnet operations, assessing risks, or deciding what safeguards to apply before sending funds.
Why use it?
It helps reduce losses from address mistakes, software bugs, and untested transaction workflows. It explains why to test on devnet, use small amounts, and check addresses carefully.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the solana-onchain plugin — 8 skills shipped together

Good fit Use it when planning Solana mainnet operations, assessing risks, or deciding what safeguards to apply before sending funds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/widnyana/eyay-toolkits/solana-security-mainnet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add widnyana/eyay-toolkits --skill solana-security-mainnet
Clone the repo
git clone --depth 1 https://github.com/widnyana/eyay-toolkits

Made for: Claude Code.

Or install solana-onchain, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Solana Security & Mainnet

README.md
[![agentmods](https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/solana-security-mainnet/github.svg)](https://agentmods.dev/skills/widnyana/eyay-toolkits/solana-security-mainnet)
Your own site
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/solana-security-mainnet"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/solana-security-mainnet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Solana Security & Mainnet

Your own site · 80×15
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/solana-security-mainnet"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/solana-security-mainnet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,028 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.02028
Opus 5 $0.00019 $0.01014
Sonnet 5 $0.00008 $0.00406
Haiku 4.5 $0.00004 $0.00203

Measured 11d ago against content hash 5739239b4dc0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Solana Security & Mainnet scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/solana-onchain/skills/solana-security-mainnet/SKILL.md · 267 lines

How it starts

The opening of the file, as written. The whole thing — 267 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Solana Security & Mainnet

This skill provides security guidance and helps users understand the risks and safeguards when working with blockchain networks, especially mainnet operations involving real value.

Core Security Principles

Rule 1: Test on Devnet First

Always test on devnet before mainnet. Devnet has:

  • Free test SOL (no real value)
  • Identical behavior to mainnet
  • Zero financial risk
  • Perfect for learning and testing

Practice: Test every workflow on devnet before attempting mainnet.

Rule 2: Start With Small Amounts

When moving to testnet or mainnet:

  • Send tiny test amounts first (0.01 SOL, not 1 SOL)
  • Verify the address works and receives funds
  • Only increase amounts after successful tests
  • Never send your entire wallet at once

Why: Addresses can be wrong, contracts can have bugs, mistakes happen. Small amounts limit damage.

Rule 3: Verify Addresses Multiple Times

Before sending anything:

  • Copy the address carefully
  • Check it's pasted correctly (no extra characters)
  • Verify the first 4 and last 4 characters match
  • Test with small amount first
  • Only use addresses you trust

Common mistake: Typo in address = funds lost forever (blockchain transactions can't be reversed).

Rule 4: Never Share Private Keys

Your private key is like your password and PIN combined:

  • Never paste it anywhere
  • Never share with anyone, even support
  • Never type it in browsers
  • Keep it in a secure file or hardware wallet
  • If compromised, move funds to a new wallet immediately

If someone has your private key, they control your funds.

Rule 5: Use Dedicated Wallets

Create separate wallets for different purposes:

  • Testing wallet: For devnet/testnet experiments (can lose it)
  • Staging wallet: For small mainnet tests
  • Main wallet: For real funds (store offline if possible)

Why: Limits damage if a wallet is compromised or lost.

Rule 6: Understand Fee Costs

Know what you're paying:

  • Transaction fees: 0.00005 SOL ($0.0001)
  • Token account creation: 0.002 SOL ($0.002)
  • Program interaction: Varies, usually <0.01 SOL
  • Total cost is usually tiny, but not free

Read the full file on GitHub · 267 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 267 lines · 39 tokens per session scan A 5739239b4dc0

Subscribe to this mod's changes

Solana Security & Mainnet is a skill published in the GitHub repository widnyana/eyay-toolkits (7 stars, last pushed 8d ago), licensed MIT. It adds 39 tokens to every session and 2,028 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

web3-protocol-gtm

Go-to-market strategy for web3 builders - protocols, products, services, and solo founders. Use when planning growth for a crypto protocol, building developer community, crafting CT narrative, planning ecosystem partnerships, preparing grant applications, launching tokens, pricing crypto-native products, or growing as…

tenequm/skills · 70 tokens

solana-development

Build, test, deploy, and audit Solana programs with Anchor or native Rust, plus ZK Compression (Light Protocol). Use for Solana contracts, token operations, compute optimization, deployment, program audits, or compressed tokens and PDAs.

tenequm/skills · 53 tokens

x402

Build internet-native payments with x402 - HTTP 402 for on-chain micropayments, no accounts or API keys. Use for paid APIs, paywalled content, agent payment flows, or per-call MCP tools. TypeScript, Python, and Go SDKs across EVM and Solana.

tenequm/skills · 63 tokens

metengine-data-agent

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

sendaifun/skills · 57 tokens

privy-integration

Integrates Privy authentication, embedded wallets, and agent payment protocols into web and agentic apps. Covers React SDK (PrivyProvider, hooks, wagmi), Node.js SDK, smart wallets (ERC-4337), x402 and MPP machine payments, Tempo chain, and agentic wallets with policies. Use when setting up Privy auth, creating…

tenequm/skills · 110 tokens

erc-8004

Build with ERC-8004 Trustless Agents - on-chain agent identity, reputation, validation, and discovery on EVM chains. Use when registering agents on-chain, building agent reputation, or using the Agent0 SDK. Triggers on ERC-8004 and Agent0.

tenequm/skills · 60 tokens