moai-domain-cli-tool
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a Go code example (Example 2) that demonstrates using the
os/execpackage to run externaldockercommands for building and pushing images. - [EXTERNAL_DOWNLOADS]: The Node.js API client example (Example 3) uses the
axioslibrary to perform network requests to an external domain (api.example.com). This is documented as a standard pattern for API interaction. - [SAFE]: The skill includes a plugin architecture template in Rust that discovers and identifies shared library files (
.so) in a local directory. This is a standard implementation for modular CLI tools and does not involve untrusted remote sources. - [SAFE]: Extensive documentation and reference links are provided to official repositories and websites of trusted organizations, including the official documentation for Clap, Cobra, Commander, OWASP, and various package registries.
Audit Metadata