PkgRadar

Package evidence

[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.

Weekly downloads
15
Versions published
26Established · −30% score
First published
Nov 2025
Publisher
mios-tech-oscar

Effective trust discount applied: 30% (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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes61,100
Previous version1.6.20
Published2026-05-26T20:08:16.400Z
SHA-25652f6490691c4b5546e79d7839dbbd0fc6eab7b152d15bf2ceeb6ad6820391199

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
9Score
1.6.21Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/client-web/core/OpenAPI.jsmatched ".azure"5
lowCredential file accesspackage/client/core/OpenAPI.tsmatched ".azure"5
lowCredential file accesspackage/package.jsonmatched ".azure"3

Manifest

Package metadata

Scripts6
  • generate-clientopenapi --input https://nuvfit-api-bcb4dyffetgkhkay.francecentral-01.azurewebsites.net/openapi.json --output ./client && tsc -p . --outDir ./client-web
  • generate-client-localopenapi --input http://localhost:8000/openapi.json --output ./client && tsc -p . --outDir ./client-web
  • generate-client-local-to-prodopenapi --input http://localhost:8000/openapi.json --output ./generated-package/client && tsc -p . --outDir ./generated-package/client-web
  • generate-client-prodopenapi --input https://nuvfit-api-bcb4dyffetgkhkay.francecentral-01.azurewebsites.net/openapi.json --output ./client && tsc -p . --outDir ./client-web
  • generate-client-prod-localopenapi --input https://nuvfit-api-bcb4dyffetgkhkay.francecentral-01.azurewebsites.net/openapi.json --output ./generated-package/client && tsc -p . --outDir ./generated-package/client-web
  • testecho "Error: no test specified" && exit 1