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 iterm2 and brew install asciinema to set up the environment.
  • [COMMAND_EXECUTION]: Executes system commands to discover files and automate terminal behavior.
  • Evidence: Uses fd, ls, and wc to find and analyze local .cast files.
  • Evidence: Utilizes osascript (AppleScript) to open iTerm2 and execute the asciinema play command.
  • [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 the write text AppleScript command.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 03:47 AM