uipath-pattern-migration
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/apply_text_migration.pydesigned to perform file system operations. - It utilizes
pathlib,shutil, andargparseto find, read, back up, and modify files based on provided glob patterns and search/replace strings. - The script implements security best practices by including a dry-run mode by default, requiring specific file globs, and automatically creating backups in a
.migration-backupdirectory before any modifications are written. - The instructions in
SKILL.mdfurther enforce safety by directing the agent to use structure-aware tools for non-plain-text files (like XAML or JSON) and prohibiting deletion of compatibility layers until verification is complete.
Audit Metadata