config-gc
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill employs standard shell utilities including
find,grep,du,mv, andcpto perform filesystem audits and maintenance. These commands are restricted to the user's~/.claudedirectory and are used for administrative tasks such as identifying orphaned scripts or creating backups before modifications. - [COMMAND_EXECUTION]: Utilizes
jqto programmatically modifysettings.jsonandsettings.local.jsonto remove redundant permission entries. The skill includes safety best practices such as creating backups (.bakfiles) and logging changes togc_log.mdbefore performing these edits. - [SAFE]: The skill architecture explicitly mandates a 'human-in-the-loop' design, requiring individual confirmation for every proposed deletion and prohibiting autonomous or bulk actions. It implements a 'soft-delete' strategy by renaming or moving files to a temporary
_gc_trashdirectory rather than performing permanent deletions.
Audit Metadata