display-access
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [Dependency Management]: The skill references official dependencies such as
com.meta.wearable:mwdat-display. These are standard libraries provided by the vendor for wearable device integration. - [Credential Security]: The instructions recommend using Gradle manifest placeholders or
local.propertiesfor sensitive values likeAPPLICATION_IDandCLIENT_TOKEN. This is a recommended security practice to prevent secrets from being hardcoded in the source code. - [Network and Permissions]: The skill requests standard Android permissions including
android.permission.INTERNETandandroid.permission.BLUETOOTH. These are appropriate for the skill's stated purpose of connecting to wearable devices and fetching remote media assets. - [External Content Handling]: The code snippets demonstrate fetching images and video content via HTTPS URLs. This is standard functionality for mobile applications and uses secure transport protocols.
Audit Metadata