write-a-hook

Pass

Audited by Gen Agent Trust Hub on Jul 7, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill scaffolds new shell scripts by writing to the skills/engineering/memo-hooks/hooks/ directory and subsequently assigning executable permissions using chmod +x.
  • [COMMAND_EXECUTION]: It performs automated modifications to existing project files, specifically memo-hooks/install.sh, memo-hooks/modules/hook-config.sh, and memo-hooks/SKILL.md, to register the new hooks within the project's logic and documentation.
  • [SAFE]: All identified file system operations are restricted to the local project environment and are consistent with the tool's primary function as a developer scaffolding utility.
  • [SAFE]: The generated scripts utilize built-in Python modules (json, os, sys) to manage local JSON configuration files, with no evidence of remote code execution or data exfiltration.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 7, 2026, 02:17 AM
Security Audit — agent-trust-hub — write-a-hook