solsentry
v0.0.1
Published
Official namespace for SolSentry — Solana operator-risk threat intelligence. Thin, dependency-free client over the public REST API.
Maintainers
Readme
solsentry
Official npm namespace for SolSentry — Solana operator-risk threat intelligence.
RugCheck tells you a fire is burning. SolSentry tells you who lit it.
Dependency-free client over the public REST API. No API key required.
Install
npm install solsentryUse
import { stats, operator, predictions } from "solsentry";
await stats(); // live platform metrics
await operator("<wallet>"); // operator-level risk profile
await predictions("<mint>"); // per-mint verdict history — auditableRequires Node 18+ (uses native fetch).
Looking for more?
This package is a minimal REST client. The richer, actively developed distributions are scoped:
| Package | What it is |
|---|---|
| @solsentry/mcp | MCP server + TypeScript SDK — operator intel for AI agents (Claude, Cursor) |
| @solsentry/guard | Pre-sign transaction guard — program safety, address-poisoning screen, signature-phishing decode |
Python: pip install solsentry
What SolSentry is
Most Solana security tooling scores a token. SolSentry profiles the operator behind it — the wallets, the funding paths, the deployment patterns — using ALife evolutionary agents over an operator graph built from public on-chain data.
Every verdict is auditable per-mint at /v1/predictions/{mint}. Live metrics are never hardcoded in docs — read them from the API:
curl https://api.solsentry.app/v1/statsOfficial channels
Anything not listed here is not us.
- Web: solsentry.app
- API: api.solsentry.app/v1
- GitHub: github.com/solsentry
- X: @solsentryai
- Telegram: t.me/solsentryai
- SNS:
solsentry.sol
License
MIT
