automate-zero-native
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill facilitates the use of shell commands, including
zig buildand variouszero-native automatesubcommands. These operations are restricted to local development tasks, such as listing windows, taking screenshots, and reloading the WebView within the project's environment. - Local Data Communication: It employs a file-based inter-process communication (IPC) mechanism located in
.zig-cache/zero-native-automation/. This approach keeps automation data local to the development environment without involving external network operations. - Indirect Data Processing: The
snapshotcommand retrieves the state of a running WebView. While this data originates from the application, the skill's instructions focus on inspection rather than executing logic from the captured snapshot, which reduces the profile for potential indirect instruction interference.
Audit Metadata