starship
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official Starship installation script at 'https://starship.rs/install.sh'. As Starship is a well-known and established open-source technology project, this is considered a safe and standard reference for its intended purpose.
- [REMOTE_CODE_EXECUTION]: The skill documents the standard installation procedure for Linux users by piping the official install script directly to the shell ('curl -sS https://starship.rs/install.sh | sh'). This is the documented installation method provided by the Starship project and is considered safe when originating from the official domain.
- [COMMAND_EXECUTION]: The documentation includes examples of modifying shell configuration files ('
/.bashrc', '/.zshrc', and '~/.config/fish/config.fish') to initialize the prompt. These are standard procedures for shell prompt customization. - [COMMAND_EXECUTION]: The skill provides a configuration example for a 'custom' module that executes 'docker ps -q | wc -l | tr -d ' '' to count running containers. This is a functional example of the tool's intended extensibility.
Audit Metadata