Solana by Ackee Blockchain Security
The first Solana extension with built-in static analysis detectors and fuzzing coverage visualization. Catch common security vulnerabilities as you code and see exactly which lines Trident fuzz tests cover, without leaving your IDE. Even experienced developers miss things. Code reviews miss things. Tests miss edge cases. This extension adds an extra pair of eyes - catching common issues in real-time and showing you which paths your fuzz tests actually covered. Part of professional development workflow, not a replacement for good practices. Built-in Static Analysis DetectorsEnhance your Solana development workflow with built-in security scanning. The extension automatically detects common security issues in your Solana programs. Manual Lamports Zeroing: Detects unsafe manual lamports zeroing patterns Missing Check Comment: Identifies critical code sections lacking security check comments Immutable Account Mutated: Identifies when code attempts to modify an account marked as immutable Instruction Attribute Invalid: Detects invalid instruction attributes that could cause runtime errors Instruction Attribute Unused: Finds unused instruction attributes that might indicate logic errors
Missing InitSpace Macro: Catches account creation without proper space initialization
Missing Signer: Alerts when code fails to verify required signers
Sysvar Account: Detects improper sysvar account access methods
Unsafe Math: Identifies mathematical operations that could lead to overflows
Trident Fuzzing Coverage Visualization1. How to Integrate with TridentThe integration is automatic once you have the proper structure:
Commands available:
The extension offers two coverage modes:
2. How to Enable Code Coverage VisualizationThe extension activates when:
Configuration options (in VS Code Settings):
To display coverage, use the guidance on this page. The extension will automatically find coverage reports in
Quick Access Commands
Requirements
Getting Started
Extension Settings
Feedback, help, and newsEnjoy the extension? Consider giving it a review! Get help and give feedback in our Discord Follow Trident on X |






