bubbletea
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and reference materials focus entirely on standard software development practices for TUI applications. This includes managing the Elm architecture (Model, Update, View), proportional layout weighting, and proper terminal-cell measurement.
- [SAFE]: External dependencies referenced in the
components.mdandSKILL.mdfiles (such ascharm.land/bubbletea/v2,charm.land/lipgloss/v2,github.com/charmbracelet/glamour, andgithub.com/mattn/go-runewidth) are well-known, established libraries in the Go TUI ecosystem. - [SAFE]: Code snippets for file operations (
os.Open,os.ReadFile) and environment variable access (os.Getenv) are used for legitimate application purposes such as loading configuration files, detecting terminal capabilities (e.g., WezTerm vs. Windows Terminal), and logging debug information. - [SAFE]: Usage of Unicode escape sequences (
\uFE0F,\uFE0E) and ANSI escape codes (\033) is explicitly documented for the purpose of fixing rendering bugs and calculating display widths accurately, which is a standard requirement for high-quality TUI development.
Audit Metadata