PkgRadar

Package evidence

[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
66,329Mainstream · −50% score
Versions published
513Mature · −50% score
First published
Apr 2017
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes5,293,371
Previous version14.36.0
Published2026-05-10T12:28:21.878Z
SHA-256a21394cb387c29ab2df40886411af3ee7f66ab390d6746b6c3b3d64f4de3f256

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
mediumRemote Payloadpackage/scripts/tools/getImageColors.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
mediumRemote Payloadpackage/scripts/tools/getImageColors.shmatched "curl "12
lowCredential file accesspackage/.github/workflows/build-and-release.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts14
  • buildnode scripts/build.js && npm run prettier
  • build-historynode scripts/tools/history.js > dist/history.json
  • commitgit-cz
  • historynode scripts/tools/history.js > dist/history.json
  • lintnpm run lint:scripts && npm run lint:markdown
  • lint:markdownmarkdownlint-cli2 '**/*.md' '#node_modules' '#site/node_modules'
  • lint:scriptseslint ./scripts
  • preparehusky
  • prettierprettier --write ./dist/*
  • pull-colorscurl -L 'https://docs.google.com/spreadsheets/d/e/2PACX-1vQube6Y0wHyEtJnjg0eU3N7VseoxVnD4L9uDqvWZdl_tzzrHDVN10IPP7cdFipX8j70atNMLfPCB0Q6/pub?gid=40578722&single=true&output=csv' -o src/colornames.csv
  • semantic-releasesemantic-release
  • sort-colorsnode scripts/sortSrc.js
  • testvitest run
  • test:watchvitest