cmd-code-cleanup
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a structured framework for code maintenance. Analysis of the instructions shows no attempts at prompt injection, data exfiltration, or obfuscation.
- [COMMAND_EXECUTION]: The use of
grepis suggested for identifying unreferenced functions and imports within the local project directory. These are routine development operations for a code cleanup tool and are performed locally. - [CREDENTIALS_SAFE]: Code examples correctly demonstrate the use of settings objects for sensitive information (e.g.,
settings.PRIVATE_KEY) rather than hardcoding values, which is consistent with security best practices for handling secrets in code.
Audit Metadata