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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 24 · status changed
Evidence
Static findings
1 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | dependencies.@t2-web/nft_land_contracts="git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.11" | 12 |
| medium | New Remote Dependency Vs Previous | package.json | dependencies.@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.jsoncheck-typesyarn tsc --noEmit -p src/__tests__/tsconfig.jsoncheck-types:incrementalyarn check-types --incrementalcoverageyarn c8 yarn testeslint:checkyarn eslint . --max-warnings 0 --ext .js,.jsx,.ts,.tsxlintconcurrently "yarn check-types" "yarn eslint:check" "yarn prettier:check"prepareyarn husky install && yarn buildprettier:checkyarn prettier --check .prettier:fixyarn prettier --write .test:ethereumHolesky:basic-fulfillnpx hardhat test ./src/__tests__/case_general/basic-fulfill.spec.ts --network ethereumHoleskytest:ethereumHolesky:config-collectionnpx hardhat test ./src/__tests__/case_general/config-collection.spec.ts --network ethereumHoleskytest:ethereumHolesky:create-collectionnpx hardhat test ./src/__tests__/case_general/create-collection.spec.ts --network ethereumHoleskytest:ethereumHolesky:nft-purchase-proxynpx hardhat test ./src/__tests__/case_general/nft-purchase-proxy.spec.ts --network ethereumHoleskytest:ethereumHolesky:partial-fulfillnpx hardhat test ./src/__tests__/case_general/partial-fulfill.spec.ts --network ethereumHoleskytest:ethereumSepolia:basic-fulfillnpx hardhat test --grep basic-fulfill-erc1155 --network ethereumSepoliatest:ethereumSepolia:config-collectionnpx hardhat test --grep config-collection --network ethereumSepoliatest:ethereumSepolia:create-collectionnpx hardhat test --grep create-collection --network ethereumSepoliatest:mchverseTestnet:basic-fulfillnpx hardhat test ./src/__tests__/case_general/basic-fulfill.spec.ts --network mchverseTestnettest:mchverseTestnet:config-collectionnpx hardhat test ./src/__tests__/case_general/config-collection.spec.ts --network mchverseTestnettest:mchverseTestnet:create-collectionnpx hardhat test ./src/__tests__/case_general/create-collection.spec.ts --network mchverseTestnettest: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.13async>=2.6.4cross-fetch>=2.2.6ethers^5.7.2got>=11.8.5merkletreejs^0.3.9minimatch>=3.0.5node-fetch>=2.6.7tar>=4.4.18undici>=5.8.2ws>=5.2.3