
from auditware
Multi-framework AST generator and static analysis tool for smart contracts (Rust/Anchor/Stylus and Solidity/Foundry) with a template DSL for writing detection r
Radar is a static-analysis and AST generation tool for smart contracts across multiple frameworks: Anchor (Solana), native Rust, Stylus (Arbitrum), Solidity, and Foundry projects. It produces AST outputs (via Rust's syn parser) and security findings, and ships a template DSL for writing reusable detection rules. Typical workflow: run radar -p <path> --ast to inspect AST, develop YAML templates that detect patterns with zero false positives, test against bad/good mocks, and contribute templates.
Radar helps security engineers and researchers create precise, test-backed detectors for smart-contract vulnerabilities and to inspect contract structure programmatically across Rust and Solidity ecosystems.
This skill has not been reviewed by our automated audit pipeline yet.