Skip to content

Commit 7a03d6a

Browse files
authored
Update security-tools.mdx (#1594)
Add description of Certora security.
1 parent e157dfe commit 7a03d6a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/tools/developer-tools/security-tools.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ A static code analysis tool built to assist Soroban developers and auditors in i
1616
Almanax is an AI security engineer designed to help teams prevent hacks.
1717

1818
Almanax uses LLMs to identify complex security vulnerabilities in both smart contracts and conventional code. It also integrates with CI/CD pipelines to automatically flag issues before code reaches production.
19+
20+
### [Certora Sunbeam](https://docs.certora.com/en/latest/docs/sunbeam/index.html)
21+
22+
Sunbeam is a formal verification tool developed by Certora for Soroban smart contracts on the Stellar blockchain. Designed specifically for WebAssembly (Wasm) bytecode, Sunbeam verifies the deployed contract code—not just the Rust source—eliminating the need to trust the Rust compiler. Developers write correctness properties using a lightweight spec language embedded in Rust, and Sunbeam rigorously checks that the compiled Wasm upholds those properties.

0 commit comments

Comments
 (0)