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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 21 · status changed
Evidence
Static findings
2 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.gitpkg="github:0xProject/gitpkg" | 8 |
| medium | New Remote Dependency Vs Previous | package.json | devDependencies.gitpkg added in 0.3.3 vs 0.3.2: "github:0xProject/gitpkg" | 8 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.gitpkg="github:0xProject/gitpkg" | 8 |
| medium | New Remote Dependency Vs Previous | package.json | devDependencies.gitpkg added in 0.3.3 vs 0.3.2: "github:0xProject/gitpkg" | 8 |
| low | Install-time lifecycle script | package.json | install="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-diagnosticsbuild:releasenpm run build -- --releaseinstallnode-pre-gyp install --fallback-to-buildlinttslint --project .lint:fixnpm run prettier && tslint --project . --fixpackagenode-pre-gyp packageprettierprettier --write "**/*.{ts,js,json,yml,md}"publish:binarynpm run build:release && npm run package && node-pre-gyp publishpublish:npmshx rm -rf bin && npm publishpublish:privateshx rm -rf bin && gitpkg publishpublish:private:bump_versionnpm version "$(cat package.json | jq -r .version)-commit.$(git rev-parse --short HEAD)"testjesttest:benchmarkts-node tests/benchmark.ts
Dependencies1
@mapbox/node-pre-gyp^1.0.5