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
- 176
- Versions published
- 12
- First published
- Mar 2026
- Publisher
- loners
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@up-cli/[email protected]"],"fail_on":"high"}'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":["@up-cli/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential File Packaged: package/vue-ts-h5/.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 high · score 43 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/vue-ts-h5/.npmrc | package/vue-ts-h5/.npmrc | 35 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/vue-ts-h5/.npmrc | package/vue-ts-h5/.npmrc | 35 |
| low | Install-time lifecycle script | package.json | preinstall="npx only-allow pnpm" | 5 |
| low | Credential file access | package/package.json | matched ".npmrc" | 3 |
Manifest
Package metadata
Scripts11
buildvue-tsc -b && vite buildbuild:h5-cdnvue-tsc -b && cross-env UP_CDN=https://cdn.upchina.com/front/up-data-h5 vite builddevvitelinteslintlint:fixeslint --fixparse-iconcross-env NODE_ENV=production node --loader @esbuild-kit/esm-loader scripts/parse-icon.tspreinstallnpx only-allow pnpmpreparehusky .huskypreviewup-cli server -d distreleaseup-cli release -i dist -o release/DemoWebServer -p DemoWebServer -n DemoWebServer.tar.gzupload-cdnup-cli upload -b front/up-data-h5
Dependencies10
@tanstack/vue-query^5.95.0@tanstack/vue-virtual^3.13.23@vueuse/core^14.2.1axios^1.7.7dayjs^1.11.13lodash-es^4.17.21pinia^3.0.4vant^4.9.22vue^3.5.31vue-router^5.0.3