Versioned security assessment

Report ID: SA-EBDFE608

7/23/2026, 5:51:52 PM

prisma-postgres security assessment v8

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: codex Latest published report
Skill name
prisma-postgres
Version
v7.7.0
Maintainer
prisma
Coverage
5 Files scanned · 476 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Highest confirmed finding severity

High

2 confirmed security findings require attention.

Installation context

Check the current Skill page

This page summarizes report evidence only. The Skill page provides the canonical install advisory.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Static matches for database URLs, environment variables, official Prisma endpoints, and Markdown backticks are benign documentation examples rather than secret collection or command injection. The source contains no prompt injection or unauthorized exfiltration behavior. Separate semantic review identified unpinned npm execution and API keys passed in command arguments as risks requiring remediation.

Report position

Latest published report

Latest refers to the report sequence, not to artifact currentness.

Audit attestation

Active attestation

A public attestation is available for this exact report.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

5 Files scanned · 476 Lines analyzed

2 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Commit and path bound

  2. Artifact

    Content and tree hashes bound

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 7 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Observed in 8 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 38 evidence locations

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (2)

RISK-001 High
Unpinned npm Package Execution
The skill repeatedly recommends npx with @latest, including -y, so future package contents can execute without version review.
The cited commands explicitly fetch current npm releases, and -y removes confirmation for the Prisma CLI examples.
RISK-002 High
API Key Exposed in Process Arguments
Examples place an API key directly in process arguments. Shell history, process listings, CI logs, or debugging output can expose the credential.
Both cited examples pass the API key through a visible command-line flag, a standard exposure path for process arguments.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    High
    Commands execute npm packages through unpinned @latest tags, and some Prisma CLI examples suppress confirmation with -y.
    Pin reviewed package versions, publish expected integrity details, and require user confirmation before downloaded packages execute.
  2. FIX-002
    High
    Non-interactive link examples place an API key directly in command-line arguments.
    Use interactive authentication or a supported environment, standard input, or secure CI secret mechanism. Explicitly require log redaction and key rotation.
  3. FIX-003
    Medium
    Connection and claim URLs are written to local environment files without complete file-protection guidance.
    Tell users to exclude secret files from version control, restrict file permissions, use secret stores in production, and rotate exposed credentials.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Content hash
0f320de26dedd320fb9914ff8f5c947ac3794569cd8acaed7a927b01f351f3fe
Tree hash
37b9fcfe116937033319b7630d4ffe5789929164a987f8c3cd1c886fac028159
Skill path
skills/prisma/prisma-postgres
Audit payload hash
21f53085bbbf9435397448a055d3aa45

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: active