zig
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for Zig language development. It instructions the agent to check the local environment version using standard commands like
zig versionand to read project manifest files such asbuild.zig.zonto ensure API compatibility. - [COMMAND_EXECUTION]: The skill mentions executing standard build and test commands (
zig build test,zig build run). These are legitimate development actions for a programming language assistant and do not involve unauthorized privilege escalation or suspicious network activity. - [DATA_EXPOSURE]: No sensitive file access or data exfiltration patterns were detected. The file access is limited to project configuration files necessary for determining the Zig version.
Audit Metadata