PkgRadar

Package evidence

[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.

Versions published
56Mature · −50% score
First published
Jul 2022
Publisher
mendeljacks

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishermendeljacks
Artifact bytes29,826
Previous version1.0.73
Published2026-05-28T19:49:22.334Z
SHA-25653d92772e138d8adb019ff0e23690fbe7e8f6c1437489b2fdb695e156a0ea7ec

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
2Score
1.0.74Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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/src/hosting/deploy.tsmatched "NPM_TOKEN"5

Manifest

Package metadata

Scripts10
  • bumppnpm version patch --no-git-tag-version && git add pnpm-lock.yaml
  • coveragenodemon --exec nyc mocha --package package.json
  • deploytsx -e "import('./src/hosting/deploy.ts').then(m => m.deploy())"
  • devnodemon --exec "tsx -r dotenv/config -e \"import('./src/api/server.ts').then(m => m.start())\""
  • formatprettier --write src/ && organize-imports-cli src/
  • ntnodemon --exec pnpm run test
  • preparehusky
  • resettsx -r dotenv/config -e "import('./src/scripts/reset.ts').then(m => m.reset())"
  • starttsx -e "import('./src/api/server.ts').then(m => m.start())"
  • testmocha --package package.json
Dependencies17
  • JSONStream^1.3.5
  • ajv^8.11.0
  • apple-auth^1.0.7
  • apple-signin-auth^1.7.4
  • axios^0.27.2
  • bcrypt^5.0.1
  • cross-spawn^7.0.6
  • cuid^2.1.8
  • date-fns^4.1.0
  • jsonwebtoken^8.5.1
  • next-auth^4.10.3
  • orma1.0.281
  • p-limit^7.3.0
  • pg^8.8.0
  • retry^0.13.1
  • stopcock^1.1.0
  • yay_json^1.0.33