skill-aws-polly-tts-tool
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to clone a repository from
https://github.com/dnvriend/aws-polly-tts-tool.gitto install the CLI tool. - [COMMAND_EXECUTION]: The installation process involves running
uv tool install ., which executes the tool's setup logic on the local system. - [COMMAND_EXECUTION]: The skill utilizes several CLI commands (
synthesize,list-voices,billing,info) that interact with AWS APIs using the user's local credentials. - [DATA_EXPOSURE]: The
infocommand is designed to display AWS metadata, including the Account ID and ARN. Thebillingcommand accesses AWS Cost Explorer (ce:GetCostAndUsage) to track expenses. These are documented administrative features of the tool and are not considered malicious in this context.
Audit Metadata