redshift-guide
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- Security Best Practices: The skill explicitly includes a 'Security Considerations' section that promotes the use of HTTPS, SSL/TLS for database connections, and at-rest encryption via AWS KMS.
- SQL Injection Awareness: The provided code recipes (shell and Python) include explicit warnings and recommendations regarding SQL injection risks when interpolating user input into identifiers like table names.
- Least Privilege Guidance: The documentation provides clear instructions on scoping IAM roles to specific S3 buckets and prefixes, rather than using broad permissions, which aligns with security best practices.
- Credential Management: The guide encourages the use of AWS Secrets Manager and temporary IAM credentials (DbUser) over hardcoded passwords, which is a key security practice for database access.
Audit Metadata