PkgRadar

Package evidence

@heroku/[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
9
First published
Sep 2024
Publisher
sbosio_sf

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/[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/[email protected]"],"fail_on":"review"}'
Publishersbosio_sf
Artifact bytes12,172
Previous version0.0.6
Published2024-10-25T16:12:21.266Z
SHA-2569d2cf856a8c914cc30082f5da3ddc5d0c086d957ae7e2ed89aa5e8aee928c481

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/generators/salesforce-javascript/templates/bin/invoke.shmatched "curl "12

Manifest

Package metadata

Scripts3
  • devfastify start -o -w -l debug -d -P src/app.js
  • startfastify start -o -a 0.0.0.0 -p $APP_PORT -l info src/app.js
  • testtap "test/**/*.test.js"
Dependencies7
  • @fastify/autoload^5.0.0
  • @fastify/swagger^8.14.0
  • @fastify/swagger-ui^3.0.0
  • @heroku/salesforce-sdk-nodejs^0.3.4-ea
  • fastify^4.0.0
  • fastify-cli^5.9.0
  • fastify-plugin^4.0.0