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 bytes17,538
Previous version2.1.2
Published2026-02-25T08:08:43.425Z
SHA-25647c8f22910cb87fdceaee7d0884a08c751b61d02680cc8563dfcc7609b3141db

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.3Version
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
Dependencies49
  • @babel/core^7.29.0
  • @babel/plugin-transform-runtime^7.29.0
  • @babel/preset-env^7.29.0
  • @babel/preset-react^7.28.5
  • @babel/runtime^7.28.6
  • @commitlint/cli^20.4.2
  • @commitlint/config-conventional^20.4.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.4.24
  • babel-loader^10.0.0
  • babel-plugin-react-compiler^1.0.0
  • css-loader^7.1.4
  • esbuild^0.27.3
  • esbuild-loader^4.4.2
  • eslint^10.0.2
  • eslint-plugin-react^7.37.5
  • eslint-plugin-react-compiler^19.1.0-rc.2
  • eslint-plugin-react-hooks^7.0.1
  • file-loader^6.2.0
  • fs-extra^11.3.3
  • globals^17.3.0
  • html-loader^5.1.0
  • html-webpack-plugin^5.6.6
  • huxy-server^1.1.4
  • jest^30.2.0
  • jest-environment-jsdom^30.2.0
  • less^4.5.1
  • …and 19 more.