AWS CLI
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages the official
aws-clibinary to manage Amazon Web Services infrastructure, including S3, EC2, IAM, and Lambda.- [PROMPT_INJECTION]: The skill ingests metadata from cloud environments which could contain untrusted data such as resource tags or names. - Ingestion points: Output from AWS service commands like
aws ec2 describe-instancesandaws iam list-usersin SKILL.md. - Boundary markers: The skill does not define specific delimiters for separating command output from instructions.
- Capability inventory: Shell command execution capabilities via the
awsCLI tool. - Sanitization: Recommends using
--output jsonfor structured data processing, reducing the risk of unsafe parsing.
Audit Metadata