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, and git rm -r --cached. These are standard operations for the tool's intended purpose.
  • [EXTERNAL_DOWNLOADS]: Invokes npx (Node Package Runner) to run agenteq commands. While npx downloads 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 sync on branch checkouts. This is a documented feature and requires user confirmation before execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 8, 2026, 12:15 AM
Security Audit — agent-trust-hub — refactor-to-agenteq