ampel-i18n
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the Rust toolchain using the official installer from
sh.rustup.rs. It also facilitates the installation of theampel-i18n-buildertool via the official Rust package registry (crates.io) usingcargo install. - [REMOTE_CODE_EXECUTION]: The installation process involves executing a remote shell script for the Rust environment and compiling/executing the
ampel-i18n-builderbinary. These actions are standard for setting up the required developer environment for localization tasks. - [COMMAND_EXECUTION]: The skill utilizes several CLI commands to automate project localization, including:
cargo installfor tool setup.ampel-i18nfor string extraction, code refactoring, and translation syncing.- System-level commands such as
chmod +xandsudo apt-getfor environment preparation on Linux and macOS systems.
Audit Metadata