PkgRadar

Package evidence

@builder.io/[email protected]

Install-time lifecycle script: preinstall="npx playwright install"

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
47
Versions published
10Established · −30% score
First published
Nov 2023
Publisher
steve8708

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes61,315
Previous version1.2.1
Published2024-01-06T14:13:27.595Z
SHA-2560ee4b8b3d2dbc97a333ee2f6f018ec02a321f4329ece648bd184fcd1b0b33c2d

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx playwright install"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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.jsonpreinstall="npx playwright install"5

Manifest

Package metadata

Scripts13
  • buildtsc
  • fmtprettier --write .
  • preinstallnpx playwright install
  • preparehusky install
  • prettier:checkprettier --check .
  • semantic-releasesemantic-release
  • startnpm run start:dev
  • start:clicross-env NODE_ENV=development npm run build && node dist/src/cli.js
  • start:devcross-env NODE_ENV=development npm run build && node dist/src/main.js
  • start:prodnode dist/src/main.js
  • start:serverNODE_ENV=development node swagger.js && npm run build && node dist/src/server.js
  • start:server:prodnpm run build && node dist/src/server.js
  • testecho "No test specified, please create tests." && exit 0
Dependencies13
  • commander^11.1.0
  • cors^2.8.5
  • crawlee^3.0.0
  • cross-env^7.0.3
  • dotenv^16.3.1
  • express^4.18.2
  • express-fileupload^1.4.3
  • glob^10.3.10
  • gpt-tokenizer^2.1.2
  • inquirer^9.2.12
  • playwright*
  • prettier^3.1.0
  • swagger-ui-express^5.0.0