PkgRadar

Package evidence

@lowwattlabs/[email protected]

Remote Payload: matched "curl "

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
74
Versions published
10
First published
May 2026
Publisher
lowwattlab

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":["@lowwattlabs/[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":["@lowwattlabs/[email protected]"],"fail_on":"high"}'
Publisherlowwattlab
Artifact bytes42,798
Previous version3.0.3
Published2026-06-05T11:57:58.703Z
SHA-2564aaf4473bb0aeb4bd7059e066695bcfe2d4c0b198d6ff7bb8a07fa6305eafb5e

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

8 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/intel-sync/sources/epss.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/feodo.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/osv.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/threatfox.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/urlhaus.shmatched "curl "12
mediumRemote Payloadpackage/lib/common/utils.shmatched "curl "12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 17 day(s) ago, 10 total version(s), has lifecycle hook10
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/intel-sync/sources/epss.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/feodo.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/osv.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/threatfox.shmatched "curl "12
mediumRemote Payloadpackage/lib/intel-sync/sources/urlhaus.shmatched "curl "12
mediumRemote Payloadpackage/lib/common/utils.shmatched "curl "12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 17 day(s) ago, 10 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/setup-venv.js"5

Manifest

Package metadata

Scripts3
  • devnode --watch api/src/server.js
  • postinstallnode bin/setup-venv.js
  • startnode api/src/server.js
Dependencies4
  • cors^2.8.5
  • express^4.21.0
  • rate-limiter-flexible^5.0.0
  • uuid^11.1.1