Kensei

Kensei

4.0 · 0 ratings
Free — Download from Mac App Store
v1.4 · Updated 2 months ago · 0 Bytes · Released May 2021

How do you feel about this app?

Key Features

Filters & Effects
Task Management
💻 Code Editor
🗜️ Archive / Compress
💾 Backup & Restore
Kensei

About Kensei

Kensei is a free SAST tool for mobile Flutter applications (SAST stands for Static Application Security Testing). Kensei runs locally and detects security issues in your source code. Below are some examples of issues that can be detected. Network configuration issues: + disabled ATS (iOS). + allowed clear text traffic (Android). Binary protection misconfigurations, decreasing resilience to a reverse engineering: + enabled debuggable mode, + disabled ARC, + disabled PIE, + disabled PIC. Sensitive data protection issues that can lead to non-authorized access to data: + enabled backup mode. + vulnerability to task hijacking attack. Security misconfiguration issues: + vulnerable 3rd party libraries. + outdated 3rd party libraries.