Skip to main content

django-cloud-sql-postgres

Facilitates deploying Django applications on Google App Engine with Cloud SQL PostgreSQL, ensuring secure and efficient database connections.

Install this skill

or
75/100

Security score

The django-cloud-sql-postgres skill was audited on Feb 9, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 181

Curl to non-GitHub URL

SourceSKILL.md
181curl -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.14.1/cloud-sql-proxy.linux.amd64
low line 181

External URL reference

SourceSKILL.md
181curl -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.14.1/cloud-sql-proxy.linux.amd64
low line 328

External URL reference

SourceSKILL.md
328**Source**: https://cloud.google.com/sql/docs/postgres/connect-app-engine-standard
low line 334

External URL reference

SourceSKILL.md
334**Source**: https://cloud.google.com/sql/docs/postgres/connect-auth-proxy
low line 340

External URL reference

SourceSKILL.md
340**Source**: https://cloud.google.com/sql/docs/postgres/create-manage-users
low line 346

External URL reference

SourceSKILL.md
346**Source**: https://cloud.google.com/sql/docs/postgres/quotas#connection_limits
low line 352

External URL reference

SourceSKILL.md
352**Source**: https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled
low line 358

External URL reference

SourceSKILL.md
358**Source**: https://cloud.google.com/appengine/docs/standard/serving-static-files
low line 366

External URL reference

SourceSKILL.md
366**Prevention**: Add `CSRF_TRUSTED_ORIGINS = ['https://*.appspot.com']` to settings.py
low line 370

External URL reference

SourceSKILL.md
370**Source**: https://cloud.google.com/sql/docs/postgres/create-manage-databases
low line 376

External URL reference

SourceSKILL.md
376**Source**: https://cloud.google.com/sql/docs/postgres/iam-logins
low line 382

External URL reference

SourceSKILL.md
382**Source**: https://cloud.google.com/sql/docs/postgres/connect-build
low line 394

External URL reference

SourceSKILL.md
394**Source**: https://cloud.google.com/appengine/docs/standard/how-instances-are-managed
low line 422

External URL reference

SourceSKILL.md
422'https://*.appspot.com',
low line 423

External URL reference

SourceSKILL.md
423'https://*.run.app',
low line 827

External URL reference

SourceSKILL.md
827- **Cloud SQL for PostgreSQL**: https://cloud.google.com/sql/docs/postgres
low line 828

External URL reference

SourceSKILL.md
828- **App Engine Python 3**: https://cloud.google.com/appengine/docs/standard/python3
low line 829

External URL reference

SourceSKILL.md
829- **Cloud SQL Auth Proxy**: https://cloud.google.com/sql/docs/postgres/connect-auth-proxy
low line 830

External URL reference

SourceSKILL.md
830- **Django on App Engine**: https://cloud.google.com/python/django/appengine
low line 832

External URL reference

SourceSKILL.md
832- **Secret Manager**: https://cloud.google.com/secret-manager/docs
low line 916

External URL reference

SourceSKILL.md
9163. Check official docs: https://cloud.google.com/python/django/appengine
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →