cdata-cli-python

Pass

Audited by Gen Agent Trust Hub on Jul 21, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill provides instructions to download Python wheel files (.whl) from the vendor's official repository at https://maven.cdata.com/p/python/. These wheels contain the necessary drivers for connecting to various data sources.
  • [COMMAND_EXECUTION]: The instructions guide the user to install the downloaded wheel using 'pip install'. It also requires running an activation script (install-license.exe or install-license.sh) located within the installed package directory to license the driver on the local machine.
  • [DATA_EXFILTRATION]: While the skill involves network operations via curl, these are limited to fetching official software artifacts from the vendor's domain. No sensitive local data is targeted for exfiltration to unauthorized endpoints.
  • [PROMPT_INJECTION]: The skill demonstrates secure coding practices by explicitly recommending the use of parameterized queries ('qmark' style) to prevent SQL injection when handling user input in Python applications.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 05:28 PM
Security Audit — agent-trust-hub — cdata-cli-python