ghostling-libghostty-terminal
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation includes instructions to clone the project repository from GitHub (ghostty-org/ghostling). It also demonstrates how to fetch the libghostty-vt binary from the official project domain (release.files.ghostty.org) and the Raylib library from its official GitHub repository via CMake FetchContent. These are recognized as legitimate sources for the respective technology projects.
- [COMMAND_EXECUTION]: The skill provides standard build instructions utilizing CMake, Ninja, and Zig. Additionally, the code examples include the use of the
execlsystem call to launch a shell process (e.g., /bin/sh) within a PTY environment, which is the standard and necessary implementation for terminal emulation software.
Audit Metadata