PkgRadar

Package evidence

@huxy/[email protected]

Credential file access: matched ".npmrc"

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
309
Versions published
187Mature · −50% score
First published
Feb 2023
Publisher
ihuxy

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":["@huxy/[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":["@huxy/[email protected]"],"fail_on":"review"}'
Publisherihuxy
Artifact bytes16,642
Previous version2.1.5
Published2026-06-08T10:54:05.107Z
SHA-256a53bb98f083db8e39ffd5155ab498149feffafc68576f6770d0d1e485a4cfa7e

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
2.1.6Version
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.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/configs/fileList.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts11
  • analyzeANALYZE=1 webpack --config scripts/webpack.production.js --progress
  • buildwebpack --config scripts/webpack.production.js --progress
  • eslinteslint scripts --ext .js,.jsx
  • lintnpm run eslint && npm run stylelint
  • lint-fixeslint --fix scripts --ext .js,.jsx && stylelint --fix 'scripts/**/*.{css,less}'
  • prettierprettier 'scripts/**/*' --write --ignore-unknown
  • releasecommit-and-tag-version
  • servernode scripts/server.js --watch scripts/server.js
  • startnode scripts/index.js
  • stylelintstylelint 'scripts/**/*.{css,less}'
  • testjest --colors --coverage
Dependencies47
  • @babel/core^7.29.7
  • @babel/plugin-transform-runtime^7.29.7
  • @babel/preset-env^7.29.7
  • @babel/preset-react^7.29.7
  • @babel/runtime^7.29.7
  • @commitlint/cli^21.0.2
  • @commitlint/config-conventional^21.0.2
  • @huxy/commit-and-tag-version^12.4.1
  • @huxy/copy-file-webpack-plugin^1.1.5
  • @huxy/open-browser-webpack-plugin^1.1.3
  • @huxy/utils^2.1.16
  • autoprefixer^10.5.0
  • babel-loader^10.1.1
  • babel-plugin-react-compiler^1.0.0
  • css-loader^7.1.4
  • esbuild^0.28.0
  • esbuild-loader^4.4.3
  • eslint^10.4.1
  • eslint-plugin-react^7.37.5
  • eslint-plugin-react-compiler^19.1.0-rc.2
  • eslint-plugin-react-hooks^7.1.1
  • fs-extra^11.3.5
  • globals^17.6.0
  • html-loader^5.1.0
  • html-webpack-plugin^5.6.7
  • huxy-server^1.1.5
  • jest^30.4.2
  • jest-environment-jsdom^30.4.1
  • less^4.6.4
  • less-loader^13.0.0
  • …and 17 more.