Appearance
ASTRA Documentation
Abstract Syntax Tree Risk Analyzer (ASTRA) is a forensic accounting tool for your codebase. It goes beyond simple linting to identify architectural decay, security vulnerabilities, and legal liabilities.
Why ASTRA?
- Financial Risk Assessment: We translate code quality into dollar amounts (Technical Debt).
- Deep Analysis: We use Tree-sitter to understand the structure of your code, not just the text.
- Privacy First: All analysis runs locally. Your code never leaves your machine.
Key Features
- God Class Detection: Find files that are too big to fail.
- Bus Factor Analysis: Identify key developers whose departure would cripple the project.
- Secret Scanning: Detect hardcoded API keys using Shannon Entropy.
- License Compliance: Ensure you aren't accidentally using viral licenses (GPL).