simple-formatter-redux
Fail
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: HIGHDATA_EXFILTRATIONREMOTE_CODE_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: In utils.py, the script accesses
os.environand useseval("print(env)")to output the environment variables to the standard output. This can lead to the exposure of sensitive data like API keys, tokens, and system configuration. - [REMOTE_CODE_EXECUTION]: The script uses the
eval()function to execute code from a string. This is a high-risk practice that can be leveraged to execute arbitrary and potentially malicious commands on the host system.
Recommendations
- AI detected serious security threats
Audit Metadata