kudosity-setup
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a guide for setting up an account and configuring environment variables for the Kudosity messaging service.
- [COMMAND_EXECUTION]: Provides example shell commands for users to manually configure their environment (
export) and verify connectivity usingcurl. These commands target official service endpoints (api.transmitmessage.com,api.transmitsms.com). - [CREDENTIALS_UNSAFE]: Instructions explicitly advise against hardcoding credentials in source files and recommend the use of environment variables or
.envfiles (added to.gitignore), which follows standard security best practices.
Audit Metadata