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.runto 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/projectsand~/.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 officialghCLI.
Audit Metadata