Platform / 02 Review

Put evidence next to the code.

Prioritized findings with source locations, confidence, ownership, suppressions, and remediation context.

02Connected platform workflow
VyperLanguage-native context

Built into the release workflow.

Prioritized findings with source locations, confidence, ownership, suppressions, and remediation context. The result remains inspectable by developers and enforceable by security teams.

● ● ●curve-vault / pull / 284 Open
feature/fee-policyGuard withdrawal accounting
+42 −8
118@external
119def set_fee(new_fee: uint256):
120 assert new_fee <= MAX_FEE
121 log FeeUpdated(old_fee, new_fee)
122 self.fee = new_fee
V
Vyper Guardcompleted in 48s
Passed
Release policy4 / 4 checks
Compiler semantics availablePASS
No new supported findingsPASS
Protocol rules satisfiedPASS
Resolved in this PR
Administrative fee update lacked an event

Reviewers can now trace every fee-policy change on-chain.

missing_event_emissionHIGH CONFIDENCE
Release 1.12.0Ready to merge
02.1

Source evidence

Show the exact code location, relevant state and external-call context behind a finding.

02.2

Confidence and maturity

Keep detector evidence separate from severity so reviewers know what the analyzer has established.

02.3

Finding ownership

Assign review responsibility and retain status, reason, and decision history.

02.4

Reviewed suppressions

Record who accepted a finding, why it was accepted, and when that decision expires.

02.5

Bounded remediation

Preview eligible corrections without hiding the original security context.

02.6

Concise triage

Group related advisories and prioritize review paths instead of generating repetitive alerts.

Vyper Guard / Review

Bring review into every release.