simple-formatter-redux
Fail
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: HIGHDATA_EXFILTRATION
Full Analysis
- [DATA_EXFILTRATION]: The application explicitly prints the entire contents of
os.environin bothmain.pyandutils.py. Environment variables are a common location for storing sensitive secrets such as API tokens, database credentials, and private keys. Printing this information to the console constitutes a significant data exposure risk. - In
main.py:env = os.environfollowed byprint(env). - In
utils.py:env = os.environfollowed byeval("print(env)").
Recommendations
- AI detected serious security threats
Audit Metadata