PkgRadar

Package evidence

@0x/[email protected]

Remote Dependency Spec: devDependencies.gitpkg="github:0xProject/gitpkg"

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
104
Versions published
13Established · −30% score
First published
Sep 2021
Publisher
kimpers

Effective trust discount applied: 30% (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":["@0x/[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":["@0x/[email protected]"],"fail_on":"review"}'
Publisherkimpers
Artifact bytes1,474
Previous version0.3.2
Published2022-02-23T19:47:27.109Z
SHA-2561088a433ad43c8287580370395e09e73afe749b99e2863e73f22a7bf031c7663

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.gitpkg="github:0xProject/gitpkg"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.gitpkg="github:0xProject/gitpkg"8
mediumNew Remote Dependency Vs Previouspackage.jsondevDependencies.gitpkg added in 0.3.3 vs 0.3.2: "github:0xProject/gitpkg"8
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.gitpkg="github:0xProject/gitpkg"8
mediumNew Remote Dependency Vs Previouspackage.jsondevDependencies.gitpkg added in 0.3.3 vs 0.3.2: "github:0xProject/gitpkg"8
lowInstall-time lifecycle scriptpackage.jsoninstall="node-pre-gyp install --fallback-to-build"5

Manifest

Package metadata

Scripts13
  • buildcargo-cp-artifact -nc bin/index.node -- cargo build --message-format=json-render-diagnostics
  • build:releasenpm run build -- --release
  • installnode-pre-gyp install --fallback-to-build
  • linttslint --project .
  • lint:fixnpm run prettier && tslint --project . --fix
  • packagenode-pre-gyp package
  • prettierprettier --write "**/*.{ts,js,json,yml,md}"
  • publish:binarynpm run build:release && npm run package && node-pre-gyp publish
  • publish:npmshx rm -rf bin && npm publish
  • publish:privateshx rm -rf bin && gitpkg publish
  • publish:private:bump_versionnpm version "$(cat package.json | jq -r .version)-commit.$(git rev-parse --short HEAD)"
  • testjest
  • test:benchmarkts-node tests/benchmark.ts
Dependencies1
  • @mapbox/node-pre-gyp^1.0.5