PkgRadar

Package evidence

@builder.io/[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 2 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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
22
Versions published
5
First published
Jul 2021
Publisher
teleaziz123

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"}'
Publisherteleaziz123
Artifact bytes4,123
Previous version0.0.2-1
Published2021-09-03T21:29:41.059Z
SHA-2564b1b35014e581968296d871fb62b997ef4e47fec13cbe6db31c4d55223acb5bf

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 2 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 2 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 2 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package"5

Manifest

Package metadata

Scripts14
  • buildrollup -c rollup.config.ts
  • commitgit-cz
  • linttslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'
  • postinstallpatch-package
  • 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
Dependencies2
  • @builder.io/commerce-plugin-tools^0.2.1-3
  • @moltin/sdk^8.8.1