hooks-builder
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The file provides templates for shell command execution via a 'hooks' feature. The examples (logging to
~/.claude/audit.log, runningosascriptfor notifications, or checkinggit branch) are standard administrative tasks and do not involve unsanitized user input or dangerous system calls. - [DATA_EXPOSURE] (SAFE): The examples interact with the local filesystem for logging purposes (e.g., writing to
~/.claude/sessions.log). They do not attempt to read sensitive files (like SSH keys or AWS credentials) or exfiltrate data to remote servers. - [REMOTE_CODE_EXECUTION] (SAFE): No remote scripts are downloaded or executed. All commands described are intended to be run locally as part of the agent's legitimate hook system.
- [NO_CODE] (SAFE): This file is a Markdown template and does not contain any executable scripts or self-installing code that would run without manual user configuration.
Audit Metadata