Package evidence
@unstoppabledomains/[email protected]
Remote Payload: matched "raw.githubusercontent.com"
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
- 18Established · −30% score
- First published
- Sep 2025
- Publisher
- vbuleiko
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":["@unstoppabledomains/[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":["@unstoppabledomains/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
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
Status history (1 event)
- new → available · risk review · score 17 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/sandbox/foundry/foundryup.sh | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Dependency Spec | package.json | devDependencies.dot-crypto="https://github.com/unstoppabledomains/dot-crypto.git#v2.0.1" | 8 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/sandbox/foundry/foundryup.sh | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Dependency Spec | package.json | devDependencies.dot-crypto="https://github.com/unstoppabledomains/dot-crypto.git#v2.0.1" | 8 |
| low | Install-time lifecycle script | package.json | postinstall="[ ! -d ./.git ] || yarn husky install" | 5 |
Remote payloads
Followed remote artifacts
| Source | URL | Risk | Score | Summary |
|---|---|---|---|---|
| devDependencies.dot-crypto | https://github.com/unstoppabledomains/dot-crypto.git#v2.0.1 | error | 0 | invalid gzip header |
Manifest
Package metadata
Scripts30
analyzeslither . --hardhat-artifacts-directory ./.artifacts --sarif slither.sarif --config-file .slither.jsonbuild:ciyarn build:package && yarn rebuild:sandbox && yarn copy:assetsbuild:packageyarn compile; rm -Rf dist/*; tsc --project tsconfig.build.jsoncompilehardhat compile --force;copy:assetsmkdir -p dist/sandbox/foundry/bin; cp sandbox/foundry/bin/.gitkeep dist/sandbox/foundry/bin/.gitkeep; cp sandbox/state.json dist/sandbox/; cp sandbox/foundry/foundryup.sh dist/sandbox/foundry;coveragenode --max-old-space-size=8192 ./node_modules/.bin/hardhat coveragedeploy:amoyhardhat run --network amoy scripts/deploy.tsdeploy:localhosthardhat run --network localhost scripts/deploy.tsdeploy:mainnethardhat run --network mainnet scripts/deploy_UNS.tsdeploy:mainnet:ltohardhat run --network polygon scripts/deploy_LTOCustody.tsdeploy:sepoliahardhat run --network sepolia scripts/deploy.tsgas-reportenv ENABLE_GAS_REPORT=true yarn test:sollintyarn lint:ts && yarn lint:sollint:fixyarn lint:ts:fix && yarn lint:sol:fixlint:solsolhint 'contracts/**/*.sol' && prettier -c 'contracts/**/*.sol'lint:sol:fixprettier --write "contracts/**/*.sol"lint:tseslint --ignore-path .gitignore .lint:ts:fixyarn prettier:ts:fix && eslint --ignore-path .gitignore . --fixmake:umlnpx sol2uml ./contracts -b UNSRegistry,MintingManager,ProxyReader -o ./assets/uns.svg -i ./contracts/mockspostinstall[ ! -d ./.git ] || yarn husky installprettier:ts:checkprettier --check --config ./.prettierrc --ignore-path ./.prettierignore "./**/*.ts"prettier:ts:fixprettier --write -l --config ./.prettierrc --ignore-path ./.prettierignore "./**/*.ts"rebuild:sandboxenv HARDHAT_NETWORK=sandbox DEBUG='UNS:*' ts-node --files ./sandbox/rebuild.tsstart:nodehardhat nodetestyarn test:sol && yarn test:sandboxtest:sandboxenv HARDHAT_NETWORK=sandbox mocha --timeout 100000 --require ts-node/register --exit ./sandbox/**/*.test.tstest:solhardhat test --typecheckupgrade:localhosthardhat run --network localhost scripts/upgrade.tsupgrade:mainnethardhat run --network mainnet scripts/upgrade.tsupgrade:sepoliahardhat run --network sepolia scripts/upgrade.ts
Dependencies6
@ensdomains/address-encoder^0.2.22bip39^3.0.0bip44-constants^243.0.0ethers^6.14.4hdkey^2.0.1web3^1.7.4