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.environ in both main.py and utils.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.environ followed by print(env).
  • In utils.py: env = os.environ followed by eval("print(env)").
Recommendations
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 27, 2026, 09:49 PM