cross-chain-timing

Audit cross-chain timing and verification for Sui bridges.

276|56|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/PlamenTSV/plamen --skill cross-chain-timing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-chain-timing
Source: https://github.com/PlamenTSV/plamen/tree/main/agents/skills/sui/cross-chain-timing
Command: npx skills add https://github.com/PlamenTSV/plamen --skill cross-chain-timing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-chain timing analysis is required to identify and mitigate exploitation opportunities arising from asynchronous finality between Sui and remote chains.

Core Features & Use Cases

  • Cross-chain messaging audit for Sui bridges (Wormhole, Axelar, LayerZero, Sui Bridge) and inbound/outbound flows.
  • Timing window analysis to quantify potential arbitrage or replay risks across chains.
  • Policy checks for nonce/sequence management, replay protection, and object creation guarantees.
  • Documentation-ready findings suitable for security reviews and design improvements.

Quick Start

Provide an instantiation request with your bridge protocol, source and destination chains, and the specific cross-chain message to analyze.

Frequently Asked Questions about cross-chain-timing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit cross-chain timing risks for Sui bridges?

Cross-chain timing audits for Sui bridges analyze asynchronous finality windows between Sui and remote chains to identify timing-based exploitation risks. Provide your bridge protocol, source, destination, and message to instantiate the review.

What is a timing-based exploitation risk in cross-chain messaging?

Timing-based exploitation risk in cross-chain messaging arises from asynchronous finality between Sui and remote chains, enabling potential arbitrage or replay attacks. Analyzing timing windows quantifies these vulnerabilities across inbound and outbound flows.

Does this analysis cover Wormhole, Axelar, and LayerZero bridges on Sui?

Cross-chain timing analysis covers Wormhole, Axelar, LayerZero, and Sui Bridge. It evaluates VAA verification, inbound and outbound messaging, nonce management, and price relay mechanisms across these supported protocols.

How do I check replay protection and nonce management for Sui bridge messages?

Check replay protection and nonce management for Sui bridge messages by running policy checks on sequence management and object creation guarantees. The audit verifies these rules across chains to ensure messaging security.

What is the best way to document timing window vulnerabilities for a security review?

The best way to document timing window vulnerabilities is generating documentation-ready findings from the cross-chain timing audit. These quantify arbitrage and replay risks, satisfying requirements for VAA verification and design improvements.