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.

Versions published
30Mature · −50% score
First published
Dec 2019
Publisher
ralphcallaway

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"}'
Publisherralphcallaway
Artifact bytes10,499
Previous version1.5.3-alpha.0
Published2026-05-25T17:31:39.306Z
SHA-256c5d4aa5a538cf965d22b875d8c83e8b87ac3270c38f0e82ebd106cc06883a71c

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
6Score
2.0.0-alpha.0Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/generators/app/templates/static/bitbucket-pipelines.ymlmatched "curl "12

Manifest

Package metadata

Scripts10
  • buildtsc
  • build:testtsc -p tsconfig.test-emit.json
  • formatprettier --check .
  • format:fixprettier --write .
  • linteslint .
  • lint:fixeslint . --fix
  • preparenpm run build
  • testnpm run build:test && mocha test-dist/**/*.test.js --timeout 10000
  • typechecktsc --noEmit -p tsconfig.test.json
  • watchtsc -w
Dependencies5
  • deepmerge^4.3.1
  • strip-json-comments^3.1.1
  • xml2js^0.6.2
  • yeoman-generator^7.5.1
  • yosay^2.0.2