Skip to content

Add Root/Jailbreak Detection Coverage for Newer Bypass Techniques #272

Description

@maugauwi-hash

Area: Security Hardening
Priority: Medium
Estimated Time: 2.5 hours

Description:
#118 added basic jailbreak/root heuristics (IntegrityChecker.kt / IntegrityService.swift).
Root-hiding modules (Magisk Hide/Zygisk, Shadowsocks-style hook frameworks) and jailbreak tweaks
that patch common detection checks (file-existence, su binary checks) evolve faster than a static
heuristic list, so this should be revisited periodically rather than treated as done.

Tasks:

  • Review current detection heuristics in IntegrityChecker.kt/IntegrityService.swift against
    known modern bypass techniques
  • Add supplementary signals (e.g., unexpected writable system paths, suspicious installed packages)
    where feasible without excessive false positives
  • Add a changelog/versioning note so this list has an owner for future revisits
  • Add tests for any new heuristics added

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions