sort-redirects
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local File Modification: The skill executes a PowerShell script that modifies JSON files on the local file system.
- The script uses
Get-ContentandSet-Contentto read and update files specified by the user. - This is a standard operation for file-processing utilities but requires that the user provides paths to the intended files.
- Repository Context Discovery: The script contains logic to identify the root directory of a Git repository.
- It traverses parent directories looking for a
.gitfolder to resolve relative file paths correctly. - This behavior ensures that the script operates within the intended project scope.
Audit Metadata