analyze

open suspend override fun analyze(context: Context): Double

Determines if the device has been tampered with by checking for root management APK files.

This method searches for the presence of known root management application APK files in system directories. If any of these files are found, it indicates the device has been rooted or compromised.

Return

A confidence score where: - 1.0 indicates root management APK files were detected - 0.0 indicates no root APK files were found

Parameters

context

The Android context (not used in this implementation but required by interface)