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
42Mature · −50% score
First published
Jan 2020
Publisher
steve8708

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"}'
Publishersteve8708
Artifact bytes9,136
Previous version0.1.3-alpha.2
Published2020-03-30T15:32:17.971Z
SHA-256d959dde426aa7f0601e904ba02f9464e79361cd9d0ac4de44d609e4783d97a72

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • 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'
  • prebuildrimraf dist
  • release:devnpm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev
  • report-coveragecat ./coverage/lcov.info | coveralls
  • semantic-releasesemantic-release
  • semantic-release-preparets-node tools/semantic-release-prepare
  • startSERVE=true rollup -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
Dependencies6
  • @builder.io/sdk^1.1.3-alpha.3
  • @emotion/core^10.0.22
  • @emotion/styled^10.0.23
  • @material-ui/core^3.9.2
  • @material-ui/icons^1.1.1
  • react^16.11.0