PkgRadar

Package evidence

@lapinskas/[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
678
Versions published
9
First published
Jun 2023
Publisher
lapinskas

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@lapinskas/[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":["@lapinskas/[email protected]"],"fail_on":"review"}'
Publisherlapinskas
Artifact bytes7,488
Previous version2.1.3
Published2026-06-01T12:35:39.318Z
SHA-256c378f1902e1a262e16bcf830df3c8cc48caee2037ebf6e67ff0d9ae58871bf6c

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

low
Last checked
lowRisk
0Score
2.1.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • gen-public_keyopenssl pkey -in test_private.pem -pubout -out test_public.pem
  • gen_private_keyopenssl genpkey -algorithm ed25519 -out test_private.pem
  • i-prodnpm install --omit=dev
  • startnode index.js
  • start-httpsCERT='/var/certs/cert.crt' KEY='/var/certs/cert.key' npm start
  • start-https-valCERT='/var/certs/cert.crt' KEY='/var/certs/cert.key' VALIDATION='test_public.pem' npm start
  • start-https-val-ps$env:VALIDATION='./test_public.pem'; node index.js
  • testmocha test/test.js
  • test-authmocha test/auth.test.js
Dependencies1
  • ws^8.21.0