android-instrumented-testing
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for Android developers to write instrumented tests. It covers common tools such as Compose Test, Espresso, and Hilt Android Rule.
- [DATA_EXPOSURE_&_EXFILTRATION]: No sensitive file paths, credentials, or unauthorized network operations were detected. The skill specifically advises against using a real network during Pull Requests (PRs), which is a security best practice for testing environments.
- [REMOTE_CODE_EXECUTION]: The skill does not perform any remote package installations or script executions. All code snippets provided are standard Android testing boilerplate.
- [OBFUSCATION]: No obfuscation techniques such as Base64, zero-width characters, or homoglyphs were found.
- [PRIVILEGE_ESCALATION]: Mention of permission handling (e.g.,
GrantPermissionRule) is restricted to the context of automated UI testing on Android devices, which is standard functionality and not a security risk. - [DYNAMIC_CONTEXT_INJECTION]: No use of shell command substitution in the skill metadata or body was identified.
Audit Metadata