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
Area: Security Hardening
Priority: Medium
Estimated Time: 2.5 hours
Description:
#118added 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,
subinary checks) evolve faster than a staticheuristic list, so this should be revisited periodically rather than treated as done.
Tasks:
IntegrityChecker.kt/IntegrityService.swiftagainstknown modern bypass techniques
where feasible without excessive false positives