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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/configs/fileList.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts11
analyzeANALYZE=1 webpack --config scripts/webpack.production.js --progressbuildwebpack --config scripts/webpack.production.js --progresseslinteslint scripts --ext .js,.jsxlintnpm run eslint && npm run stylelintlint-fixeslint --fix scripts --ext .js,.jsx && stylelint --fix 'scripts/**/*.{css,less}'prettierprettier 'scripts/**/*' --write --ignore-unknownreleasecommit-and-tag-versionservernode scripts/server.js --watch scripts/server.jsstartnode scripts/index.jsstylelintstylelint '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.16autoprefixer^10.4.24babel-loader^10.0.0babel-plugin-react-compiler^1.0.0css-loader^7.1.4esbuild^0.27.3esbuild-loader^4.4.2eslint^10.0.2eslint-plugin-react^7.37.5eslint-plugin-react-compiler^19.1.0-rc.2eslint-plugin-react-hooks^7.0.1file-loader^6.2.0fs-extra^11.3.3globals^17.3.0html-loader^5.1.0html-webpack-plugin^5.6.6huxy-server^1.1.4jest^30.2.0jest-environment-jsdom^30.2.0less^4.5.1- …and 19 more.