PkgRadar

Package evidence

@retter/[email protected]

Install-time lifecycle script: postinstall="node ./dist/bootstrap.js postinstall"

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
212
Versions published
92Mature · −50% score
First published
Jan 2022
Publisher
salimhan

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":["@retter/[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":["@retter/[email protected]"],"fail_on":"review"}'
Publishersalimhan
Artifact bytes78,225
Previous version1.40.0
Published2026-04-21T08:36:44.200Z
SHA-256289d480093594fc9780b0e972dfb027b25b37286a9e9ffae8e8aa1b0a77d04a8

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./dist/bootstrap.js postinstall"

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.41.0Version
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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./dist/bootstrap.js postinstall"5

Manifest

Package metadata

Scripts10
  • buildtsc -b
  • cleantsc --build --clean && rm -rf dist
  • clean-installnpm cache clean --force && rm -rf node_modules package-lock.json && npm install
  • linknpm run build && npm link
  • major-releasenpm version major && npm run build && npm publish --access public
  • minor-releasenpm version minor && npm run build && npm publish --access public
  • patch-releasenpm version patch && npm run build && npm publish --access public
  • postinstallnode ./dist/bootstrap.js postinstall
  • preuninstallnode ./dist/bootstrap.js preuninstall
  • testjest
Dependencies15
  • @retter/sdk0.11.0
  • adm-zip0.5.9
  • axios1.15.0
  • chalk4.1.2
  • chokidar3.5.3
  • fs-extra10.0.0
  • ignore5.2.0
  • jsonwebtoken9.0.2
  • listr0.14.3
  • lodash4.18.1
  • prompts2.4.2
  • table6.8.0
  • yaml2.8.3
  • yargs17.3.0
  • zod3.23.8