solana-indexer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited solana-indexer (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Routes to the right reference based on intent. Read only the section you need; the references are designed for progressive loading.
| Intent | Read first |
|---|---|
| "I need to build an indexer for X" | references/indexer-architecture.md — decision tree for the right approach |
| "Geyser / Yellowstone gRPC / Rust plugin" | references/geyser-plugins.md |
| "Postgres schema for [swaps / NFTs / pools / vaults]" | references/postgres-schemas.md |
| "How do I backfill [N days] of historical data" | references/backfill-strategies.md |
| "Real-time WebSocket / gRPC streaming patterns" | references/real-time-streaming.md |
| "Reduce RPC costs / credit usage" | references/cost-optimization.md |
| "Test my indexer" | references/testing-indexers.md |
| "Run in production — slot lag, alerts, failover" | references/production-ops.md |
| "Where are the official docs" | references/resources.md |
See examples/ for runnable code:
examples/minimal-indexer-ts/ — 100-line TypeScript indexer using Helius webhooks → Postgres. Runnable against devnet.examples/geyser-plugin/skeleton/ — Rust Geyser plugin skeleton (filter ProgramSubscribe → batched Postgres writes).examples/subgraph-template/ — The Graph subgraph manifest for Solana (compressed subgraph).Activate when:
Do NOT use for:
ext/solana-dev/frontend-framework-kit)ext/solana-dev/programs/)ext/helius (for using Helius APIs inside the indexer), ext/sendai/skills/quicknode (for using QuickNode), ext/cloudflare (for deploying the indexer on Workers)ext/sendai/skills/quicknode or ext/helius.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.