moai-cc-hook-model-strategy
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The documentation provides multiple examples of executing local scripts (Python and Bash) through hooks to perform tasks like command validation, status updates, and cleanup.
- [EXTERNAL_DOWNLOADS]: An example for session initialization mentions
uv sync, which is a standard command for managing and installing Python dependencies. - [SAFE]: The skill explicitly includes security-oriented code examples, such as a validation hook that scans for and blocks dangerous patterns including
sudo,rm -rf, andchmod 777. No malicious obfuscation, data exfiltration, or prompt injection patterns were detected.
Audit Metadata