PkgRadar

Package evidence

@heroku-cli/[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
13
Versions published
4
First published
Aug 2018
Publisher
mimen

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"}'
Publishermimen
Artifact bytes67,813
Previous version1.0.1
Published2018-08-30T23:39:44.166Z
SHA-2561fb470bf6ea2c115e7b13dc9bc09dd008a2c2547cdfcfaf2cbd6adc9ebaf5268

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
1.0.2Version
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

Scripts6
  • postpackrm -f oclif.manifest.json npm-shrinkwrap.json
  • posttesttsc -p test --noEmit && tslint -p test -t stylish
  • prepackrm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap
  • preparerm -rf lib && tsc
  • testnyc mocha --forbid-only "test/**/*.test.ts"
  • versionoclif-dev readme && git add README.md
Dependencies5
  • @heroku-cli/command^8.1.26
  • @oclif/command^1
  • @oclif/config^1.7.3
  • http-call^5.2.2
  • tslib^1