aave-security-foundations

Security baseline for AAVE integration and execution scripts. Use when user asks for AAVE security review, pre-trade checks, liquidation safety, allowance minimization, or execution hardening.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aave-security-foundations" with this command: npx skills add intenxus/aave-ai/intenxus-aave-ai-aave-security-foundations

AAVE Security Foundations

Security-first checklist for AAVE script development and operations.

Threat Areas

  • Over-approval risk: unlimited ERC20 approvals can expose wallet funds.
  • Health factor drift: market volatility can liquidate leveraged positions quickly.
  • Interest rate mode mismatch: stable mode assumptions can fail per asset.
  • RPC/data inconsistency: stale or failing RPC can produce bad decisions.
  • Execution race conditions: quote-time assumptions may be invalid at execution.

Required Pre-Execution Checks

  1. Validate chain/token/account/amount format.
  2. Read reserve status (isActive, isFrozen, borrowingEnabled).
  3. Read account health (healthFactor, availableBorrowsBase).
  4. Enforce HF safety threshold before withdraw and aggressive borrow.
  5. Reject execution if allowance/balance preconditions fail.

References

  • references/audit-checklist.md
  • references/common-failures.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

aave-risk-assessor

No summary provided by upstream source.

Repository SourceNeeds Review
General

aave-integration

No summary provided by upstream source.

Repository SourceNeeds Review
General

aave-viem-integration

No summary provided by upstream source.

Repository SourceNeeds Review