aws-aurora
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates secure coding practices by using parameterized queries and placeholders (e.g., $1, :id) in its database interaction examples, which effectively prevents SQL injection.
- [SAFE]: It correctly advises against hardcoding sensitive information, instead showing how to use environment variables and AWS Secrets Manager for managing database credentials and connection strings.
- [SAFE]: The documentation includes standard operational patterns for serverless environments, such as using RDS Proxy and IAM database authentication, which enhance the overall security posture of the database connections.
- [SAFE]: The example for running database migrations using shell commands is a standard practice and is provided for educational purposes within the context of a migration lambda script.
Audit Metadata