PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/dist/.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
59
First published
Mar 2026
Publisher
wowgrowth

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherwowgrowth
Artifact bytes610,398
Previous version0.8.2
Published2026-04-22T15:16:18.792Z
SHA-2566bfc9abb3443a157cd86e7f3bc37098904ecc5f10dbf0344f595f0b379b962ff

Why flagged

What the scanner saw

Credential File Packaged: package/dist/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/.envpackage/dist/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/.envpackage/dist/.env35
lowCredential file accesspackage/dist/app/plugins/ocr/config.jsonmatched "AWS_ACCESS_KEY"3

Manifest

Package metadata

Scripts11
  • buildnpm run build:system && npm run build:api && npm run build:system:types && npm run build:app && npm run build:app-assets && npm run build:minify-plugins
  • build:apiesbuild src/system/public-api.ts --bundle --minify --platform=node --target=node20 --format=esm --packages=external --outfile=dist/system-api.js
  • build:apptsc --project tsconfig.app.json
  • build:app-assetsnode scripts/build-app-assets.mjs
  • build:minify-pluginsecho '[minify-plugins] skipped (runs after copy in build.sh)'
  • build:systemesbuild src/system/index.ts --bundle --minify --mangle-props=regex:/^_/ --platform=node --target=node20 --format=esm --packages=external --outfile=dist/system.js
  • build:system:typestsc --project tsconfig.system-types.json && node scripts/build-system-api-dts.mjs
  • devtsx watch src/system/index.ts
  • pack:npmmkdir -p .cache/npm-pack && npm pack --pack-destination .cache/npm-pack
  • startnode --import tsx/esm dist/system.js
  • testvitest
Dependencies23
  • @fastify/cors^10.0
  • @fastify/helmet^13.0
  • @fastify/http-proxy^11.0
  • @fastify/rate-limit^10.0
  • @noble/ciphers^1.3.0
  • @noble/hashes^1.7.2
  • @types/qrcode^1.5.6
  • croner^10.0.1
  • dotenv^16.0
  • entity-client^1.0.21
  • fast-xml-parser^5.5.8
  • fastify^5.8.4
  • fastify-plugin^5.0
  • jsonwebtoken^9.0
  • kysely^0.28.15
  • pino^9.0
  • pino-pretty^13.0
  • pino-roll^1.3.0
  • qrcode^1.5.4
  • tsx^4.0
  • uuid^11.0
  • ws^8.20.0
  • zod^3.23
Optional dependencies7
  • better-sqlite3^11.0
  • ioredis^5.10.1
  • libsodium-wrappers^0.7
  • mariadb^3.4
  • memjs^1.3.2
  • mysql2^3.11
  • pg^8.13