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.pyand system metric gathering indashboard_app.pyare 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(), oros.system()with untrusted input was found.
Audit Metadata