What problem does it solve? Smart contracts that consume oracle price feeds often contain exploitable flaws such as stale price acceptance, missing L2 sequencer checks, and flash-loan-manipulable spot prices. This Skill gives auditors a systematic detection playbook for finding these oracle integration vulnerabilities before attackers do. ## Core Features & Use Cases - Seven Detection Patterns: Covers stale price data, deprecated Chainlink functions, L2 sequencer downtime, decimal precision mismatches, spot price manipulation, oracle revert DoS, and heartbeat mismatches. - Vulnerable vs Secure Code Examples: Each pattern includes Solidity snippets showing the dangerous implementation alongside the hardened fix, plus grep-based search patterns to locate issues in a codebase. - Severity-Ranked Checklist: A ten-point audit checklist and severity classification (Critical/High/Medium) to prioritize findings. - Use Case: While auditing a lending protocol on Arbitrum, use this Skill to verify the price feed checks updatedAt freshness, validates the sequencer uptime feed, and handles decimal scaling dynamically. ## Quick Start Audit the Solidity contracts in this repository for oracle vulnerabilities using the oracle detection patterns and produce an Oracle Integration Matrix.