PkgRadar

Package evidence

@pagamio/[email protected]

Install-time lifecycle script: postinstall="npm rebuild bcrypt"

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
87
Versions published
16Established · −30% score
First published
Nov 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@pagamio/[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":["@pagamio/[email protected]"],"fail_on":"review"}'
Artifact bytes184,938
Previous version0.7.0
Published2026-05-16T17:04:16.680Z
SHA-2563963629d0a9d31eaa44a3f47a4de1c80aa7e2e689883a2c5be2a6462de290ee7

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm rebuild bcrypt"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.9.0Version
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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm rebuild bcrypt"5

Manifest

Package metadata

Scripts13
  • buildnest build
  • formatprettier --write "src/**/*.ts" "test/**/*.ts"
  • linteslint "{src,apps,libs,test}/**/*.ts" --fix
  • postinstallnpm rebuild bcrypt
  • startnest start
  • start:debugnest start --debug --watch
  • start:devnest start --watch
  • start:prodnode dist/main
  • testjest
  • test:covjest --coverage
  • test:debugnode --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand
  • test:e2ejest --config ./test/jest-e2e.json
  • test:watchjest --watch
Dependencies26
  • @logtail/node^0.5.8
  • @logtail/winston^0.5.8
  • @nestjs/bullmq^11.0.4
  • @nestjs/cache-manager^2.2.0
  • @nestjs/common^10.4.22
  • @nestjs/config^4.0.2
  • @nestjs/core^10.4.22
  • @nestjs/event-emitter^2.1.0
  • @nestjs/jwt^11.0.1
  • @nestjs/passport^11.0.5
  • @nestjs/platform-express^10.4.22
  • @nestjs/swagger^11.2.3
  • @nestjs/terminus^10.2.3
  • bcrypt^5.1.1
  • bullmq^5.39.3
  • cache-manager^5.4.0
  • class-transformer^0.5.1
  • class-validator^0.14.1
  • joi^18.2.1
  • passport^0.7.0
  • passport-custom^1.1.1
  • passport-jwt^4.0.1
  • reflect-metadata^0.2.2
  • rxjs^7.8.1
  • winston^3.18.3
  • winston-transport^4.7.0