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
3
First published
May 2022
Publisher
teleaziz123

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"}'
Publisherteleaziz123
Artifact bytes4,529
Previous versionnone
Published2022-05-12T21:48:18.817Z
SHA-2564237586bad9e312a5a990f37cb2d30be34cfcd53d13d1df350feff3712a7aa53

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts6
  • buildtsc
  • prepublishnpm run build
  • prettierprettier
  • release:devnpm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev
  • release:patchnpm run build && npm version patch --no-git-tag-version && npm publish
  • testjest
Dependencies5
  • @builder.io/admin-sdk0.0.4-0
  • @szhsin/react-menu^2.1.0
  • axios^0.22.0
  • js-cookie^3.0.1
  • prettier^2.4.1