
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.
Smart contract AST generator and static analysis tool supporting Rust (Anchor, native, Stylus) and Solidity (standard, Foundry) frameworks. No bundled scripts — skill is purely instructional for the radar CLI. SKILL.md is well-structured with clear sections, framework-specific examples, DSL reference, and debugging guidance. Clean security profile with no risky patterns.
Niche skill for smart contract security auditors. Well-written instructions but limited audience. No scripts to test — static analysis only. References to external docs (ast-generation.md, usage.md, template-writing.md, dsl-functions.md) suggest a thorough documentation set but those files weren't available for review.