PkgRadar

Package evidence

@iinm/[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
87
First published
Mar 2026
Publisher
iinm

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":["@iinm/[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":["@iinm/[email protected]"],"fail_on":"review"}'
Publisheriinm
Artifact bytes138,769
Previous version1.10.18
Published2026-05-27T23:56:53.045Z
SHA-256d64cd02f2b5451ef5159bb960a89a572457d1581bd9b09a4af718246d8247dea

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/providers/platform/azure.mjsmatched ".azure"30

Manifest

Package metadata

Scripts5
  • checknpm run lint && tsc && npm run test
  • coveragenode --experimental-test-coverage --test-coverage-exclude='src/**/*.test.mjs' --test
  • fixnpx @biomejs/biome check --fix
  • lintnpx @biomejs/biome check
  • testnode --test