solsentry-postdeploy

solsentry-postdeploy is a skill for Claude Code from solsentry/solsentry-mcp. It costs 66 tokens per session (936 once invoked), scanned A, original, MIT.

A skill for post-deployment Solana threat intelligence, using public data about wallets, token launches, and program deployments. Solana is a blockchain network, and post-deployment means checking risks after code or a token has been launched.

In plain words
What is it for?
Use it to check wallets or token mints, assess program deployers and CPI counterparties, trace drained SOL after an incident, monitor deployments, and explore coordinated bot clusters.
Why use it?
It helps assess counterparties and investigate suspicious activity after deployment, when ordinary code checks cannot reveal an operator’s past behavior or where drained funds went.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

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.

agentmods
npx agentmods add skills/solsentry/solsentry-mcp/solsentry-postdeploy
Any agent
npx skills add solsentry/solsentry-mcp --skill solsentry-postdeploy
Clone the repo
git clone --depth 1 https://github.com/solsentry/solsentry-mcp

Made for: Claude Code.

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 solsentry-postdeploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/solsentry/solsentry-mcp/solsentry-postdeploy.svg)](https://agentmods.dev/skills/solsentry/solsentry-mcp/solsentry-postdeploy)
Your own site
<a href="https://agentmods.dev/skills/solsentry/solsentry-mcp/solsentry-postdeploy"><img src="https://agentmods.dev/badge/skills/solsentry/solsentry-mcp/solsentry-postdeploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 936 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00066 $0.00936
Opus 5 $0.00033 $0.00468
Sonnet 5 $0.00013 $0.00187
Haiku 4.5 $0.00007 $0.00094

Measured 5d ago against content hash 1897dc1a82db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

solsentry-postdeploy 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 5d 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.

skills/solsentry-postdeploy/SKILL.md · 89 lines

How it starts

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

SolSentry tracks the operators behind Solana token launches and program deployments — serial rug pull operators, coordinated bot clusters, and malicious wallets. This skill exposes that intelligence to AI agents at the post-deploy stage of a Solana developer workflow.

The skill complements pre-deploy security tooling (auditing, formal verification, secure code generation) by answering the questions that only become relevant after code ships:

  • "Is the wallet about to interact with my program a known rugger?"
  • "Did the deployer of this program have a prior rug history?"
  • "Where did the SOL drained from my LP go?"
  • "Is the operator I'm about to integrate with via CPI clean?"

This skill is bilingual-aware (the underlying alerts and explainer support PT-BR and EN), and all data is sourced from the public REST API at api.solsentry.app — no API key required for read endpoints.

When to load each reference

Load only the reference relevant to the user's current task. Do not load all references at once — they are progressive disclosure files.

Reference Load when
references/threat-intel.md User asks for risk on any wallet or mint — generic lookup, no specific workflow
references/counterparty.md User is integrating with another program (CPI), oracle, or deployer they did not write themselves
references/monitor.md User shipped a program or token and wants ongoing visibility on activity touching it
references/forensics.md User reports an incident — drain, exploit, suspicious flow — and needs post-mortem trace
references/token-launch.md User is preparing to launch their own token and wants to know if it will be flagged or bundled
references/cluster-graph.md User is researching the operator/bot network around a wallet, mint, or scam pattern

Tools (MCP)

These tools are exposed by the @solsentry/mcp server; references describe when and how to invoke them.

Tool Purpose
check_operator Risk profile of a wallet as a token deployer
check_token Risk profile of a token mint
get_network_stats System-wide live stats
explain_risk Plain-English risk summary for any address

Read the full file on GitHub · 89 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 89 lines · 66 tokens per session scan A 1897dc1a82db

Subscribe to this mod's changes

solsentry-postdeploy is a skill published in the GitHub repository solsentry/solsentry-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 936 once invoked, about $0.0003 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

okx-cex-earn

Manages OKX Simple Earn (flexible savings/lending), Flash Earn, On-chain Earn (staking/DeFi), Dual Investment (DCD/双币赢), and AutoEarn (自动赚币) via the okx CLI. Use this skill whenever the user wants to check earn balances, browse flash-earn projects, subscribe or redeem earn products, view or set lending rates, monitor…

okx/agent-trade-kit · 274 tokens

rustchain-mcp

This skill allows Claude Code to interact with the RustChain blockchain, monitor the network, and hunt for bounties.

Scottcjn/rustchain-mcp · 0 tokens

algorand-interaction

Interact with Algorand blockchain via the Algorand MCP server — wallet operations, ALGO/ASA transactions, smart contracts, account info, NFD lookups, atomic groups, Tinyman swaps, Haystack Router best-price swaps, Alpha Arcade prediction markets, Pera asset verification, TEAL compilation, knowledge base. Use when user…

GoPlausible/algorand-mcp · 127 tokens

hive-market-research

Use this skill for any live crypto market question — prices, 24h moves, liquidity, exchange/venue data, OHLC candles, order books, tickers, funding rates, derivatives, trading context — even casual asks like "what's BTC at" or "is ETH pumping". Use it whenever the answer needs current market numbers instead of memory.…

hive-intel/hive-sdk · 109 tokens

hive-query

Default entry point for any live crypto question when Hive MCP is connected — prices, wallets, tokens, DeFi, NFTs, Solana, security, markets, DEX, networks, prediction markets. Use it whenever the answer depends on live or on-chain data instead of answering from memory, even if the user never mentions Hive. Routes…

hive-intel/hive-sdk · 119 tokens

hive-security-risk

Use this skill before the user signs, approves, swaps, connects a wallet to a dApp, or touches an unknown contract, URL, or transaction payload — any "should I sign/approve/ape/connect" moment, even when the user only implies the transaction. Runs token, address, approval, phishing, and simulation risk checks and…

hive-intel/hive-sdk · 103 tokens