color-converter
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious behaviors detected. The code performs purely mathematical conversions between color spaces using the built-in 'colorsys' library and standard string manipulation.
- [COMMAND_EXECUTION] (SAFE): User-provided color strings are processed through the 'argparse' module and validated with regular expressions. Since the inputs are not passed to a shell or used in dynamic code execution like 'eval', there is no risk of command injection.
- [DATA_EXFILTRATION] (SAFE): The script does not contain any code for network communication or file reading/writing, ensuring that data exposure or exfiltration is not possible.
- [EXTERNAL_DOWNLOADS] (SAFE): No external packages or remote scripts are downloaded or executed during the skill's operation.
Audit Metadata