PkgRadar

Package evidence

@builder.io/[email protected]

no findings

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
20Mature · −50% score
First published
Oct 2021
Publisher
sanyamkamat

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publishersanyamkamat
Artifact bytes15,366
Previous version0.0.9-4
Published2026-02-20T13:02:18.087Z
SHA-2562583c414ed4341b5da8d5109b5f7eed18b79fb27eff34bdb6bcfcf4856e1a9cb

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.9-5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildnpm run clean && npm run codegen-client && tsc
  • bundlenpm run build && pkg . --out-dir ./exec/
  • cleanrimraf ./dist/ ./exec/
  • codegen-clientgenerate-graphql-client -e https://cdn.builder.io/api/v2/admin -o src/autogen/client
  • devnodemon --watch 'src/index.ts' --exec npm run build
  • release:devnpm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev
  • release:patchnpm run build && npm version patch && npm publish
  • testnpm run build && ava --verbose
Dependencies11
  • @types/traverse^0.6.37
  • chalk^5.4.1
  • clear^0.1.0
  • cli-progress^3.12.0
  • commander^13.0.0
  • figlet^1.8.0
  • fs-extra^11.3.0
  • graphql-typed-client^1.7.4
  • lodash^4.17.23
  • node-fetch^3.3.2
  • traverse^0.6.11