textual-data-display
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate documentation resource and code library for developing Terminal User Interfaces (TUI). All provided code snippets use standard and safe programming patterns within the Textual framework.
- [PROMPT_INJECTION]: The skill provides templates for rendering data into UI widgets like DataTable and Tree, which creates a surface for indirect prompt injection. This risk is inherent to the skill's purpose of displaying data and is mitigated by the trusted nature of the content.
- Ingestion points: Data is passed to widgets via methods like
table.add_row()andlist_view.append()inSKILL.md. - Boundary markers: Not explicitly present in the display templates.
- Capability inventory: The skill utilizes
Bash,Read,Write, andEdittools. - Sanitization: Input data sanitization is not demonstrated within the UI code examples.
Audit Metadata