RD-F-131 red Fork retains upstream audit coverage Upstream Uniswap V2/V3/V4 well-audited, but TRON-substrate adaptations (TRC-20 interface, TVM energy, WTRX/native-TRX, V4 Subscriber+Custom Accounting) constitute new code not covered by upstream audits. No delta-audit confirmed for any TRON-specific changes. Operative V2 surface has zero audit coverage. RD-F-129 yellow Code divergence from upstream (%) V2: <15% divergence estimated (TRON-substrate adaptations: TRC-20, TVM energy, WTRX). V4 adds 6 TRON-specific innovations (Native TRX, Subscriber mechanism) suggesting ~20-30% divergence in peripheral features. Precise % unconfirmable without git-diff across organizations. RD-F-132 n/a Fork has different economic parameters than upstream SUNSwap is a DEX/AMM protocol — no lending collateral-factor or LTV parameters exist. This factor is lending-parameter-focused (LTV, collateral factor deviations from upstream) and is structurally moot for AMM/DEX forks. RD-F-126 green Is-a-fork-of V1/V2 forks Uniswap V2; V3 forks Uniswap V3 (CLMM); V4 forks Uniswap V4 (singleton+hooks); V1.5 forks Curve StableSwap. sunswap-v2-contracts package.json includes @uniswap/v2-core and @uniswap/v2-periphery references confirming upstream lineage.
RD-F-127 green Upstream patch not merged No specific published security patches from Uniswap for V2/V3/V4 core AMM found unmerged in sunswap. Uniswap V2 core has no disclosed critical vulnerabilities. KyberSwap Elastic vulnerability was a KyberSwap-specific divergence, not an upstream Uniswap V3 bug. No specific unpatched upstream vulnerability confirmed.
RD-F-128 green Upstream vulnerability disclosure (last 90d) No public vulnerability disclosure from Uniswap for V2/V3/V4 core AMM in last 90 days (Feb–May 2026). No active GHSA for Uniswap v2-core, v3-core, or v4-core affecting the operative period. Uniswap V4 passed 9 audits + $2.35M security competition.
RD-F-130 green Fork depth (generations from original audit) V2: depth 1 (direct fork of Uniswap V2). V3: depth 1 (direct fork of Uniswap V3). V4: depth 1 (direct fork of Uniswap V4). Operative V2 is depth 1. No intermediate fork layer — all are direct Uniswap forks.
RD-F-133 green Dependency manifest uses unpinned versions V3: OZ 3.4.1-solc-0.7-2 pinned exact; V4: OZ 5.5.0 pinned via postinstall, solmate pinned to specific commit SHA (89365b8...), forge-std v1.12.0 tagged. Security-critical libs are pinned. Hardhat uses caret ranges but is a dev tool.
RD-F-134 green Dependency had malicious-release incident (last 90d) No malicious-release GHSA advisory for OZ 3.4.1, OZ 5.5.0, solmate (specific commit 89365b8), or forge-std v1.12.0 in trailing 90 days (Feb–May 2026). Well-maintained, widely-used libraries with active security monitoring.
RD-F-135 green Shared-library version with known-vuln status V3: OZ 3.4.1-solc-0.7-2 — legacy but no active high/critical GHSA for ERC-20/SafeMath components used in AMM pairs. V4: OZ 5.5.0 — recent version, no active high-severity GHSA. Solmate at specific commit — no known active CVE.