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 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: 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
Status history (2 events)
- available → available · risk review · score 16 · status available -> available, risk high -> review, score 43 -> 16
- new → available · risk high · score 43 · 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 | devDependencies.@t2-web/nft_land_contracts="git+ssh://[email protected]/t2-web/nft_land_contracts.git#v2.1.4" | 8 |
| medium | New Remote Dependency Vs Previous | package.json | devDependencies.@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.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 .testnpx hardhat test
Dependencies12
@0xsequence/multicall^0.39.0@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