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
- 955
- Versions published
- 6
- First published
- May 2026
- Publisher
- lowwattlab
Recommended action
Review before promotingMixed 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":["@lowwattlabs/[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":["@lowwattlabs/[email protected]"],"fail_on":"review"}'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
Status history (3 events)
- available → available · risk review · score 55 · status available -> available, risk high -> review, score 91 -> 55
- available → available · risk high · score 91 · status available -> available, risk high -> high, score 150 -> 91
- new → available · risk high · score 150 · status changed
Related candidates
Linked campaigns and clusters
lowwattlab
7 members · evidence strength 84Install-time lifecycle script — postinstall="node bin/setup-venv.js"
7 members · evidence strength 90Install Lifecycle Remote Or Exec — postinstall="node bin/setup-venv.js"
7 members · evidence strength 90Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/intel-sync/sources/epss.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/feodo.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/osv.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/threatfox.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/urlhaus.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/common/utils.sh | matched "curl " | 12 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/intel-sync/sources/epss.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/feodo.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/osv.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/threatfox.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/intel-sync/sources/urlhaus.sh | matched "curl " | 12 |
| medium | Remote Payload | package/lib/common/utils.sh | matched "curl " | 12 |
| low | Install-time lifecycle script | package.json | postinstall="node bin/setup-venv.js" | 5 |
Manifest
Package metadata
Scripts3
devnode --watch api/src/server.jspostinstallnode bin/setup-venv.jsstartnode api/src/server.js
Dependencies4
cors^2.8.5express^4.21.0rate-limiter-flexible^5.0.0uuid^11.1.1