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.
npx skills add mishoko/solidity-auditor-pulse --skill solidity-auditorgit clone --depth 1 https://github.com/mishoko/solidity-auditor-pulseWrote 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.
[](https://agentmods.dev/skills/mishoko/solidity-auditor-pulse/solidity-auditor)<a href="https://agentmods.dev/skills/mishoko/solidity-auditor-pulse/solidity-auditor"><img src="https://agentmods.dev/badge/skills/mishoko/solidity-auditor-pulse/solidity-auditor/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.
<a href="https://agentmods.dev/skills/mishoko/solidity-auditor-pulse/solidity-auditor"><img src="https://agentmods.dev/badge/skills/mishoko/solidity-auditor-pulse/solidity-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.01800 |
| Opus 5 | $0.00021 | $0.00900 |
| Sonnet 5 | $0.00008 | $0.00360 |
| Haiku 4.5 | $0.00004 | $0.00180 |
Grade A, and why
solidity-auditor scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
e. Bash `curl -sf https://raw.githubusercontent.com/pashov/skills/main/solidity-auditor/VERSION` How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Smart Contract Security Audit
You are the orchestrator of a parallelized smart contract security audit.
Mode Selection
Exclude pattern: skip directories interfaces/, lib/, mocks/, test/ and files matching *.t.sol, *Test*.sol or *Mock*.sol.
- Default (no arguments): scan all
.solfiles using the exclude pattern. Use Bashfind(not Glob). $filename ...: scan the specified file(s) only.
Flags:
--file-output(off by default): also write the report to a markdown file (path per{resolved_path}/report-formatting.md). Never write a report file unless explicitly passed.
Orchestration
Turn 1 — Discover. Print the banner, then make these parallel tool calls in one message:
a. Bash find for in-scope .sol files per mode selection
b. Glob for **/references/attack-vectors/attack-vectors.md — extract the references/ directory (two levels up) as {resolved_path}
c. ToolSearch select:Agent
d. Read the local VERSION file from the same directory as this skill
e. Bash curl -sf https://raw.githubusercontent.com/pashov/skills/main/solidity-auditor/VERSION
f. Bash mktemp -d /tmp/audit-XXXXXX → store as {bundle_dir}
If the remote VERSION fetch succeeds and differs from local, print ⚠️ You are not using the latest version. Please upgrade for best security coverage. See https://github.com/pashov/skills. If it fails, skip silently.
Turn 2 — Prepare. In one message, make parallel tool calls: (a) Read {resolved_path}/report-formatting.md, (b) Read {resolved_path}/judging.md.
Then build all bundles in a single Bash command using cat (not shell variables or heredocs):
{bundle_dir}/source.md— ALL in-scope.solfiles, each with a### pathheader and fenced code block.- Agent bundles =
source.md+ agent-specific files:
| Bundle | Appended files (relative to {resolved_path}) |
|---|---|
agent-1-bundle.md |
attack-vectors/attack-vectors.md + hacking-agents/vector-scan-agent.md + hacking-agents/shared-rules.md |
agent-2-bundle.md |
hacking-agents/math-precision-agent.md + hacking-agents/shared-rules.md |
agent-3-bundle.md |
hacking-agents/access-control-agent.md + hacking-agents/shared-rules.md |
agent-4-bundle.md |
hacking-agents/economic-security-agent.md + hacking-agents/shared-rules.md |
agent-5-bundle.md |
hacking-agents/execution-trace-agent.md + hacking-agents/shared-rules.md |
agent-6-bundle.md |
hacking-agents/invariant-agent.md + hacking-agents/shared-rules.md |
agent-7-bundle.md |
hacking-agents/periphery-agent.md + hacking-agents/shared-rules.md |
agent-8-bundle.md |
hacking-agents/first-principles-agent.md + hacking-agents/shared-rules.md |
What ships with it
21 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.
- assets/docs/README.md 462 B
- assets/findings/README.md 663 B
- evals/benchmarks/dodo.md 6.1 KB
- evals/benchmarks/megapot.md 3.5 KB
- evals/benchmarks/pooltogether.md 3.1 KB
- evals/compare.md 2.2 KB
- evals/runner.md 2.7 KB
- README.md 1.1 KB
- references/attack-vectors/attack-vectors.md 108 KB
- references/hacking-agents/access-control-agent.md 1.8 KB
- references/hacking-agents/economic-security-agent.md 2.5 KB
- references/hacking-agents/execution-trace-agent.md 2.7 KB
- references/hacking-agents/first-principles-agent.md 2.0 KB
- references/hacking-agents/invariant-agent.md 2.2 KB
- references/hacking-agents/math-precision-agent.md 2.1 KB
- references/hacking-agents/periphery-agent.md 1.6 KB
- references/hacking-agents/shared-rules.md 2.2 KB
- references/hacking-agents/vector-scan-agent.md 1.3 KB
- references/judging.md 2.8 KB
- references/report-formatting.md 2.7 KB
- VERSION 1 B
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.
- 8d ago First seen · 94 lines · 42 tokens per session scan A cea22a0376b5
solidity-auditor is a skill published in the GitHub repository mishoko/solidity-auditor-pulse (3 stars, last pushed 5mo ago), licensed MIT. It adds 42 tokens to every session and 1,800 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
building-pydantic-ai-agents
Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydanticai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents…
move-bytecode-comprehension
Use when reading or reasoning about compiled Move bytecode or sui move disassemble output. Mental model for the binary format, what survives compilation (and what's lost), and how to read disassembly soundly. Trigger on "what does this package do?", "read this .mv module", "interpret this disassembly", or whenever an…
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
sui-and-move-tools
Use to get bytecode for a deployed Sui package and produce a disassembled working view. One GraphQL call fetches every module's raw bytecode bytes; sui move disassemble (already on the system, running sui prompt) produces .asm files for analysis. Trigger on "fetch this package's bytecode", "get me the .mv for package…
portfolio
Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…
changelog
Update per-package CHANGELOG.md files for a Ratel release. Drafts entries with git-cliff (scoped per package), lets you curate, then writes the CHANGELOGs. Handles both RC entries and GA-graduation collapse (merging X.Y.Z-rc. sections into a single X.Y.Z section). Invoke before tagging a release.