tianxiabachang-perspective
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
install.shscript fetches a ZIP archive of the repository fromhttps://github.com/momozi1996/momozi-ai-book/archive/refs/heads/main.zipto install the skill library. - [COMMAND_EXECUTION]: The
readme.mdfile suggests an installation method using a shell pipeline (curl | bash). The associatedinstall.shscript performs file system operations, including directory creation (mkdir), file extraction (unzip), and copying contents (cp) to the user's local skills directory (~/.stepclaw/skills). These actions are standard for the intended installation process of this library.
Audit Metadata