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.
- Versions published
- 27
- First published
- Feb 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (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":["@qiaolei81/[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":["@qiaolei81/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".azure"
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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/server.min.js | matched ".azure" | 5 |
Manifest
Package metadata
Scripts24
buildvite build && node scripts/build.mjsbuild:clientvite buildbuild:prodnode scripts/build.mjs --prodbuild:watchnode scripts/build.mjs --watchdevcross-env DISABLE_TELEMETRY=true nodemon server.jsdev:clientvitegenerate:apiopenapi-typescript openapi.yaml -o src/client/api/schema.d.tslinteslint .lint:checkeslint . --max-warnings 0lint:fixeslint . --fixprepublishOnlynpm run build:prodrelease./scripts/release.shrelease:major./scripts/release.sh majorrelease:minor./scripts/release.sh minorrelease:patch./scripts/release.sh patchstartcross-env DISABLE_TELEMETRY=true node server.jstestjesttest:allnpm test && npm run test:e2etest:coveragejest --coveragetest:coverage:allnpm run test:coverage && npm run test:e2etest:e2ecross-env DISABLE_TELEMETRY=true E2E_USE_FIXTURES=1 playwright testtest:e2e:debugcross-env DISABLE_TELEMETRY=true E2E_USE_FIXTURES=1 playwright test --debugtest:e2e:headedcross-env DISABLE_TELEMETRY=true E2E_USE_FIXTURES=1 playwright test --headedtest:watchjest --watch
Dependencies14
adm-zip^0.5.16applicationinsights^2.9.8compression^1.8.1dompurify^3.3.1express^4.18.2helmet^8.1.0js-yaml^4.1.1marked^18.0.4multer^2.0.2pinia^3.0.4vue^3.5.34vue-router^5.0.7vue-virtual-scroller^2.0.0-beta.8zod^4.3.6