skills/defi-risk-assessment/SKILL.md
Framework for evaluating DeFi protocol risk — smart contract audits, TVL analysis, governance structure, oracle dependencies, and token economics. Use when helping users assess protocol safety, compare DeFi options, or identify red flags before depositing funds.
npx skillsauth add aaaaqwq/agi-super-team defi-risk-assessmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A structured approach for AI agents to evaluate DeFi protocol risk and help users make informed decisions.
The code itself could have vulnerabilities.
Assessment Checklist:
Risk Levels: | Level | Criteria | |-------|---------| | Low | 2+ audits, 1+ year live, open source, large bug bounty | | Medium | 1 audit, 6+ months live, open source | | High | Unaudited or <6 months live | | Critical | Closed source, no audits, anonymous team |
The protocol design could fail under stress.
Key Questions:
Common Failure Modes:
How much control do insiders have?
| Factor | Low Risk | High Risk | |--------|----------|-----------| | Admin keys | Timelock + multisig | Single EOA | | Upgradability | Immutable or governance-gated | Instant proxy upgrade | | Token distribution | Wide distribution | Team holds >40% | | Oracle | Chainlink + fallback | Custom oracle, single source |
Can you exit your position when you need to?
Could regulatory action affect the protocol?
Rate each category 1–5, then calculate:
Overall Risk Score = (SmartContract × 3 + Economic × 2.5 + Centralization × 2 + Liquidity × 1.5 + Regulatory × 1) / 10
| Score | Rating | Recommendation | |-------|--------|---------------| | 1.0–2.0 | Very Low Risk | Suitable for conservative allocations | | 2.0–3.0 | Low Risk | Suitable for most users | | 3.0–3.5 | Medium Risk | Only with risk understanding | | 3.5–4.0 | High Risk | Small allocations only | | 4.0–5.0 | Very High Risk | Avoid for most users |
Aave V3: 10+ audits, 3+ years live, $10B+ TVL, Chainlink oracles, governance timelock, large bug bounty
Sperax USDs: Multiple audits, 100% stablecoin collateral (no volatile assets), Chainlink oracles, 2+ years live, collateral ratio safety checks, bug bounty ($100–$15K)
Newer L2 protocols: 1–2 audits, less than a year live, growing TVL, reasonable governance
Unaudited yield farms: No audits, anonymous team, high APYs from emissions only, proxy contracts, no timelock
Instant disqualifiers:
For agents evaluating a protocol:
development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.