perl-environment-setup
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the perlbrew installation script from the official domain https://install.perlbrew.pl.
- [REMOTE_CODE_EXECUTION]: Uses the common installation pattern of piping a remote script from install.perlbrew.pl directly to bash for execution. This is the standard installation method for this well-known Perl management utility.
- [COMMAND_EXECUTION]: Provides a comprehensive set of commands for interacting with the local shell and file system to manage Perl environments, including:
- Modifying shell configuration files (~/.bashrc, ~/.zshrc, ~/.config/fish/config.fish) to source environment variables.
- Installing Perl versions and modules using perlbrew and cpanm.
- Creating and managing isolated library environments.
- [EXTERNAL_DOWNLOADS]: Includes instructions to clone the plenv and perl-build repositories from GitHub.
Audit Metadata