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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/src/hosting/deploy.ts | matched "NPM_TOKEN" | 5 |
Manifest
Package metadata
Scripts10
bumppnpm version patch --no-git-tag-version && git add pnpm-lock.yamlcoveragenodemon --exec nyc mocha --package package.jsondeploytsx -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 testpreparehuskyresettsx -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.5ajv^8.11.0apple-auth^1.0.7apple-signin-auth^1.7.4axios^0.27.2bcrypt^5.0.1cross-spawn^7.0.6cuid^2.1.8date-fns^4.1.0jsonwebtoken^8.5.1next-auth^4.10.3orma1.0.281p-limit^7.3.0pg^8.8.0retry^0.13.1stopcock^1.1.0yay_json^1.0.33