PkgRadar

Package evidence

@heroku-cli/[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
147
Versions published
12Established · −30% score
First published
May 2018
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":["@heroku-cli/[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":["@heroku-cli/[email protected]"],"fail_on":"review"}'
Artifact bytes8,108
Previous version3.0.2
Published2026-01-29T20:31:20.889Z
SHA-256c30d44e5c391d98027a65f1ed3b8ddb22f093ce56b4902545081660d75ff03b8

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/oclif.manifest.jsonmatched "curl "12

Manifest

Package metadata

Scripts6
  • buildrm -rf lib && tsc
  • linteslint . --ext .ts --config=.eslintrc
  • posttestyarn lint && tsc --noEmit -p test
  • pretestyarn build && oclif manifest
  • testnyc mocha --config .mocharc.json test/**/*.test.ts
  • versionoclif readme && git add README.md
Dependencies9
  • @heroku-cli/color^2.0.4
  • @heroku-cli/command^11.4.0
  • @heroku/http-call^5.4.0
  • @oclif/core^2.16.0
  • edit-string^1.1.6
  • fs-extra^9.0.1
  • get-stdin8.0.0
  • http-call^5.3.0
  • tsheredoc^1.0.1