PkgRadar

Package evidence

@nkzw/[email protected]

Credential File Packaged: package/.env

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
1
First published
Jun 2026
Publisher
cpojer

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@nkzw/[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@nkzw/[email protected]"],"fail_on":"high"}'
Publishercpojer
Artifact bytes107,675
Previous versionnone
Published2026-06-03T07:26:29.717Z
SHA-2565081138ae7cbf4546e7fb4a4fd4f561555f8493b898f75b059656f73c7319d99

Why flagged

What the scanner saw

Credential File Packaged: package/.env

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
35Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts5
  • buildvp pack
  • devNODE_ENV=development node_modules/.bin/nodemon -q -I --exec node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm --env-file .env src/index.tsx
  • dev:setuppnpm prisma generate && pnpm generate-graphql
  • generate-graphqlnode --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm ./scripts/generate-graphql.tsx
  • prismaprisma
Dependencies18
  • @graphql-tools/utils^11.1.0
  • @graphql-yoga/plugin-graphql-sse^3.21.0
  • @hono/node-server^2.0.4
  • @nkzw/core^1.3.1
  • @nkzw/define-env^1.1.0
  • @nkzw/fate1.1.0
  • @pothos/core^4.12.0
  • @pothos/plugin-complexity^4.1.2
  • @pothos/plugin-directives^4.3.0
  • @pothos/plugin-prisma^4.14.3
  • @pothos/plugin-relay^4.7.0
  • @pothos/plugin-scope-auth^4.1.6
  • @prisma/adapter-pg^7.8.0
  • @prisma/client^7.8.0
  • better-auth^1.6.13
  • graphql^16.14.1
  • graphql-yoga^5.21.0
  • hono^4.12.23