naming-improve
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard command-line utilities such as
find,grep,ripgrep(rg), andjqvia shell scripts to perform static analysis of source files and configuration manifests. - [SAFE]: All operations are performed locally on the user's filesystem without any identified remote network requests or external code downloads.
- [SAFE]: The skill incorporates robust safety mechanisms, such as mandating the creation of Git checkpoints before refactoring and providing clear rollback instructions (
git reset --hard HEAD) in case of errors. - [SAFE]: User input provided via the
$ARGUMENTSvariable is handled using standard shell quoting practices in the provided analysis scripts to prevent common command injection vulnerabilities during file discovery. - [SAFE]: The skill provides detailed, language-specific naming conventions for TypeScript, Python, and Go, focusing entirely on improving code maintainability through semantic analysis.
Audit Metadata