Compiler-aware semantics
Use matching Vyper compiler semantics when available and report honest fallback health when they are not.
Platform / 01 Analyze
Compiler-aware source analysis, project context, verification signals, and explicit semantic health.
Compiler-aware source analysis, project context, verification signals, and explicit semantic health. 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.
Use matching Vyper compiler semantics when available and report honest fallback health when they are not.
Resolve contracts, interfaces, internal calls, external call targets, state writes, and project relationships.
Separate supported and experimental rules so default reviews optimize signal rather than detector count.
Bring configured unit and fuzz results into the same release evidence.
Resolve verified source and preserve chain and compiler context for investigation.
Emit terminal, JSON, SARIF, Markdown, and standalone HTML without changing the underlying finding record.