cdata-cli-java
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads JDBC drivers and dependencies from the vendor's official Maven repository (https://maven.cdata.com/p/jdbc/).
- [COMMAND_EXECUTION]: Utilizes the cdatacli command-line tool for driver activation and management, which is consistent with the skill's purpose.
- [SAFE]: Code examples demonstrate the use of PreparedStatement for SQL queries, which is the recommended method for preventing injection attacks.
- [SAFE]: The instructions explicitly warn against hardcoding secrets and recommend using environment variables or external configuration files for sensitive credentials.
Audit Metadata