PkgRadar

Package evidence

@hhgtech/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
6,464Niche · −30% score
Versions published
2,565Mature · −50% score
First published
Dec 2020
Publisher
hhg_admin_dev

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

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":["@hhgtech/[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":["@hhgtech/[email protected]"],"fail_on":"review"}'
Publisherhhg_admin_dev
Artifact bytes4,883,828
Previous version1.29.539-beta-4
Published2026-05-26T03:14:36.123Z
SHA-2568181c26063db6203078ae37e8ee429082e937e7f12693c7f5866f493be75b46b

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.29.539-beta-5Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/package.jsonmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts29
  • buildrm -rf build && rollup -c
  • build-copynpm run build && rm -rf $PROJECT_PATH/.next $PROJECT_PATH/node_modules/.cache $PROJECT_PATH/node_modules/@hhgtech/hhg-components/build && cp -R ./build $PROJECT_PATH/node_modules/@hhgtech/hhg-components && cp package.json $PROJECT_PATH/node_modules/@hhgtech/hhg-components/package.json && echo 'Ready to test on local'
  • build-storybookstorybook build --quiet -o ./storybook-build
  • build2rm -rf build2 && npm run build2:typescript && npm run build2:copy-assets
  • build2:copy-assetsnode copyAssets.js
  • build2:typescriptttsc -p tsconfig.json --jsx preserve -t es2020 --outDir build2 --declarationDir build2 --noEmit false
  • deploy-storybooknpm run storybook-deployer -- --ci --source-branch=master --host-token-env-variable=GITHUB_TOKEN
  • devrollup -c -w
  • formatpretty-quick
  • generate:componentplop component
  • generate:hookplop hook
  • get-baby-growthnode ./src/scripts/getBabyGrowthData.js
  • get-translationnode ./src/scripts/getTranslationFromFile.js
  • gitlabnode ./src/scripts/gitWorkflow.mjs
  • icons:generatenode ./scripts/generate-storybook-icons.js
  • linteslint "*/**/*.{ts,tsx}" --ignore-pattern "/build/"
  • lint:fixeslint --fix '*/**/*.{ts,tsx}' --ignore-pattern '/build/'
  • preparehusky install
  • prepublishOnlynpm run build
  • sbstorybook dev -p 6006
  • storybookstorybook dev -p 6006
  • storybook-deployerstorybook-to-ghpages
  • storybook:exportstorybook build
  • testpretty-quick --staged && npm run lint
  • test:update:snapshotjest --updateSnapshot
  • test:watchjest --watch
  • type-checktsc --project ./tsconfig.json
  • watchnpx watch -u -d --wait=5 --interval=5 "npm run build" src/
  • watch-copynpx watch -u -d --wait=5 --interval=5 "npm run build-copy" src/
Dependencies45
  • @emotion/react^11.11.1
  • @emotion/styled^11.11.5
  • @hhgtech/icons^0.0.68
  • @hookform/resolvers^2.9.10
  • @mantine/carousel6.0.21
  • @mantine/core6.0.21
  • @mantine/dates6.0.21
  • @mantine/form6.0.21
  • @mantine/hooks6.0.21
  • @mantine/modals6.0.21
  • @mantine/notifications6.0.21
  • @react-google-maps/api^2.18.1
  • @storybook/manager-api^7.0.17
  • @storybook/theming^7.0.17
  • browser-image-compression^2.0.0
  • classnames^2.5.1
  • dayjs^1.11.8
  • embla-carousel^7.1.0
  • embla-carousel-react^7.1.0
  • embla-carousel-wheel-gestures^3.0.0
  • fastdom^1.0.12
  • framer-motion^6.5.1
  • html-react-parser^1.2.7
  • innertext^1.0.3
  • intl-tel-input^17.0.19
  • js-cookie^3.0.5
  • lottie-light-react^2.4.0
  • react-contenteditable^3.3.6
  • react-day-picker^7.4.10
  • react-google-recaptcha^3.1.0
  • …and 15 more.