Ecosystem
Tools
Misti

Misti

Misti (opens in a new tab) is a static program analysis tool that supports Tact.

What is Misti?

  • Static Program Analysis: Misti analyzes code without executing it, scanning for bugs and security flaws (opens in a new tab) by examining the structure and syntax. This approach catches issues early, preventing them from reaching production.
  • Custom Detectors: Customize Misti to your specific needs by creating custom detectors (opens in a new tab). This helps identify vulnerabilities that generic tools might miss, ensuring a thorough review of your code.
  • CI/CD Integration: Integrate (opens in a new tab) Misti into your CI/CD pipeline to ensure continuous code quality checks, catching issues before they make it to production.

Resources