Armory
Source
Browse
Skills

defi-amm-security

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install defi-amm-security --cli claude

writes the skill into.claude/skills/defi-amm-security/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/defi-amm-security/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math.

When to use it

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math.

How to install / invoke

Vendored from affaan-m/ecc (skills). See the source: https://github.com/affaan-m/ecc/blob/main/skills/defi-amm-security/SKILL.md

Notes

Ingested from the affaan-m/ecc harness library (MIT).