Skip to content
/ sebi Public

Deterministic static analysis and preflight safety checks for Stylus WASM contracts.

Notifications You must be signed in to change notification settings

Qeyphen/sebi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEBI — Stylus Execution Boundary Inspector

SEBI is a deterministic, static analysis engine for Stylus-compiled WASM smart contracts.

It inspects WebAssembly binaries before deployment to detect execution-boundary risks such as unbounded memory growth, dynamic dispatch, and potentially unbounded control flow — without executing the contract or relying on chain state.

SEBI is designed to run both as a standalone CLI and as a CI preflight safety check, producing stable, explainable reports that help developers, auditors, and infrastructure providers reason about execution safety before deployment.

About

Deterministic static analysis and preflight safety checks for Stylus WASM contracts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages