Protocol Report · Ethereum
DemoThis is a sample report generated from public on-chain data, not a live audit. Run a fresh scan on any address to see current governance state.

Rocket Pool

Critical Risk
Why this score
  • Implementation can be replaced (upgradeable proxy)
  • Multisig controls upgrades
  • No enforced delay found on discovered upgrade paths
  • 2 governance bypass paths detected
Control-Plane Score
12/100
Higher = cleaner
Control plane only · code-layer risk is out of scope

Critical Upgrade Risk Detected

Critical Risk

Upgrades can be executed in 0 seconds. Several paths can bypass the standard governance process.

What this means

The control setup leaves users and monitoring systems very little (or no) time to react if something goes wrong.

Reaction window

0 seconds. No enforced delay before an upgrade takes effect.

Proxy Pattern
Upgradeable Proxy
The implementation logic can be replaced
Who Can Upgrade
Multisig wallet
Multiple signers must approve before any upgrade
Reaction Window
0 seconds
No enforced delay before upgrade execution
Governance Bypass Paths
2 detected
Upgrade routes that may avoid expected governance controls

Key Findings

The main control-plane risks found in this scan, with plain-English impact and remediation.

Critical Risk

No effective upgrade delay

Meaning: Upgrades can be executed immediately. There is no enforced waiting period between an upgrade being proposed and it taking effect on-chain.

Fix: Enforce a meaningful timelock delay (e.g. 24–72 hours) on every upgrade path so users and monitoring systems have time to react.

Critical Risk

Governance bypass paths detected

Meaning: 2 upgrade routes may avoid the expected governance process.

Fix: Audit each alternative path. Remove direct upgrade permissions and ensure every route enforces the same delay and approval requirements.

Structural Risk

Upgradeable proxy detected

Meaning: The protocol logic can be replaced after deployment. This is common, but it makes the safety of the upgrade process critical.

Fix: Document the upgrade process publicly and monitor implementation changes in real time.

Observation

Frequent upgrade activity

Meaning: Frequent upgrades increase dependency on the safety of the upgrade process.

Fix: Maintain a public changelog and monitor implementation changes in real time.

Possible Failure Scenario

A concrete sequence of how this risk could play out. This is illustrative, not a prediction.

This is not a detected exploit. It illustrates the control failure this configuration may allow.

  1. 1Someone with control over a bypass path (a permissioned role, an admin contract, or a stale signer) initiates an upgrade.
  2. 2Because the path bypasses the standard governance process, no public proposal or vote is required.
  3. 3The upgrade reaches the proxy without the usual review window.
  4. 4The new implementation can change protocol behavior: fees, withdrawal rules, ownership, or core logic.
  5. 5Users and monitoring systems may not see the change until it is already live.

Recommended Fixes

5 of 7 recommended fixes still apply to this protocol.

Immediate fixes

Architectural changes that close the most direct risk paths.

  1. 1Remove direct wallet upgrade permissions.Already in place
  2. 2Move upgrade authority to a multisig with a meaningful threshold, such as 3-of-5 or higher.Already in place
  3. 3Add a timelock, such as 24–72 hours, to every upgrade path.
  4. 4Verify that no alternate upgrade path bypasses governance or the timelock.

Operational fixes

Process and monitoring practices that reduce ongoing risk.

  1. 1Monitor implementation changes in real time and alert users on any upgrade.
  2. 2Maintain a public changelog for every upgrade.
  3. 3Document the intended governance and emergency upgrade process.

Evidence

The on-chain data behind the findings above. Switch to Advanced to see raw addresses, blocks, and method-level detail.

Control Map

Who can change the protocol and through which path.

2 externally owned wallets can upgrade the proxy directly.
How to read this map
owns = controls another contract or permission
upgrades = can change the implementation
acl of = has an access-control relationship
upgradesupgradesownsUUPS PROXYUUPS PROXYcontractUpgrade walletUpgrade walleteoaUpgrade walletUpgrade walleteoaOwner (from event)Owner (from event)gnosis safe
upgrades: can change implementationowns: ownership control

Governance Bypass Paths

Upgrade paths that may bypass the expected governance or timelock delay.

Critical Risk

Direct Wallet Upgrade Path (0x3187…C0C8)

What we found

Wallet 0x3187…C0C8 can upgrade with zero delay

Type: externally owned wallet
Impact

This path appears to bypass the expected governance delay. If the wallet is compromised or misused, the implementation can be changed immediately.

Recommended action

Remove direct wallet upgrade authority or place it behind the same multisig and timelock as the standard upgrade route.

Critical Risk

Direct Wallet Upgrade Path (0x43BA…5279)

What we found

Wallet 0x43BA…5279 can upgrade with zero delay

Type: externally owned wallet
Impact

This path appears to bypass the expected governance delay. If the wallet is compromised or misused, the implementation can be changed immediately.

Recommended action

Remove direct wallet upgrade authority or place it behind the same multisig and timelock as the standard upgrade route.

Multisig setup

Several wallets must agree before any change can happen.

Signers required
5 of 9 owners
Add-on modules
None
Transaction guard
None

9 signer addresses hidden. Switch to Advanced to see them.

Other control points found

1 additional permission or admin role detected across the contracts. They aren't part of the main upgrade chain but still allow some level of control. Switch to Advanced to inspect each one.

Upgrade Activity

Recorded implementation or admin changes detected on-chain.

Total upgrades recorded
6
Most recent block
#21,988,183
Latest code change
0xA2f1…FC35 → 0x3B5C…02b0
Trigger source
Not recorded

Per-event detail (block numbers, sender addresses, code addresses) is hidden in Simple view. Switch to Advanced to see all 6 events.

Need this checked for your protocol?

Get a control-plane scan showing who can upgrade your contracts, how fast, and through which paths. Find direct upgrade paths, missing delays, and governance bypasses before they become incident response problems.

Includes authority graph, bypass paths, effective delay, and upgrade history.