SkillAgentSearch skills...

Vipers

🕶 Assorted checks and validations for writing safer Solana programs.

Install / Use

/learn @saber-hq/Vipers
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vipers 😎

Crates.io License Build Status Contributors Code Coverage

<p align="center"> <img src="/images/banner.png" /> </p> <p align="center"> Assorted checks and validations for writing safer Solana programs. </p>

Motivation

Solana's fee mechanism is unlike Ethereum's, in that the number of bytecode instructions executed does not add to the cost of a transaction. Due to this, it is wise to design Solana code with excessive safety checks in order to minimize the chance of exploits.

This library provides several utilities for Anchor programs to validate account structs and check for invariants.

Support

For support, join the Saber Discord at chat.saber.so!

License

Apache 2.0

View on GitHub
GitHub Stars137
CategoryContent
Updated7mo ago
Forks27

Languages

Rust

Security Score

87/100

Audited on Aug 29, 2025

No findings