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
- 79
- Versions published
- 34Mature · −50% score
- First published
- Mar 2023
- Publisher
- james-hu
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@handy-common-utils/[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":["@handy-common-utils/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts4
prepackshx rm -rf dist; tscprepareshx cp ../LICENSE ../tsconfig.* ../eslint.config.* ../prettier.config.* ../.prettierignore ../.nycrc.* ../.mocharc.* . && replace-in-file .prettierignore 'jest/test/.*?\n' '' && replace-in-files 'mocha/test/' 'test/' .prettierignore eslint.config.cjs && replace-in-files 'eslint-config-sensible-prettier-typescript' '@handy-common-utils/dev-dependencies-mocha' prettier.config.cjs eslint.config.cjs && tscpretesteslint .testESBK_TSCONFIG_PATH=test/tsconfig.json npx mocha --no-config --import=tsx test/*.spec.ts
Dependencies14
@handy-common-utils/dev-dependencies-common1.14.1@types/chai^5.2.3@types/chai-as-promised^8.0.2@types/mocha^10.0.10@types/sinon^21.0.1@types/sinon-chai^4.0.0c8^11.0.0chai^6.2.2chai-as-promised^8.0.2eslint-plugin-chai-expect^4.1.0eslint-plugin-chai-friendly^1.2.0mocha^11.7.5sinon^21.1.2sinon-chai^4.0.1