PkgRadar

Package evidence

@bondsports/[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 7 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
2,122Niche · −30% score
Versions published
1,292Mature · −50% score
First published
Jul 2022
Publisher
gittybond

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

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":["@bondsports/[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":["@bondsports/[email protected]"],"fail_on":"review"}'
Publishergittybond
Artifact bytes2,082
Previous version2.4.63-a-3
Published2026-06-07T09:24:52.615Z
SHA-256f899ef716d8ddc7cd7e0e9a4953bf62f7c33e8bef84b196173fe333ef43254df

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 7 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
7Score
2.4.63-a-4Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 7 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15

Manifest

Package metadata

Scripts14
  • buildtsc --project tsconfig.build.json
  • cleanrimraf dist
  • formatprettier --check .
  • format:fixprettier --write .
  • import:typesrimraf src/types && node ./import.js
  • linteslint .
  • lint:fixeslint --fix .
  • prebuildnpm run clean
  • prelintnpm run format
  • prelint:fixnpm run format:fix
  • prepublishnpm run build
  • releasestandard-version
  • startnpm run build && cd dist && node ./index.js
  • versionecho $npm_package_version
Dependencies7
  • @bondsports/date-time^2.4.53
  • @bondsports/notifications-sdk^0.0.8
  • moment^2.29.1
  • rimraf^3.0.2
  • stripe9.1.0
  • typeorm^0.2.32
  • zod^3.25.49