PkgRadar

Package evidence

@byzanteam/[email protected]

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

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@byzanteam/[email protected]"],"fail_on":"high"}'

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":["@byzanteam/[email protected]"],"fail_on":"high"}'
Publishervanppo
Artifact bytes1,005,780
Previous version0.4.2
Published2020-03-20T06:27:04.601Z
SHA-25698df2656e0f6c4ec010653b1bc3b8de386efc791b3b3352eeda4d1746e80676c

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: prepare added in 0.4.3 vs 0.4.2: "npm run build"

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

Availability ledger

available

high
Last checked
highRisk
44Score
0.4.3Version
Status history (1 event)
  1. newavailable · risk high · score 44 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

vanppo

4 members · evidence strength 67

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.4.3 vs 0.4.2: "npm run build"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.4.3 vs 0.4.2: "npm run build"40
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4

Manifest

Package metadata

Scripts6
  • buildnpm run combination && npm run separation
  • combinationrollup --config=build/rollup.combination.js
  • linteslint '{examples,src,types}/**/*.{js,ts,vue}'
  • preparenpm run build
  • separationrollup --config=build/rollup.separation.js
  • servewebpack-dev-server --config=build/webpack.config.js
Dependencies4
  • @byzanteam/carbonium^0.4.2
  • lodash-es^4.17.15
  • vue^2.6.11
  • vue-property-decorator^8.4.1