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
54Mature · −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,673
Previous version1.0.67
Published2026-05-12T16:22:13.325Z
SHA-25661f36059aa68d051a2da4e5f11e964beb4e2fcd55e6e9eed2e5fe175cb5449aa

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
4Score
1.0.68Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/hosting/deploy.tsmatched "NPM_TOKEN"5
lowCredential file accesspackage/.github/workflows/deploy.ymlmatched "NPM_TOKEN"3

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
  • orma^1.0.280
  • p-limit^7.3.0
  • pg^8.8.0
  • retry^0.13.1
  • stopcock^1.1.0
  • yay_json^1.0.33