aws-transform
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Operating System and Tool Checks: The skill uses normal shell commands to verify system requirements, such as running
uname -s, checking versions viaaws --version, and evaluating AWS session states withaws sts get-caller-identityto ensure compatibility before running tasks. - External Script References: Standard installation wrappers are highlighted for official runtimes or system tools, including references to Rust setup scripts (
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh) and AWS modernization assets (curl -fsSL https://transform-cli.awsstatic.com/install.sh | bash), which align with documented multi-language workspace requirements. - Workspace Cleanup: Standard filesystem housecleaning commands, such as removing session logs, shell runners, and process trackers (
find ~/.aws/atx/custom/atx-agent-session ... -delete), are integrated to prepare standard project directories before execution phases.
Audit Metadata