PkgRadar

Package evidence

@microwiseai/[email protected]

Credential file access: matched ".npmrc"

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
14
First published
May 2026
Publisher
crimson206

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":["@microwiseai/[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":["@microwiseai/[email protected]"],"fail_on":"review"}'
Publishercrimson206
Artifact bytes35,327
Previous version0.4.3
Published2026-06-02T22:23:10.405Z
SHA-2563d5f2eeaea97eca1333f08cffa7723dbb25f08998696e1b38783719d69ff270b

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
30Score
0.4.4Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/auth.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/commands/check.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/lib/check.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/commands/config.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/lib/npmrc.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • cleanrm -rf dist
  • devtsc --watch
  • prepublishOnlynpm run build && chmod +x dist/index.js dist/bin/ist.js dist/bin/snapshot.js
  • testvitest
  • test:runvitest run
  • type-checktsc --noEmit
Dependencies5
  • @microwiseai/cli-auth^2.0.2
  • @microwiseai/snapshot^0.3.65
  • chalk^5.3.0
  • commander^12.1.0
  • ora^8.0.1