Source evidence
Show the exact code location, relevant state and external-call context behind a finding.
Platform / 02 Review
Prioritized findings with source locations, confidence, ownership, suppressions, and remediation context.
Prioritized findings with source locations, confidence, ownership, suppressions, and remediation context. The result remains inspectable by developers and enforceable by security teams.
@externaldef set_fee(new_fee: uint256): assert new_fee <= MAX_FEE log FeeUpdated(old_fee, new_fee) self.fee = new_feeReviewers can now trace every fee-policy change on-chain.
Show the exact code location, relevant state and external-call context behind a finding.
Keep detector evidence separate from severity so reviewers know what the analyzer has established.
Assign review responsibility and retain status, reason, and decision history.
Record who accepted a finding, why it was accepted, and when that decision expires.
Preview eligible corrections without hiding the original security context.
Group related advisories and prioritize review paths instead of generating repetitive alerts.