skills
AI security audits, pre-audit scans, and fuzz testing for Solidity
All Skills in This Repository (5)
Pure Emerald Level Indicatorssolidity-auditor
Audit Solidity contracts for security vulnerabilities and suggest fixes.
fizz
Generate and run fuzz tests for Solidity smart contracts using Echidna and Medusa.
fizz-convert
Convert English properties from PROPERTIES.md into Solidity assertions and update checkboxes.
fizz-sync
Synchronize the Fizz harness with changed Solidity source trees.
x-ray
Generates pre-audit security reports for Solidity codebases including threat models, entry points, and invariants.
Frequently Asked Questions
FAQPage SchemaHow to install pashov skills?โผ
Run `npx skills add pashov/skills --all -g -y` in your terminal to install all security skills globally.
How to audit Solidity contracts with AI?โผ
Run the solidity-auditor skill on your codebase and 12 specialized agents scan your contracts in parallel, then deduplicate and validate every finding.
How to prepare a protocol for a security audit?โผ
Run the x-ray skill to get a pre-audit report with a threat model, classified entry points, invariants, and a readiness verdict.
Can AI generate a fuzz testing suite for Foundry?โผ
Yes. The fizz skill builds a complete Echidna and Medusa fuzz harness with handlers and properties for any Foundry or Hardhat project.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, GitHub Copilot, and Windsurf.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core