skills/openharmonyinsight/openharmony-skills/ohos-dev-distributed-mmi-ram-rom-measurement/Gen Agent Trust Hub
ohos-dev-distributed-mmi-ram-rom-measurement
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to execute diagnostic commands on a target OpenHarmony device using the
hdc(OpenHarmony Device Connector) tool, such ashidumper --mem,cat /proc/PID/smaps, andreadelffor binary analysis. - [COMMAND_EXECUTION]: The skill involves high-privilege system operations, specifically remounting the root filesystem as read-write (
mount -o rw,remount /) and replacing system.solibraries. These operations are explicitly identified as destructive test operations and are gated behind instructions requiring user approval and the creation of backups. - [SAFE]: The Python scripts provided in the reference files are simple, local utility scripts designed to parse system-generated diagnostic files (smaps) and do not perform any network operations or suspicious data handling.
- [SAFE]: The skill's behavior and required permissions are consistent with its stated purpose of performance measurement and system-level development for the OpenHarmony operating system.
Audit Metadata