appmod-hooks
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Standard Command Execution: The skill performs shell commands specifically for Git operations, such as committing changes when project phases are completed. These are standard developer workflow tasks intended for version control and state management.
- File System Interaction: The skill manages local project state by reading and writing to files like
project-profile.yamlandboard.md. These operations are used to sync progress timestamps, increment counters, and log task status within the user's workspace. - Prompt Context Interpolation: Data extracted from the
project-profile.yamlfile is used to provide context for task dispatch prompts. This is a common design for maintaining stateful agents, and maintaining the integrity of this local configuration file ensures consistent behavior.
Audit Metadata