refactor-to-agenteq
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Executes several command-line tools to perform its primary function:
npx agenteq detect,npx agenteq init,npx agenteq sync, andgit rm -r --cached. These are standard operations for the tool's intended purpose. - [EXTERNAL_DOWNLOADS]: Invokes
npx(Node Package Runner) to runagenteqcommands. Whilenpxdownloads packages from the public npm registry if not present, this is the standard distribution method for this tool and is considered safe for developer-centric skills. - [PERSISTENCE]: Modifies repository configuration by adding git hooks (e.g., Husky, Lefthook, or native git hooks) to automate
agenteq syncon branch checkouts. This is a documented feature and requires user confirmation before execution.
Audit Metadata