PkgRadar

Package evidence

@qiaolei81/[email protected]

Credential file access: matched ".azure"

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 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":["@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"}'
Artifact bytes262,561
Previous version0.3.9
Published2026-05-27T07:09:39.313Z
SHA-256cfe7aadcaf24daf950913de3c5bf0fbef0e03190015c3ff2718b7b7198dfb6aa

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

review
Last checked
reviewRisk
1Score
0.4.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/server.min.jsmatched ".azure"5

Manifest

Package metadata

Scripts24
  • buildvite build && node scripts/build.mjs
  • build:clientvite build
  • build:prodnode scripts/build.mjs --prod
  • build:watchnode scripts/build.mjs --watch
  • devcross-env DISABLE_TELEMETRY=true nodemon server.js
  • dev:clientvite
  • generate:apiopenapi-typescript openapi.yaml -o src/client/api/schema.d.ts
  • linteslint .
  • lint:checkeslint . --max-warnings 0
  • lint:fixeslint . --fix
  • prepublishOnlynpm run build:prod
  • release./scripts/release.sh
  • release:major./scripts/release.sh major
  • release:minor./scripts/release.sh minor
  • release:patch./scripts/release.sh patch
  • startcross-env DISABLE_TELEMETRY=true node server.js
  • testjest
  • test:allnpm test && npm run test:e2e
  • test:coveragejest --coverage
  • test:coverage:allnpm run test:coverage && npm run test:e2e
  • test:e2ecross-env DISABLE_TELEMETRY=true E2E_USE_FIXTURES=1 playwright test
  • test:e2e:debugcross-env DISABLE_TELEMETRY=true E2E_USE_FIXTURES=1 playwright test --debug
  • test:e2e:headedcross-env DISABLE_TELEMETRY=true E2E_USE_FIXTURES=1 playwright test --headed
  • test:watchjest --watch
Dependencies14
  • adm-zip^0.5.16
  • applicationinsights^2.9.8
  • compression^1.8.1
  • dompurify^3.3.1
  • express^4.18.2
  • helmet^8.1.0
  • js-yaml^4.1.1
  • marked^18.0.4
  • multer^2.0.2
  • pinia^3.0.4
  • vue^3.5.34
  • vue-router^5.0.7
  • vue-virtual-scroller^2.0.0-beta.8
  • zod^4.3.6