PkgRadar

Package evidence

@risk3sixty/[email protected]

Install-time lifecycle script: postinstall="npm run build"

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
9
Versions published
6
First published
Apr 2019
Publisher
whatl3y

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":["@risk3sixty/[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":["@risk3sixty/[email protected]"],"fail_on":"review"}'
Publisherwhatl3y
Artifact bytes4,192
Previous version0.0.2
Published2019-09-03T20:06:21.011Z
SHA-25669d9cb5307020fecc0ffd5efadd99d74739b962e7df8ad30fcf138a235d6d09c

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run build"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.0.3Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run build"5

Manifest

Package metadata

Scripts3
  • buildgulp build
  • postinstallnpm run build
  • testenv NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --exit --require @babel/register --recursive './src/**/*.spec.js'
Dependencies9
  • @babel/core^7.5.5
  • @babel/preset-env^7.5.5
  • @babel/register^7.5.5
  • core-js^3.0.1
  • gulp^4.0.0
  • gulp-babel^8.0.0
  • gulp-plumber^1.2.1
  • request^2.88.0
  • request-promise-native^1.0.7