prisma-next-quickstart
Start Prisma Next with a Working Database
New and existing projects need a clear path to their first Prisma Next query. This skill guides setup, connection, contract inference, and verification.
Остановитесь и запросите подтверждение перед установкой.
Проверьте план и получите явное согласие пользователя перед изменением файлов.
Установить с помощью моего Агента
Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.
Review the Skillstore skill "prisma-next-quickstart" from https://skillstore.io/skills/prisma-prisma-next-quickstart.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-next-quickstart/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.
Ресурсы для AI-агентов
Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.
Протестировать
Использование «prisma-next-quickstart». I cloned a Prisma Next project. What should I do first?
Ожидаемый результат:
The project uses the PostgreSQL target and a PSL contract under the Prisma source directory. Next, verify the connection and round-trip one existing model.
Использование «prisma-next-quickstart». Help me use Prisma Next with an existing database.
Ожидаемый результат:
The brownfield path will infer a draft contract from the live schema. Review model names and constraints before emitting, signing, and verifying it.
Использование «prisma-next-quickstart». Initialization worked, but my first query fails.
Ожидаемый результат:
- Confirm the database variable exists without displaying its value.
- Verify the configured contract path and emitted artifacts.
- Check marker status and database drift before changing the contract.
Аудит безопасности
Высокий рискMost static findings are false positives caused by Markdown backticks, documentation links, and ordinary Prisma environment configuration. Confirmed risks are direct .env inspection, passing DATABASE_URL through command arguments, and default CLI telemetry.
Подтверждённые проблемы безопасности (3)
Пункты проверки возможностей (3)
Это реальные локальные возможности, которые могут ожидаться для этого навыка, поэтому они требуют проверки, но не считаются подтверждённым вредоносным поведением.
Факторы риска
⚙️ Внешние команды (50)
🌐 Доступ к сети (3)
📁 Доступ к файловой системе (2)
Поделиться и цитировать этот отчет
Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.
Копировать ссылку на отчёт
https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportЗначок Markdown
[](https://skillstore.io/skills/prisma-prisma-next-quickstart?utm_source=security_passport_badge)Значок HTML
<a href="https://skillstore.io/skills/prisma-prisma-next-quickstart?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-next-quickstart/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Встраиваемая карточка
<iframe src="https://skillstore.io/embed/skills/prisma-prisma-next-quickstart.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Академические ссылки (APA · BibTeX · CFF)
Цитата APA
prisma. (2026). prisma-next-quickstart security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1Цитата BibTeX
@techreport{prisma-prisma-prisma-next-quickstart-2026,
author = {prisma},
title = {prisma-next-quickstart security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "prisma-next-quickstart security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "prisma"
date-released: "2026-08-17"
url: "https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1"
identifiers:
- type: other
value: "skillstore:prisma-prisma-next-quickstart:audit:1"
description: "Skillstore immutable audit report identifier"
Оценка Skillstore
Почему такая оценка Достоверность доказательств: СреднийЧто вы можете построить
Orient a Scaffolded Project
Review an existing Prisma Next scaffold and complete its first database round trip.
Create a New Project
Initialize Prisma Next, configure the database, and verify the starter contract.
Adopt an Existing Database
Infer a contract from a live schema, review it, and sign the database marker.
Попробуйте эти промпты
Review this Prisma Next project and identify my adoption path. Explain the contract location, then guide my first database round trip.
Set up Prisma Next in this project for [postgres or mongodb] using [psl or typescript]. Preserve existing files and verify the starter model.
Guide Prisma Next adoption for my existing [database type] database. Infer the contract, pause for review, then emit, sign, and verify it.
Audit this Prisma Next setup for contract paths, generated artifacts, runtime wiring, environment presence, marker status, and drift. Propose the smallest corrective sequence.
Лучшие практики
- Read the project configuration and contract before proposing commands.
- Complete one write-read cycle before expanding the data model.
- Review inferred contracts before signing an existing database.
Избегать
- Do not expose environment values while checking database configuration.
- Do not edit generated contract artifacts by hand.
- Do not use development schema synchronization for production releases.