PkgRadar

Package evidence

@hashgraph/[email protected]

Remote Dependency Spec: devDependencies.@hashgraph/smart-contracts="github:hashgraph/hedera-smart-contracts#v0.10.1"

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
39Mature · −50% score
First published
Oct 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@hashgraph/[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":["@hashgraph/[email protected]"],"fail_on":"review"}'
Artifact bytes365,466
Previous version4.0.1
Published2025-12-10T17:16:19.767Z
SHA-256416f678a2e038d050d7d3fd1d2cfb2e46ba102bbfe2fa6f5428d1ed067a96f32

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@hashgraph/smart-contracts="github:hashgraph/hedera-smart-contracts#v0.10.1"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@hashgraph/smart-contracts="github:hashgraph/hedera-smart-contracts#v0.10.1"8

Manifest

Package metadata

Scripts44
  • buildnpm run compile && rimraf build && tsc -p tsconfig.json
  • cleannpx hardhat clean
  • clean:allrimraf artifacts cache coverage node_modules build typechain-types && npm run clean
  • clean:modulesrimraf node_modules
  • compilenpx hardhat compile
  • compile:forcenpx hardhat compile --force
  • docnpx hardhat dodoc
  • lintnpm run lint:sol && npm run lint:ts
  • lint:solsolhint 'contracts/**/*.sol'
  • lint:tsnpx eslint . --ext .ts
  • pre-commitnpm run prettier && npm run lint
  • prettierprettier --write "**/*.{ts,js,sol}" --plugin=prettier-plugin-solidity
  • prettier:checkprettier --check "**/*.{ts,js,sol}" --plugin=prettier-plugin-solidity
  • sizenpx hardhat size-contracts
  • slithernpm run slither:summary && npm run slither:storageLayout && npm run slither:inheritance && npm run slither:analysis
  • slither:analysisdocker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$(pwd)":"/home/ethsec/contracts" -w "/home/ethsec/contracts" -u 0:0 trailofbits/eth-security-toolbox -c "solc-select install 0.8.16 && solc-select use 0.8.16 && slither ./contracts --solc-remaps @=node_modules/@ &> ./Slither/contract-analysis.txt"
  • slither:inheritancedocker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$(pwd)":"/home/ethsec/contracts" -w "/home/ethsec/contracts" -u 0:0 trailofbits/eth-security-toolbox -c "solc-select install 0.8.16 && solc-select use 0.8.16 && slither ./contracts --print inheritance --solc-remaps @=node_modules/@ &> ./Slither/contract-inheritance.txt"
  • slither:storageLayoutdocker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$(pwd)":"/home/ethsec/contracts" -w "/home/ethsec/contracts" -u 0:0 trailofbits/eth-security-toolbox -c "solc-select install 0.8.16 && solc-select use 0.8.16 && slither ./contracts --print variable-order --solc-remaps @=node_modules/@ &> ./Slither/contract-storage-layout.txt"
  • slither:summarydocker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$(pwd)":"/home/ethsec/contracts" -w "/home/ethsec/contracts" -u 0:0 trailofbits/eth-security-toolbox -c "solc-select install 0.8.16 && solc-select use 0.8.16 && slither ./contracts --print human-summary --solc-remaps @=node_modules/@ &> ./Slither/contract-summary.txt"
  • testnpx hardhat test test/**/*.test.ts
  • test:burnablenpx hardhat test test/thread0/burnable.test.ts
  • test:businessLogicResolvernpx hardhat test test/thread1/businessLogicResolver.test.ts
  • test:cinpx hardhat test test/**/*.test.ts --no-compile
  • test:ci:parallelnpx hardhat test test/**/*.test.ts --no-compile --parallel
  • test:ci:thread0npx hardhat test test/thread0/*.test.ts --no-compile
  • test:ci:thread1npx hardhat test test/thread1/*.test.ts --no-compile
  • test:customFeesnpx hardhat test test/thread0/customFees.test.ts
  • test:deletablenpx hardhat test test/thread0/deletable.test.ts
  • test:diamondCutManagernpx hardhat test test/thread1/diamondCutManager.test.ts
  • test:freezablenpx hardhat test test/thread0/freezable.test.ts
  • …and 14 more.
Dependencies1
  • commit-msg^0.2.3