aws-sdk-java-v2-rds

Pass

Audited by Gen Agent Trust Hub on Sep 14, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as a legitimate technical guide for AWS RDS management with the AWS SDK for Java 2.x, providing appropriate code snippets and architecture patterns.- [SAFE]: External dependencies specified in the Maven configuration (software.amazon.awssdk:rds and org.postgresql:postgresql) are well-known, versioned, and sourced from trusted official repositories.- [SAFE]: Secret management practices illustrated in the code examples avoid hardcoding sensitive information, instead demonstrating the use of environment variables and AWS Secrets Manager for database credentials.- [SAFE]: Security-centric configuration is emphasized in the provided examples, including the enforcement of SSL for database connections, enabling storage encryption, and disabling public accessibility for database instances.- [SAFE]: SQL interaction examples utilize PreparedStatements with parameter binding, which is the standard defense against SQL injection vulnerabilities.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 09:08 PM
Security Audit — agent-trust-hub — aws-sdk-java-v2-rds