PkgRadar

Package evidence

@handy-common-utils/[email protected]

no findings

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
35Mature · −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 monitoring

No 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"}'
Publisherjames-hu
Artifact bytes8,376
Previous version1.11.12
Published2026-06-01T10:19:58.169Z
SHA-2569f8b088f6baa9427edc9bdedc0eb00e51db40519e9f5732737b75c65926386c1

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

low
Last checked
lowRisk
0Score
1.11.13Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts4
  • prepackshx rm -rf dist; tsc
  • prepareshx 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 && tsc
  • pretesteslint .
  • testESBK_TSCONFIG_PATH=test/tsconfig.json npx mocha --no-config --import=tsx test/*.spec.ts
Dependencies14
  • @handy-common-utils/dev-dependencies-common1.14.3
  • @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.0
  • c8^11.0.0
  • chai^6.2.2
  • chai-as-promised^8.0.2
  • eslint-plugin-chai-expect^4.1.0
  • eslint-plugin-chai-friendly^1.2.0
  • mocha^11.7.6
  • sinon^21.1.2
  • sinon-chai^4.0.1