zepp-os-settings-storage
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation correctly identifies the need for the
device:os.local_storagepermission when accessing on-device storage, demonstrating adherence to the platform's security model. - [SAFE]: Instructions for data synchronization between the phone's settings UI and the watch device correctly describe a multi-step process (phone storage -> side service -> messaging -> watch storage), which encourages proper architectural separation rather than unsafe direct access.
- [SAFE]: All code examples use standard platform APIs (
@zos/storage,@zos/fs,settingsStorage) as documented by the official vendor. No external or untrusted dependencies are introduced. - [SAFE]: The skill focuses on local data persistence and UI configuration. There are no instances of remote code execution, obfuscation, or network operations to non-whitelisted domains.
Audit Metadata