repo-rename

Pass

Audited by Gen Agent Trust Hub on Aug 4, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script uses subprocess.run to execute standard Git and GitHub CLI (gh) commands. These are used to query repository information (git rev-parse, gh repo view), update remotes (git remote set-url), and perform the GitHub rename (gh repo rename). All commands are scoped to the current repository directory and use deterministic arguments based on the user-provided new name.
  • [DATA_EXPOSURE]: The skill reads and updates local AI agent configuration and transcript files located in ~/.claude/projects and ~/.codex/sessions. This is a core part of its stated purpose (maintaining continuity) and is limited to updating file paths and repository name references. No data is sent to external servers other than the GitHub rename command issued via the official gh CLI.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 4, 2026, 08:03 AM
Security Audit — agent-trust-hub — repo-rename