What problem does it solve?
This Skill helps security engineers and developers validate proposed attack vectors against smart contracts, preventing misinterpretation and duplicate findings during audits.
Core Features & Use Cases
- Attack hypothesis validation: Assess whether a user-proposed exploit is actually feasible within the codebase.
- Context-aware analysis: Read project documentation and prior issues to avoid false positives and respect design decisions.
- Structured verdicts: Produce clear outcomes (CONFIRMED, PARTIAL, NOT EXPLOITABLE, KNOWN ISSUE, BY DESIGN) with rationale and references.
- Use Case: You suspect a reentrancy pattern; provide the hypothesis and the skill will trace the path, check guards, and deliver a verdict and next steps.
Quick Start
Provide a written attack hypothesis to Weasel, e.g., "Is there a reentrancy vulnerability after balance updates?" and request a verdict along with a suggested next step (PoC or report). This will instruct the tool to begin context gathering, code reading, and threat analysis.