PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/everkm/publish/releases/download"

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
12
Versions published
44Mature · −50% score
First published
Nov 2023
Publisher
jcoldyu

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherjcoldyu
Artifact bytes5,648
Previous version0.16.12
Published2026-04-08T02:13:26.081Z
SHA-256508a6ab618aff7d2b2d6fe03b391f6fe69863a2d113938e4000a418dded4eb49

Why flagged

What the scanner saw

Remote Payload: matched "github.com/everkm/publish/releases/download"

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

Availability ledger

available

review
Last checked
reviewRisk
8Score
0.16.13Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install.jsmatched "github.com/everkm/publish/releases/download"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install.jsmatched "github.com/everkm/publish/releases/download"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node install.js"5

Manifest

Package metadata

Scripts2
  • postinstallnode install.js
  • testecho "Error: no test specified" && exit 1
Dependencies4
  • adm-zip^0.5.10
  • decompress^4.2.1
  • nodejs-file-downloader^4.12.1
  • tar^6.1.13