asciinema-player
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches and installs dependencies using the Homebrew package manager.
- Evidence: Uses
brew install --cask iterm2andbrew install asciinemato set up the environment. - [COMMAND_EXECUTION]: Executes system commands to discover files and automate terminal behavior.
- Evidence: Uses
fd,ls, andwcto find and analyze local.castfiles. - Evidence: Utilizes
osascript(AppleScript) to open iTerm2 and execute theasciinema playcommand. - [COMMAND_EXECUTION]: Interpolates file paths and user-provided settings into a shell command executed within an iTerm2 session.
- Evidence: The skill builds a command string
asciinema play -s {speed} {options} {file_path}which is passed to iTerm2 via thewrite textAppleScript command.
Audit Metadata