PkgRadar

Package evidence

@0x/[email protected]

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

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.

Versions published
167Mature · −50% score
First published
Jul 2019
Publisher
tobernguyen

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":["@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"}'
Publishertobernguyen
Artifact bytes498,622
Previous version16.66.0
Published2022-08-08T02:47:29.694Z
SHA-256004a7680181fd5b038dbe3b7dee6144f3d23d34a0ec5509311b03cfbde5804d8

Why flagged

What the scanner saw

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

1 remote tarball(s) were followed statically.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.gitpkg="https://github.com/0xProject/gitpkg.git"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.gitpkghttps://github.com/0xProject/gitpkg.giterror0invalid gzip header

Manifest

Package metadata

Scripts28
  • buildyarn pre_build && tsc -b
  • build:ciyarn build
  • build:tstsc -b
  • cleanshx rm -rf lib test_temp generated_docs test/generated-artifacts test/generated-wrappers generated-artifacts generated-wrappers
  • compilesol-compiler
  • contracts:copycontracts-gen copy
  • contracts:gencontracts-gen generate
  • coverage:report:lcovnyc report --reporter=text-lcov > coverage/lcov.info
  • diff_docsgit diff --exit-code ./docs
  • docs:jsontypedoc --excludePrivate --excludeExternals --excludeProtected --ignoreCompilerErrors --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES
  • docs:mdts-doc-gen --sourceDir='$PROJECT_FILES' --output=$MD_FILE_DIR --fileExtension=mdx --tsconfig=./typedoc-tsconfig.json
  • fixtslint --fix --format stylish --project . --exclude ./generated-wrappers/**/* --exclude ./generated-artifacts/**/* --exclude ./test/generated-wrappers/**/* --exclude ./test/generated-artifacts/**/* --exclude **/lib/**/* && yarn lint-contracts
  • generate_contract_wrappersabi-gen --debug --abis ${npm_package_config_abis} --output test/generated-wrappers --backend ethers
  • linttslint --format stylish --project . --exclude ./generated-wrappers/**/* --exclude ./test/generated-wrappers/**/* --exclude ./generated-artifacts/**/* --exclude ./test/generated-artifacts/**/* --exclude **/lib/**/* && yarn lint-contracts
  • lint-contracts#solhint -c .solhint.json contracts/**/**/**/**/*.sol
  • list:depsyarn lerna list -l
  • pre_buildrun-s compile contracts:gen generate_contract_wrappers contracts:copy
  • prettierprettier --write '**/*.{ts,tsx,json}' --config ../../.prettierrc --ignore-path ../../.prettierignore
  • publish:privateyarn build && gitpkg publish
  • rebuild_and_testrun-s clean build test
  • run_mochamocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*_test.js' lib/test/global_hooks.js --timeout 30000 --bail --exit
  • s3:sync_md_docsaws s3 sync ./docs s3://docs-markdown/${npm_package_name}/v${npm_package_version} --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
  • sampler-sizejq .compilerOutput.evm.deployedBytecode.object -- test/generated-artifacts/ERC20BridgeSampler.json | echo $(( $(wc -c) / 2 - 1 ))
  • testyarn run_mocha
  • test:circleciyarn test:coverage
  • test:coveragenyc npm run test --all && yarn coverage:report:lcov
  • watchtsc -w -p tsconfig.json
  • watch:contractssol-compiler -w
Dependencies32
  • @0x/assert^3.0.34
  • @0x/base-contract^6.5.0
  • @0x/contract-addresses^6.19.0
  • @0x/contract-wrappers^13.20.6
  • @0x/contracts-erc20^3.3.34
  • @0x/contracts-zero-ex^0.36.1
  • @0x/dev-utils^4.2.14
  • @0x/json-schemas^6.4.4
  • @0x/neon-router^0.3.5
  • @0x/protocol-utils^11.16.1
  • @0x/quote-server^8.0.0
  • @0x/types^3.3.6
  • @0x/utils^6.5.3
  • @0x/web3-wrapper^7.6.5
  • @balancer-labs/sdk0.1.6
  • @bancor/sdk0.2.9
  • @ethersproject/abi^5.0.1
  • @ethersproject/address^5.0.1
  • @ethersproject/contracts^5.0.1
  • @ethersproject/providers^5.0.4
  • @ethersproject/strings^5.0.10
  • axios^0.21.1
  • axios-mock-adapter^1.19.0
  • balancer-labs-sor-v1npm:@balancer-labs/[email protected]
  • cream-sor^0.3.3
  • ethereum-types^3.7.0
  • fast-abi^0.0.5
  • graphql^15.4.0
  • graphql-request^3.4.0
  • heartbeats^5.0.1
  • …and 2 more.