PkgRadar

Package evidence

@minmaps-dev/[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
896
Versions published
15
First published
Apr 2026
Publisher
dvertlib-mts

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":["@minmaps-dev/[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":["@minmaps-dev/[email protected]"],"fail_on":"review"}'
Publisherdvertlib-mts
Artifact bytes182,285
Previous version1.0.0-rc.15
Published2026-05-26T20:46:38.898Z
SHA-256df5efae0aa56dc631a686d6ef7090fc15822438a049095f59ce3215e09f14586

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/react.cjsmatched ".azure"5
lowCredential file accesspackage/dist/index.jsmatched ".azure"5
lowCredential file accesspackage/dist/react.jsmatched ".azure"5
lowCredential file accesspackage/src/themes/alt3-hybrid-style.jsonmatched ".azure"3

Manifest

Package metadata

Scripts7
  • buildrimraf dist && rollup -c
  • dev:sdkNODE_ENV=development rollup -cw
  • prepublishOnlynpm run typecheck && npm run test && npm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit