What problem does it solve? Smart contract vulnerabilities like reentrancy and broken access control can lead to catastrophic fund loss, and manual security review of every Solidity file is slow and error-prone. This Skill automates the security audit of the SENTINEL protocol's contracts. ## Core Features & Use Cases - Automated Contract Scanning: Scans all .sol files in the project for common vulnerability classes. - Vulnerability Detection: Checks for reentrancy, access control flaws, signature issues, integer overflow, and front-running risks. - Focused Reporting: Produces an AUDIT_REPORT.md containing only High severity findings so teams can prioritize critical fixes. - Use Case: Before deploying the SENTINEL registry, scoring, or payment contracts to Flare, run this audit to catch critical vulnerabilities and document them in a report for the team. ## Quick Start Run the sentinel-audit skill to scan all Solidity contracts in this project and generate an audit report with high-severity findings.