icon

MobSFScan

mobsfscan is a static analysis tool (SAST) that can find insecure code patterns in your Android and iOS source code. Supports Java, Kotlin, Android XML, Swift and Objective C Code. mobsfscan uses MobSF static analysis rules and is powered by semgrep and libsast pattern matcher.

Configuration information and troubleshooting information are available on the mobsfscan repository at https://github.com/MobSF/mobsfscan

Similar steps

This step runs detekt gradle task on your project.

Runs Instrumented tests on an existing APK

Runs Lint on your Android project source files and detects potential syntax errors to keep your code error free.

This step runs your Android project's unit tests.