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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 2 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.@hashgraph/smart-contracts="github:hashgraph/hedera-smart-contracts#v0.10.1" | 8 |
Manifest
Package metadata
Scripts44
buildnpm run compile && rimraf build && tsc -p tsconfig.jsoncleannpx hardhat cleanclean:allrimraf artifacts cache coverage node_modules build typechain-types && npm run cleanclean:modulesrimraf node_modulescompilenpx hardhat compilecompile:forcenpx hardhat compile --forcedocnpx hardhat dodoclintnpm run lint:sol && npm run lint:tslint:solsolhint 'contracts/**/*.sol'lint:tsnpx eslint . --ext .tspre-commitnpm run prettier && npm run lintprettierprettier --write "**/*.{ts,js,sol}" --plugin=prettier-plugin-solidityprettier:checkprettier --check "**/*.{ts,js,sol}" --plugin=prettier-plugin-soliditysizenpx hardhat size-contractsslithernpm run slither:summary && npm run slither:storageLayout && npm run slither:inheritance && npm run slither:analysisslither: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.tstest:burnablenpx hardhat test test/thread0/burnable.test.tstest:businessLogicResolvernpx hardhat test test/thread1/businessLogicResolver.test.tstest:cinpx hardhat test test/**/*.test.ts --no-compiletest:ci:parallelnpx hardhat test test/**/*.test.ts --no-compile --paralleltest:ci:thread0npx hardhat test test/thread0/*.test.ts --no-compiletest:ci:thread1npx hardhat test test/thread1/*.test.ts --no-compiletest:customFeesnpx hardhat test test/thread0/customFees.test.tstest:deletablenpx hardhat test test/thread0/deletable.test.tstest:diamondCutManagernpx hardhat test test/thread1/diamondCutManager.test.tstest:freezablenpx hardhat test test/thread0/freezable.test.ts- …and 14 more.
Dependencies1
commit-msg^0.2.3