solana-security
Installation
SKILL.md
Solana Security (Sealevel)
Scope
Use this skill for:
- Solana program auditing (Anchor/native)
- Solana account model pitfalls
- Solana-focused fuzzing / tooling / security references
Key Concepts
- Account model (mutable accounts, ownership, rent/exempt)
- Program Derived Addresses (PDA) and seeds
- Cross-Program Invocation (CPI) security
- Signer vs authority checks
- Serialization, discriminators, and account layout assumptions
Common Bug Classes
Related skills
More from gmh5225/awesome-web3-security
smart-contract-security
Guide for EVM/solidity smart contract security work: vulnerability taxonomy, review workflow, and where to place resources in README.md.
18mev-security
Guide for MEV concepts, common attacks, mitigations, and how to organize MEV-related resources in README.md.
12wallet-security
Guide for wallet security topics: MPC/TSS, key management, wallet UX security, phishing, and how to categorize related resources in README.md.
11awesome-web3-security-overview
Guide for understanding and contributing to the awesome-web3-security curated resource list. Use this skill when adding resources, organizing categories, or maintaining README.md consistency (no duplicates).
10web3-security-tooling
Guide for security tooling (analyzers, fuzzers, decompilers, compilers) and consistent placement in README.md.
8