appmod-hooks
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Automated Command Execution: The skill is designed to execute shell commands for version control, specifically using Git to commit changes at defined lifecycle points (e.g., after a task or phase completion). This is a standard practice for maintainability in development workflows.
- File System Interaction: The instructions specify reading from and writing to local project files, such as
project-profile.yamlandboard.md. These operations are used to synchronize progress metadata and update project documentation. - Conditional Logic for Actions: The skill employs conditional execution rules (e.g., checking if all tasks in a phase are complete). This ensures that actions like git commits or SHA pinning only occur when appropriate, which is a common pattern for reliable automation frameworks.
Audit Metadata