PkgRadar

Package evidence

[email protected]

no findings

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
389
Versions published
11Established · −30% score
First published
Apr 2025
Publisher
productdevbook
External confirmation
MAL-2025-191440OSV match · pinned to high regardless of other signals

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes25,738
Previous version0.2.0
Published2025-08-09T13:35:33.764Z
SHA-25640bf57434a270268caa478a50e2386dbab1d1b05b22b042de4f6210512bed8d9

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

high
Last checked
highRisk
0Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildunbuild
  • bumppbumpp package.json
  • devunbuild --stub
  • examplenode --esm ./playground/mailcrab-example.ts
  • example:aws-sesnode --esm ./playground/aws-ses-example.ts
  • example:resendnode --esm ./playground/resend-example.ts
  • linteslint .
  • lint:fixeslint . --fix
  • mailcrabnode ./scripts/setup-mailcrab.mjs
  • prepare:mailcrabchmod +x ./scripts/setup-mailcrab.mjs && npm run build
  • releasepnpm build && pnpm bumpp && pnpm publish --no-git-checks --access public
  • testvitest run
  • test:coveragevitest run --coverage.enabled true
  • test:watchvitest
  • type-checktsc --noEmit