st
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the source code for the
sttool from the author's GitHub repository athttps://github.com/tkersey/skills-zig. - [EXTERNAL_DOWNLOADS]: On macOS, the skill attempts to install the tool using a Homebrew tap (
tkersey/tap/st). - [COMMAND_EXECUTION]: Provides a shell function
run_st_toolthat automates the compilation of thestbinary from source using thezig buildcommand. - [COMMAND_EXECUTION]: Installs the compiled binary into the user's local directory at
$HOME/.local/bin/stand assigns executable permissions. - [COMMAND_EXECUTION]: Executes the
stCLI tool with various subcommands (such asinit,add,set-status, anddoctor) to manage plan state in the repository's.step/st-plan.jsonlfile.
Audit Metadata