skills/openharmonyinsight/openharmony-skills/ohos-dev-distributed-mmi-uinput-virtual-device/Gen Agent Trust Hub
ohos-dev-distributed-mmi-uinput-virtual-device
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate development and testing guidelines for OpenHarmony's input subsystem. All code snippets involve standard Linux/OpenHarmony APIs for virtual device management (
/dev/uinput) and system diagnostics (hidumper). - [COMMAND_EXECUTION]: The skill includes a shell script for capturing diagnostic data. It uses the
hidumperutility, which is a standard tool for inspecting system service status on OpenHarmony. The use of$TEST_BINis typical for a test runner script intended for local development environments. - [DATA_EXPOSURE]: The skill writes temporary status and log files to
/data/local/tmp/. This is a standard directory for non-persistent development data on OpenHarmony/Android-based systems and does not involve the handling or exfiltration of sensitive user credentials or private information.
Audit Metadata