prisma-postgres-setup
Provision Prisma Postgres for Local Projects
Manual database provisioning and Prisma 7 configuration require several coordinated API, dependency, and migration steps. This skill guides the complete setup and verification workflow.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "prisma-postgres-setup" from https://skillstore.io/skills/prisma-prisma-postgres-setup.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-postgres-setup/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "prisma-postgres-setup". Set up a new database for this empty Node.js project in an available European region.
Expected outcome:
- Created a Prisma project and database in the selected region.
- Configured Prisma 7 files and protected the environment file from Git commits.
- Applied the initial migration and confirmed a successful database connection.
Using "prisma-postgres-setup". Connect my existing Prisma models to a new database without replacing the schema.
Expected outcome:
- Preserved the existing models and configured the new database connection.
- Created migration history after confirmation and generated the Prisma client.
- Verified connectivity, then removed the temporary test file.
Using "prisma-postgres-setup". Provision a database, but stop before deleting anything.
Expected outcome:
Database creation stopped when the workspace limit was reached. Existing projects were listed, and no deletion occurred.
Security Audit
High RiskTen static findings are confirmed: eight executable command spans and two operations involving secret-bearing environment files. Most alerts are Markdown, official Prisma URLs, placeholders, or standard local configuration. Contextual review found unsafe token handling and permanent project deletion, but no prompt injection or unrelated exfiltration.
Confirmed security concerns (5)
Capability review items (8)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (17)
๐ Env variables (23)
โ๏ธ External commands (50)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/prisma-prisma-postgres-setup?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/prisma-prisma-postgres-setup?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-postgres-setup/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/prisma-prisma-postgres-setup.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
prisma. (2026). prisma-postgres-setup security audit report (audit version 10) [Author version 1.1.0]. Skillstore. https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10BibTeX citation
@techreport{prisma-prisma-prisma-postgres-setup-2026,
author = {prisma},
title = {prisma-postgres-setup security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10},
note = {Author version 1.1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "prisma-postgres-setup security audit report (audit version 10)"
version: "1.1.0"
type: report
authors:
- name: "prisma"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10"
identifiers:
- type: other
value: "skillstore:prisma-prisma-postgres-setup:audit:10"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Start a New Prisma Application
Provision a development database, configure Prisma 7, create a starter schema, and verify connectivity.
Standardize Team Setup
Apply one repeatable database and client configuration process across local Node.js projects.
Prepare a Migration Baseline
Connect existing models to a new database and create reviewed migration history for later deployment.
Try These Prompts
Set up Prisma Postgres for this Node.js project. Ask before creating cloud resources, changing files, installing packages, or running migrations.
Provision a Prisma Postgres database in my chosen available region. Configure Prisma 7, add a starter blog schema, then verify the connection.
Connect this existing Prisma 7 codebase to a new Prisma Postgres database. Preserve existing models and create an initial migration after my confirmation.
Audit this repository for Prisma 7 readiness, propose required changes, provision a development connection, migrate safely, and report every local and remote modification.
Best Practices
- Use a short-lived service token and rotate it after setup.
- Review region, project name, schema, and destructive actions before confirmation.
- Keep environment files ignored and inspect migrations before applying them.
Avoid
- Do not paste production credentials into source files or commit environment files.
- Do not delete projects automatically when a workspace limit is reached.
- Do not use schema push when migration history is required.
Frequently Asked Questions
What does this skill create?
Can it work without a service token?
How should credentials be supplied?
Can it connect an existing database?
Can the workflow delete cloud resources?
Which Prisma version does it target?
Developer Details
Author
prismaLicense
MIT
Author version
v1.1.0
Skillstore revision
r2
Repository
https://github.com/prisma/skills/tree/1a9f427e9fe2137298abbcc1a6f372db92e8c40d/prisma-postgres-setupRef
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Maintenance freshness
7/25/2026
Usage
0 downloads ยท 0 views
File structure
๐ references/
๐ api-basics.md
๐ auth.md
๐ endpoints.md
๐ prisma7-client.md
๐ SKILL.md