Versioned security assessment

Report ID: SA-EBDFE608

7/23/2026, 6:05:53 PM

prisma-upgrade-v7 security assessment v5

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: codex Latest published report
Skill name
prisma-upgrade-v7
Version
v7.6.0
Maintainer
prisma
Coverage
8 Files scanned · 1,571 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Highest confirmed finding severity

High

3 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.

All 268 static findings are false positives caused by documentation examples, Markdown syntax, fixed paths, environment placeholders, and official links. Three semantic findings remain: disabled TLS verification, unredacted query-argument logging, and an unguarded forced database reset. The skill shows no prompt injection, credential exfiltration, or hidden executable payload.

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

8 Files scanned · 1,571 Lines analyzed

3 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 3 evidence locations

Filesystem access

May read or write local files.

Observed in 35 evidence locations

Env variables

May read values from the process environment.

Observed in 30 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 50 evidence locations

Risk findings

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

Confirmed security concerns (3)

RISK-001 High
Forced database reset lacks a safety warning
The workflow includes `prisma migrate reset --force` without an environment guard or data-loss warning. Running it against a valuable database can destroy data.
The destructive command and force flag are present, while the surrounding text provides no production safeguard.
RISK-002 Medium
Insecure TLS certificate verification guidance
Examples enable `trustServerCertificate: true` and `rejectUnauthorized: false`. These settings permit unverified database certificates and can expose credentials or data to interception.
The settings appear directly in the cited examples, and their effect on TLS verification is well established.
RISK-003 Medium
Unredacted database query argument logging
The logging extension serializes every query argument. Arguments can contain passwords, tokens, or personal data that should not enter application logs.
The example explicitly serializes all query arguments without filtering or redaction.

Remediation

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

  1. FIX-001
    High
    The forced database reset example lacks a data-loss warning.
    Add an explicit development-only warning, require confirmation, and verify backups before showing or running the reset command.
  2. FIX-002
    Medium
    Examples disable database certificate verification.
    Use a trusted CA and verified certificates by default. Label any local exception clearly and exclude it from production guidance.
  3. FIX-003
    Medium
    The logging example records complete query arguments.
    Redact credentials, tokens, and personal data before logging. Prefer metadata such as model, operation, and duration.

Expert evidence

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

Artifact subject

Marketplace commit
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Content hash
077570831ea7f4fdae87b77fb49276a25b8842196de7f766027aa626e19dc800
Tree hash
9569590cf90d4f1dafd0ab859bc8d3d8941a92a39235dc01c26ef4287cf26f3e
Skill path
skills/prisma/prisma-upgrade-v7
Audit payload hash
ce60cc7dda56b674d7611c143b66b407

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