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
- 31,459Mainstream · −50% score
- Versions published
- 603Mature · −50% score
- First published
- Jan 2019
- 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 monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts24
_installnpm install && npm-install-peers_unlinknpm unlink *buildtsc --module commonjs && rollup -c rollup.config.tsbuild:docstypedoc --out docs --target es6 --theme minimal --mode file srcci:buildnpm run buildci:lintnpm run lintcommitgit-czdeploy-docsts-node tools/gh-pages-publishlinttslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'prebuildrimraf distprecommitlint-stagedprepublishOnlyblock-publishreleasenpm run build && ALLOW_PUBLISH=true npm publishrelease:devnpm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag devrelease:majornpm run build && npm version major && ALLOW_PUBLISH=true npm publishrelease:minornpm run build && npm version minor && ALLOW_PUBLISH=true npm publishrelease:nightlynpm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag nightlyrelease:patchnpm run build && npm version patch --no-git-tag-version && ALLOW_PUBLISH=true npm publishreport-coveragecat ./coverage/lcov.info | coverallssemantic-releasesemantic-releasesemantic-release-preparets-node tools/semantic-release-preparestartSERVE=true concurrently 'rollup -c rollup.config.ts -w' 'tsc -w'test:prodnpm run lint && npm run test -- --coverage --no-cachetest:watchjest --watch
Dependencies7
@emotion/core>=10@emotion/styled>=10lodash-es^4.17.10react-loadable^5.5.0react-masonry-component^6.2.1react-slick^0.31.0tslib^1.10.0