PkgRadar

Package evidence

@box3lab/[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
21Established · −30% score
First published
Dec 2025
Publisher
viyrs

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@box3lab/[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":["@box3lab/[email protected]"],"fail_on":"high"}'
Publisherviyrs
Artifact bytes249,296
Previous version0.5.3
Published2026-01-26T02:19:02.473Z
SHA-25627f66b043e0f71308cef8649c01189aee91444824ee6bb0d582025bec6d59c5b

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
24Score
0.5.4Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts17
  • buildnpm-run-all build:*
  • build:clientcross-env VITE_BUILD_TARGET=client vite build --mode production
  • build:servercross-env VITE_BUILD_TARGET=server vite build --mode production
  • debug:clientcross-env VITE_BUILD_TARGET=client vite build --mode debug
  • debug:servercross-env VITE_BUILD_TARGET=server vite build --mode debug
  • devnpm-run-all -p dev:*
  • dev:clientcross-env VITE_BUILD_TARGET=client vite build --mode development --watch
  • dev:servercross-env VITE_BUILD_TARGET=server vite build --mode development --watch
  • eslint:fixeslint --fix
  • preparehusky
  • prettier:writeprettier . --write
  • tscnpm-run-all -p tsc:*
  • tsc:checknpm-run-all tsc:check:*
  • tsc:check:clienttsc -noEmit -p client/tsconfig.json
  • tsc:check:servertsc -noEmit -p server/tsconfig.json
  • tsc:clienttsc -p client/tsconfig.json
  • tsc:servertsc -p server/tsconfig.json
Dependencies7
  • axios^1.13.3
  • cac^6.7.14
  • chalk^5.6.2
  • env-paths^3.0.0
  • form-data^4.0.5
  • i18next^25.8.0
  • node-rsa^1.1.1