root-jailbreak-detection
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains technical documentation and code samples (Kotlin and Swift) designed to help developers identify indicators of rooted or jailbroken mobile environments.
- [SAFE]: The provided code snippets use standard system checks, such as verifying the existence of known binaries (e.g., /system/bin/su, Cydia.app) and testing sandbox constraints (e.g., writing to restricted paths or using fork()). These are common and legitimate techniques for risk assessment in mobile applications.
- [SAFE]: The instructions correctly highlight the limitations of client-side detection and advocate for defense-in-depth strategies, including server-side validation and using detection as a signal for risk scoring rather than an absolute security boundary.
Audit Metadata