multiversx-property-testing
π―Skillfrom multiversx/mx-ai-skills
Automatically discovers edge cases and potential bugs in MultiversX smart contract logic through property-based testing and random input generation.
Part of
multiversx/mx-ai-skills(8 items)
Installation
npx openskills install multiversx/mx-ai-skillsnpx skills install multiversx/mx-ai-skillsnpx openskills install multiversx/mx-ai-skills -ggit clone https://github.com/multiversx/mx-ai-skills.git .ai-skillsSkill Details
Use property-based testing and fuzzing to find edge cases in smart contract logic. Use when writing comprehensive tests, verifying invariants, or searching for unexpected behavior with random inputs.
More from this repository7
Provides expert-level insights and technical guidance for MultiversX protocol architecture, sharding mechanisms, and cross-shard transaction design.
Clarifies MultiversX development requirements by asking targeted, specific questions to resolve ambiguities, prevent misunderstandings, and guide precise technical implementation.
Identifies and analyzes critical security and upgradeability risks in MultiversX smart contract version changes, focusing on storage layout, key modifications, and safe upgrade patterns.
Analyze and optimize MultiversX WASM binaries for contract deployment, debugging runtime errors, and reducing binary size.
Verifies MultiversX smart contract implementations match specifications, whitepapers, and MIP standards through rigorous compliance checks.
Performs comprehensive static analysis on MultiversX Rust and Go code to identify security vulnerabilities and potential risks through automated grep patterns and manual review techniques.
Generates custom Semgrep rules to automatically detect MultiversX-specific security patterns and coding violations across Rust codebases.