textual-tui

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE] (SAFE): The analyzed files consist of standard Python source code for building user interfaces. No malicious patterns or bypass attempts were detected.
  • [EXTERNAL_DOWNLOADS] (SAFE): Dependencies mentioned in the documentation (textual, psutil) are reputable, widely-used libraries for UI development and system monitoring.
  • [DATA_EXFILTRATION] (SAFE): Local file access in data_viewer.py and system metric gathering in dashboard_app.py are used strictly for local display within the application and do not involve network transmission.
  • [COMMAND_EXECUTION] (SAFE): No use of dangerous functions such as eval(), exec(), or os.system() with untrusted input was found.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 09:53 PM