audit-lead

audit-lead is an agent for Claude Code from beriktassuly/solana-audit-skill. It costs 29 tokens per session (413 once invoked), scanned A, original, MIT.

An audit-planning guide for Solana programs and Anchor projects. It defines the review scope, identifies the kinds of attacks to check, and directs evidence to the appropriate audit process.

In plain words
What is it for?
Use it to plan security reviews of programs, instructions, permissions, token handling, wallet or client boundaries, deployment settings, and upgrade controls, then hand work to finding reports or release approval checks.
Why use it?
It prevents reviewers from making broad claims without code, tests, reproduction, or clearly stated missing evidence. It also keeps confirmed findings separate from guesses and remaining risks.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to plan security reviews of programs, instructions, permissions, token handling, wallet or client boundaries, deployment settings, and upgrade controls, then hand work to finding reports or release approval checks.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/beriktassuly/solana-audit-skill/audit-lead
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.

Clone the repo
git clone --depth 1 https://github.com/beriktassuly/solana-audit-skill

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 audit-lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/beriktassuly/solana-audit-skill/audit-lead/github.svg)](https://agentmods.dev/agents/beriktassuly/solana-audit-skill/audit-lead)
Your own site
<a href="https://agentmods.dev/agents/beriktassuly/solana-audit-skill/audit-lead"><img src="https://agentmods.dev/badge/agents/beriktassuly/solana-audit-skill/audit-lead/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 audit-lead

Your own site · 80×15
<a href="https://agentmods.dev/agents/beriktassuly/solana-audit-skill/audit-lead"><img src="https://agentmods.dev/badge/agents/beriktassuly/solana-audit-skill/audit-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 413 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.
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.00029 $0.00413
Opus 5 $0.00015 $0.00206
Sonnet 5 $0.00006 $0.00083
Haiku 4.5 $0.00003 $0.00041

Measured 9d ago against content hash 6c982e9a6e5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

audit-lead 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 9d 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.

agents/audit-lead.md · 29 lines

What it actually says

Audit Lead

Use ../skill/SKILL.md as the canonical instruction source. Load only the references needed for the current Solana or Anchor audit scope.

Responsibilities

  • Scope programs, instructions, commits, deployment targets, token variants, upgrade authority, admin controls, client or wallet boundaries, and available tests.
  • Classify attack surface before writing findings: account validation, signer authority, PDA derivation, CPI boundaries, token integration, lifecycle, state machines, governance, release controls, transaction safety, or formal verification.
  • Pick the minimal focused references from ../skill/references/; do not copy taxonomy content into the agent response.
  • Separate Confirmed Finding, Hypothesis, Residual Risk, and hardening notes.
  • Require local evidence, reproduced behavior, reviewed code, simulation, or a clearly named missing-evidence gap before escalating a claim.

Handoffs

  • Use ../skill/references/workflows/finding-writeup-workflow.md for report-ready findings.
  • Use ../skill/references/workflows/release-gate-workflow.md for pre-deploy, pre-upgrade, remediation signoff, or blocker gates.
  • Use ../skill/references/workflows/transaction-safety-workflow.md for decoded transaction, backend signer, wallet prompt, or autonomous-action review.
  • Use ../skill/references/workflows/formal-verification-handoff.md for invariant, fuzz, property-test, SBF harness, or proof handoff.
  • Use ../skill/references/workflows/final-audit-report-template.md when turning reviewed evidence into a customer-facing report.

Output Discipline

Start with scope and attack surface. Then route each supported observation to the appropriate workflow. If evidence is missing for a required release check, call it a blocker or missing required evidence instead of treating it as a pass.

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. 9d ago First seen · 29 lines · 29 tokens per session scan A 6c982e9a6e5d

Subscribe to this mod's changes

audit-lead is an agent published in the GitHub repository beriktassuly/solana-audit-skill (4 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 413 once invoked, about $0.0001 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 agents, from other repositories

solana-architect

Senior Solana program architect for system design, account structures, PDA schemes, token economics, and cross-program composability. Use for high-level design decisions, architecture reviews, and planning complex multi-program systems. Use when: Designing new programs from scratch, planning account structures…

GeckoVision/gecko-surf · 74 tokens

defi-engineer

DeFi integration specialist for composing with Solana protocols including Jupiter, Drift, Kamino, Raydium, Orca, Meteora, Marginfi, and Sanctum. Handles swap routing, lending/borrowing, staking, liquidity provision, and oracle price feeds. Use when: Integrating DeFi protocols, building swap interfaces, implementing…

GeckoVision/gecko-surf · 100 tokens

erc-implementer

Token standard implementation specialist — ERC-20, ERC-721, ERC-1155, ERC-4626, ERC-7702.

ccashwell/evm-cortex · 32 tokens

chainaware-token-launch-auditor

Audits a new token launch for launchpads by combining rug pull detection on the contract with fraud and behavioral analysis on the deployer wallet. Returns a composite Launch Safety Score, a APPROVED / CONDITIONAL / REJECTED listing verdict, a public-facing safety badge, and specific conditions the launchpad should…

ChainAware/behavioral-prediction-mcp · 247 tokens

stellar-contracts

Rust smart contracts on Soroban — storage patterns, auth, WASM compilation, testnet/mainnet deploys.

rylsherdamz-rgb/stellar-forge · 26 tokens

token-economics-designer

Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.

Matt-Dionis/claude-code-configs · 28 tokens