PkgRadar

Package evidence

@t2-web/[email protected]

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

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
3
Versions published
10Established · −30% score
First published
Dec 2024
Publisher
ptntlee

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":["@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 bytes705,779
Previous version2.1.22
Published2026-06-05T11:00:10.878Z
SHA-256f2c5eb4880c94dda13550ef0a7583c113077b086f2c61a0aa8c6fe641e08b64b

Why flagged

What the scanner saw

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

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@t2-web/nft_land_contracts="git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.11"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.@t2-web/nft_land_contracts added in 2.1.23 vs 2.1.22: "git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.11"12

Manifest

Package metadata

Scripts21
  • 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 .
  • test:ethereumHolesky:basic-fulfillnpx hardhat test ./src/__tests__/case_general/basic-fulfill.spec.ts --network ethereumHolesky
  • test:ethereumHolesky:config-collectionnpx hardhat test ./src/__tests__/case_general/config-collection.spec.ts --network ethereumHolesky
  • test:ethereumHolesky:create-collectionnpx hardhat test ./src/__tests__/case_general/create-collection.spec.ts --network ethereumHolesky
  • test:ethereumHolesky:nft-purchase-proxynpx hardhat test ./src/__tests__/case_general/nft-purchase-proxy.spec.ts --network ethereumHolesky
  • test:ethereumHolesky:partial-fulfillnpx hardhat test ./src/__tests__/case_general/partial-fulfill.spec.ts --network ethereumHolesky
  • test:ethereumSepolia:basic-fulfillnpx hardhat test --grep basic-fulfill-erc1155 --network ethereumSepolia
  • test:ethereumSepolia:config-collectionnpx hardhat test --grep config-collection --network ethereumSepolia
  • test:ethereumSepolia:create-collectionnpx hardhat test --grep create-collection --network ethereumSepolia
  • test:mchverseTestnet:basic-fulfillnpx hardhat test ./src/__tests__/case_general/basic-fulfill.spec.ts --network mchverseTestnet
  • test:mchverseTestnet:config-collectionnpx hardhat test ./src/__tests__/case_general/config-collection.spec.ts --network mchverseTestnet
  • test:mchverseTestnet:create-collectionnpx hardhat test ./src/__tests__/case_general/create-collection.spec.ts --network mchverseTestnet
  • test:mchverseTestnet:partial-fulfillnpx hardhat test ./src/__tests__/case_general/partial-fulfill.spec.ts --network mchverseTestnet
Dependencies14
  • @0xsequence/multicall^0.39.0
  • @openzeppelin/contracts^4.8.3
  • @t2-web/nft_land_contractsgit+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.11
  • @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