PkgRadar

Package evidence

@builder.io/[email protected]

Install-time lifecycle script: postinstall="patch-package"

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
4
First published
Jun 2021
Publisher
steve8708

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":["@builder.io/[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":["@builder.io/[email protected]"],"fail_on":"review"}'
Publishersteve8708
Artifact bytes4,360,037
Previous version0.0.0
Published2021-06-17T20:15:56.886Z
SHA-2566e1d494decb5cb29a7e5bbf12308af6e9748384f68abe01668fd2a1649350366

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="patch-package"

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package"5
lowLarge Javascript Payloadpackage/dist/worker-env.es5.js5359029 bytes0
lowLarge Javascript Payloadpackage/dist/worker-env.umd.js5654160 bytes0

Manifest

Package metadata

Scripts17
  • buildtsc --module commonjs && rollup -c rollup.config.ts
  • commitgit-cz
  • deploy-docsts-node tools/gh-pages-publish
  • linttslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'
  • postinstallpatch-package
  • prebuildrimraf dist
  • precommitlint-staged
  • release:devnpm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev
  • release:patchnpm run build && npm version patch && npm publish
  • report-coveragecat ./coverage/lcov.info | coveralls
  • semantic-releasesemantic-release
  • semantic-release-preparets-node tools/semantic-release-prepare
  • startrollup -c rollup.config.ts -w
  • testjest --coverage
  • test:prodnpm run lint && npm run test -- --no-cache
  • test:watchjest --coverage --watch
  • travis-deploy-oncetravis-deploy-once
Dependencies2
  • jsdom^16.6.0
  • patch-package^6.4.7