cloudflare-hyperdrive
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely educational and template-driven. It contains markdown documentation, shell scripts for version checking, and TypeScript templates for database drivers (pg, postgres.js, mysql2) and ORMs (Drizzle, Prisma).
- [COMMAND_EXECUTION]: Several helper scripts (
check-versions.sh,local-dev-setup.sh) use standard bash commands for local environment setup and dependency verification. These are utility scripts intended for the developer's local environment and do not perform malicious operations. - [EXTERNAL_DOWNLOADS]: The documentation references official Cloudflare, Prisma, and Drizzle repositories and documentation. These are well-known, trusted sources used for fetching configuration bundles (like AWS RDS CA certificates) and official documentation.
- [REMOTE_CODE_EXECUTION]: The skill provides instructions for installing standard database drivers and CLI tools via
npm installandnpx wrangler. All suggested packages are official, industry-standard libraries. - [DATA_EXPOSURE]: The skill includes best-practice advice on secret management, specifically recommending the use of
.env.localfiles and environment variables to avoid committing credentials to version control.
Audit Metadata