connect
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill strictly adheres to security best practices by instructing the agent to never hardcode credentials and instead use environment-managed secrets.
- [SAFE]: All connection examples include mandatory SSL configuration (e.g.,
sslmode=verify-full,rejectUnauthorized: true), which ensures encrypted communication and server identity verification. - [SAFE]: The external hostnames referenced (e.g.,
pg.us-east-1-aws.motherduck.com) belong to the official vendor infrastructure for MotherDuck. - [SAFE]: The skill recommends standard, well-known libraries for database connectivity (
duckdb,psycopg2,pg,sqlalchemy) and provides clear, non-malicious instructions for their setup and usage.
Audit Metadata