PkgRadar

Package evidence

@pinochino/[email protected]

Credential File Packaged: package/templates/fullstack/server/.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
3
First published
May 2026
Publisher
pinochino

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":["@pinochino/[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":["@pinochino/[email protected]"],"fail_on":"high"}'
Publisherpinochino
Artifact bytes107,839
Previous version1.0.0
Published2026-05-28T07:44:40.199Z
SHA-256abed35a335f7e68b23870304e2f2a1e897a52207cbcb48aef20ae13e8a06ae63

Why flagged

What the scanner saw

Credential File Packaged: package/templates/fullstack/server/.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
1.0.1Version
Status history (2 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 59 -> 35
  2. newavailable · risk high · score 59 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/fullstack/server/.envpackage/templates/fullstack/server/.env35
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/fullstack/server/.envpackage/templates/fullstack/server/.env35
lowObfuscation Densitypackage/templates/fullstack/client/pnpm-lock.yamlhigh encoded/escaped-token density0
lowObfuscation Densitypackage/templates/fullstack/server/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts7
  • buildrimraf ./dist && tsc && tsc-alias
  • devnpx nodemon
  • linteslint .
  • lint:fixeslint . --fix
  • prettierprettier --check .
  • prettier:fixprettier --write .
  • startnode dist/server.js
Dependencies8
  • @types/express^5.0.6
  • body-parser^2.2.2
  • cookie-parser^1.4.7
  • cors^2.8.6
  • dotenv^17.4.2
  • express^5.2.1
  • morgan^1.10.1
  • multer^2.1.1