declaudify-repo
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs repository maintenance by moving and renaming files (e.g., from
CLAUDE.mdtoAGENTS.md). It uses a shell script for these operations which follows best practices such as creating backups and supporting a dry-run mode. - [COMMAND_EXECUTION]: The skill executes a local bash script
scripts/declaudify.shto perform file system operations. The script uses standard utilities likeawkfor text substitution andfindfor file discovery. It does not perform any network operations, access sensitive system paths outside the repository, or execute untrusted code.
Audit Metadata