bubbletea
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Includes instructions to download the Bubble Tea framework and its ecosystem (Bubbles, Lip Gloss) from well-known repositories.
- Evidence:
go get github.com/charmbracelet/bubbletea,go get github.com/charmbracelet/bubbles,go get github.com/charmbracelet/lipgloss. - [COMMAND_EXECUTION]: Provides standard Go CLI commands for dependency management and application setup.
- Evidence:
go getcommands and references togo runworkflows. - [SAFE]: The skill provides standard boilerplate and architectural guidance for building Go-based terminal applications.
- The network operation (
http.Get) used in the example code is a standard demonstration of the framework's command system and uses a placeholder domain (api.example.com).
Audit Metadata