PkgRadar

Package evidence

@heroku/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
25
Versions published
8
First published
Aug 2024
Publisher
cwallsf

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"}'
Publishercwallsf
Artifact bytes108,092
Previous version0.3.3-ea
Published2024-10-04T17:24:22.771Z
SHA-2561b54552ae518a71a39ce6f220578180ff151ff3163de3e3c679fbc921f3e79b9

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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.3.4-eaVersion
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
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts12
  • buildtsc -b
  • bumpnode bin/bump-version.js
  • formatnpm run format:write && npm run format:check
  • format:checkprettier --check .
  • format:writeprettier --write .
  • linteslint . --ext .ts --max-warnings 0 --report-unused-disable-directives --format codeframe
  • lint:fixnpm run lint -- --fix
  • mochamocha
  • prepacktsc -b --clean && tsc -b --force
  • releasebin/publish.sh
  • testconcurrently -k -s first "npm run wiremock" "npm run mocha"
  • wiremockwiremock --port 8080 --bind-address 127.0.0.1 --disable-banner
Dependencies9
  • @salesforce/core^8.3.0
  • csv-parse^5.3.3
  • csv-stringify^6.2.3
  • jsforce^2.0.0-beta.24
  • luxon^3.2.1
  • node-fetch^2.7.0
  • semver^7.6.2
  • throng^5.0.0
  • whatwg-mimetype^3.0.0
Optional dependencies1
  • fsevents*