PkgRadar

Package evidence

@bitgrow/[email protected]

Credential file access: matched "NPM_TOKEN"

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.

Weekly downloads
5
Versions published
26Mature · −50% score
First published
Apr 2025
Publisher
bitgrow_dev

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@bitgrow/[email protected]"],"fail_on":"review"}'

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":["@bitgrow/[email protected]"],"fail_on":"review"}'
Publisherbitgrow_dev
Artifact bytes608,408
Previous version1.1.5
Published2026-05-26T17:45:27.391Z
SHA-2567bd2ede592c39212f4e39f375fbaa87a6b7b4caa2da7a47b6807129c457b451d

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.1.6Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/.github/workflows/npm-publish.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts4
  • buildparcel build
  • devcross-env NODE_ENV=development nodemon
  • modules:createts-node src/modules.ts
  • prodcross-env NODE_ENV=production npm run build && node dist/index.js
Dependencies15
  • @prisma/client^4.14.1
  • axios^0.27.2
  • bcryptjs^3.0.2
  • configcat-node^8.0.0
  • cors^2.8.5
  • dotenv^16.0.1
  • express^4.18.1
  • http^0.0.1-security
  • http-status^1.5.2
  • jsonwebtoken^8.5.1
  • morgan^1.10.0
  • nodemailer^6.7.7
  • path^0.12.7
  • winston^3.17.0
  • yup^0.32.11