dotnet-terminal-gui
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate technical guide for using the Terminal.Gui v2 library in .NET development. The provided code snippets for application initialization, layout management, and event handling follow standard library usage patterns and do not contain malicious logic or hidden commands.
- [EXTERNAL_DOWNLOADS]: The skill references the official
Terminal.GuiNuGet package (version 2.0.0-alpha.*) inSKILL.md. This is the standard and expected dependency for the functionality described in the skill, and it originates from the official maintainers of the project. - [INDIRECT_PROMPT_INJECTION]: The documentation in
SKILL.mddefines UI components such asTextFieldandTextViewwhich act as ingestion points for untrusted user input. While this creates a potential surface for indirect prompt injection if an agent later processes this input as instructions, the skill itself provides only UI framework guidance and does not perform any unsafe operations with the input data.
Audit Metadata