mobsfscan is a static analysis tool for finding insecure code patterns in Android and iOS source code. It supports Java, Kotlin, Swift, and Objective-C. Version 0.4.5 released April 2025. Release cadence: irregular.
pip install mobsfscanNo compatibility data collected yet for this library.
Scans the given directory for insecure code patterns. Outputs results to console.
Use subprocess to call mobsfscan, or use the underlying semgrep rules directly.
Ensure semgrep 1.86.0 is installed. Run: pip install 'semgrep==1.86.0'
Upgrade to Python 3.8+.
Use the --json or --sarif output to integrate with other tools and filter results.
pip install semgrep==1.86.0
pip install mobsfscan
No dependency data recorded yet.