LICENSE
README.md
pyproject.toml
mobileguard/__init__.py
mobileguard/audit.py
mobileguard/cli.py
mobileguard/contract.py
mobileguard/llm.py
mobileguard/models.py
mobileguard/scanner.py
mobileguard/surface.py
mobileguard/tier.py
mobileguard.egg-info/PKG-INFO
mobileguard.egg-info/SOURCES.txt
mobileguard.egg-info/dependency_links.txt
mobileguard.egg-info/entry_points.txt
mobileguard.egg-info/requires.txt
mobileguard.egg-info/top_level.txt
mobileguard/detectors/__init__.py
mobileguard/detectors/dart.py
mobileguard/detectors/javascript.py
mobileguard/detectors/kotlin.py
mobileguard/detectors/swift.py
mobileguard/rules/__init__.py
mobileguard/rules/app_store.py
mobileguard/rules/code_execution.py
mobileguard/rules/eu_ai_act.py
mobileguard/rules/google_play.py
mobileguard/rules/owasp_mobile.py
mobileguard/rules/privacy_manifest.py
tests/test_audit.py
tests/test_cli.py
tests/test_contract.py
tests/test_rules.py
tests/test_scanner.py
tests/test_surface.py
tests/test_tier.py