PkgRadar

Package evidence

@t2-web/[email protected]

Remote Dependency Spec: devDependencies.@t2-web/nft_land_contracts="git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.4"

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
9
First published
Dec 2024
Publisher
ptntlee

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":["@t2-web/[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":["@t2-web/[email protected]"],"fail_on":"review"}'
Publisherptntlee
Artifact bytes689,425
Previous version2.1.21
Published2026-06-03T02:18:06.719Z
SHA-25653fe029f3b8bdd03910435c1d8c370e37a9c56b6531daeb81fa989e2a4454640

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@t2-web/nft_land_contracts="git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.4"

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

Availability ledger

available

review
Last checked
reviewRisk
16Score
2.1.22Version
Status history (2 events)
  1. availableavailable · risk review · score 16 · status available -> available, risk high -> review, score 43 -> 16
  2. newavailable · risk high · score 43 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@t2-web/nft_land_contracts="git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.4"8
mediumNew Remote Dependency Vs Previouspackage.jsondevDependencies.@t2-web/nft_land_contracts added in 2.1.22 vs 2.1.21: "git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.4"8

Manifest

Package metadata

Scripts10
  • buildnpx hardhat compile && yarn tsc -p tsconfig.build.json
  • check-typesyarn tsc --noEmit -p src/__tests__/tsconfig.json
  • check-types:incrementalyarn check-types --incremental
  • coverageyarn c8 yarn test
  • eslint:checkyarn eslint . --max-warnings 0 --ext .js,.jsx,.ts,.tsx
  • lintconcurrently "yarn check-types" "yarn eslint:check" "yarn prettier:check"
  • prepareyarn husky install && yarn build
  • prettier:checkyarn prettier --check .
  • prettier:fixyarn prettier --write .
  • testnpx hardhat test
Dependencies12
  • @0xsequence/multicall^0.39.0
  • @types/sinon^10.0.13
  • async>=2.6.4
  • cross-fetch>=2.2.6
  • ethers^5.7.2
  • got>=11.8.5
  • merkletreejs^0.3.9
  • minimatch>=3.0.5
  • node-fetch>=2.6.7
  • tar>=4.4.18
  • undici>=5.8.2
  • ws>=5.2.3