Join our Newsletter — 33% off our NHI Course

What breaks when bridge security relies on transaction-level monitoring alone?

Transaction-level monitoring misses attacks where every on-chain call is formally valid. In a bridge exploit, signatures can verify, message formats can look correct, and the release function can execute as intended, while the upstream state is false. Without invariant monitoring across chains, defenders may never see the mismatch between tokens released and tokens actually burned or locked.

Why This Matters for Security Teams

Transaction-level monitoring answers a narrow question: did a given bridge call meet its expected format and signature checks. That is not the same as proving the cross-chain state transition was safe. Bridges fail when security teams watch individual messages but do not continuously validate the relationship between assets locked on one chain and assets released on another. Current guidance suggests that integrity checks must cover the full transfer path, not only the final contract execution.

This is why bridge monitoring needs invariant-based controls, not just event logs. If a release function is triggered by a formally valid message, the transaction can look legitimate while the upstream state is already corrupted. NHI governance research shows why narrow visibility is dangerous in adjacent identity systems too: only 5.7% of organisations have full visibility into their service accounts, and 97% of NHIs carry excessive privileges in Ultimate Guide to NHIs. The pattern is the same: if the control plane cannot see the full lifecycle, the attacker can stay within the rules while breaking the system.

In practice, many security teams discover bridge mismatch only after the loss has already propagated across both chains, rather than through intentional invariant monitoring.

How It Works in Practice

Effective bridge defence treats each transaction as one signal inside a broader state model. Security teams should monitor whether tokens were actually burned, locked, finalised, or reconciled before any release is accepted. That usually means correlating on-chain events across source and destination chains, validating message provenance, and checking whether the bridge still satisfies its expected invariants at runtime. The NIST SP 800-53 Rev 5 Security and Privacy Controls framework is useful here because it reinforces continuous monitoring, integrity, and auditability rather than one-time approval checks.

Operationally, teams should build controls around questions such as:

  • Does the amount released on chain B always reconcile with the amount locked or burned on chain A?
  • Are message retries, replays, and delayed finality handled without allowing duplicate release?
  • Is there alerting for state divergence, not just failed transactions?
  • Are validators, relayers, or signers monitored as privileged infrastructure with separate controls?

That broader view aligns with NHIMG guidance on lifecycle and visibility gaps in NHI systems, especially the need to understand what is happening before secrets, keys, or signing authority are reused. See the NHI Lifecycle Management Guide and Top 10 NHI Issues for the same lifecycle-first logic applied to identity risk.

These controls tend to break down when bridge components span multiple trust domains with inconsistent finality assumptions, because one chain may treat a state as settled while the other still considers it provisional.

Common Variations and Edge Cases

Tighter bridge monitoring often increases operational overhead, requiring organisations to balance stronger assurance against latency, engineering complexity, and false positives. That tradeoff matters because not every bridge architecture exposes the same reconciliation signals.

There is no universal standard for this yet. In some designs, monitoring can be built around mint and burn events. In others, especially where wrapped assets, multisig governance, or off-chain relayers are involved, event logs alone are too thin. Best practice is evolving toward policy checks that validate the state transition itself, not just the transaction envelope. For example, a bridge may show a valid release event while the source chain has already been reorged, or while a malicious relayer has exploited a stale authorization path.

This is also where identity and key governance matter. If relayers, signers, or admin keys are over-privileged or poorly rotated, the monitoring problem becomes an access problem as well. NHIMG research notes that inadequate monitoring and logging is already a major contributor to NHI-related incidents, and that organisations often underestimate how much hidden authority sits behind “normal” automation. Bridge security fails fastest when teams assume every valid call is safe, even though the true risk sits in the state history around it.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-04 Bridge relayers and signers are high-risk non-human identities needing tight lifecycle control.
OWASP Agentic AI Top 10 Runtime trust decisions mirror agentic systems where actions must be validated as they happen.
CSA MAESTRO MAESTRO addresses distributed autonomous workflows that need invariant and policy checks.
NIST AI RMF AI RMF supports runtime governance where formal validity is not enough to ensure safe outcomes.
NIST CSF 2.0 DE.CM-1 Continuous monitoring is essential when transaction logs miss cross-chain state divergence.

Inventory bridge identities, restrict their privileges, and rotate or revoke keys on a short schedule.