# Evm Audit General

> General Solidity/EVM security checklist — non-obvious footguns that apply to every smart contract. Covers external calls, force-feeding, pause mechanisms, read-only reentrancy, merkle trees, code asymmetry, multicall hazards, and general EVM quirks. Load this for EVERY audit.

- Skill: `austintgriffith/evm-audit-general` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add austintgriffith/evm-audit-general`
- Raw SKILL.md: https://api.skillmd.com/api/skills/austintgriffith/evm-audit-general/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: austintgriffith (https://skillmd.com/u/austintgriffith)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/austintgriffith/evm-audit-general

---


# EVM Audit — General Solidity/EVM Footguns

Load this for **every** EVM smart contract audit. These items are non-obvious issues that apply universally.

## Reference Files
- `references/checklist.md` — Full dense checklist

