What problem does it solve? High-risk financial flows like withdrawals, deposits, transfers, and P2P payment changes can ship with missing fee disclosures, unmasked account data, or silent confirmations. This Skill provides a read-only verification checklist to catch those product safety gaps before release. ## Core Features & Use Cases - High-Risk Flow Checklist: Verifies preview-and-confirm behavior for withdrawals, escrow release, security changes, address additions, and P2P payment-method changes. - Disclosure and Masking Rules: Checks that fees, limits, risk copy, and next steps appear before confirmation, and that account, wallet, email, phone, and address data are masked in UI and logs. - Guardrail Test Commands: Points to Flutter guardrail tests for high-risk state primitives, product copy, and notice acknowledgement run from flutter_app/. - Use Case: After modifying the withdrawal flow in the VitTrade Flutter app, run this checklist to confirm the amount and fee summary are separate from the confirm CTA and that acknowledgement uses showVitNoticeSheet instead of a SnackBar. ## Quick Start Verify the withdrawal and deposit flows in the VitTrade Flutter app against the high-risk product checklist and run the guardrail tests.