PkgRadar

Package evidence

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

Weekly downloads
303
Versions published
60Established · −30% score
First published
Aug 2025
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":["[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 bytes3,132,393
Previous version5.8.0
Published2026-05-13T19:12:52.462Z
SHA-256806a9c8bb2d4619582177e230184043663dd8f53d113288bae3c43edf66c6e58

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
1Score
5.8.1Version
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/utils/generated-agents-doc.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts26
  • buildpnpm run generate:hooks-docs && pnpm run build:frontend && tsc
  • build:docspnpm --filter dmux-docs run build
  • build:frontendpnpm --filter dmux-frontend run build
  • build:macos-helpernode scripts/build-macos-helper-bundle.js
  • cleanrm -rf dist src/utils/generated-agents-doc.ts native/macos/prebuilt/dmux-helper.app
  • devpnpm run dev:bootstrap && tsc && DMUX_DEV=true DMUX_DEV_WATCH=false node dist/index.js
  • dev:bootstrappnpm run generate:hooks-docs && pnpm run hooks:install-local
  • dev:docspnpm --filter dmux-docs run dev
  • dev:doctornode scripts/dev-doctor.js
  • dev:frontendpnpm --filter dmux-frontend run dev
  • dev:guard-runtimenode scripts/guard-runtime-parity.js
  • dev:watchpnpm run generate:hooks-docs && run-p --race dev:watch:compile dev:watch:run
  • dev:watch:compiletsc --watch --preserveWatchOutput --pretty false > /dev/null 2>&1
  • dev:watch:runnode scripts/dev-watch-run.js
  • generate:hooks-docsnode scripts/generate-hooks-docs.js
  • hooks:install-localbash scripts/install-local-hooks.sh
  • prepackpnpm run build:macos-helper
  • prepublishOnlypnpm run build
  • prereleaserun-s clean build typecheck smoke:pack
  • releasebumpp --commit --push --tag
  • release:majorbumpp major --commit --push --tag
  • release:minorbumpp minor --commit --push --tag
  • smoke:packnode scripts/smoke-pack-install.js
  • startnode dist/index.js
  • testvitest --run
  • typecheckpnpm run dev:guard-runtime && pnpm run generate:hooks-docs && tsc --noEmit
Dependencies10
  • chalk^5.3.0
  • chokidar^4.0.3
  • cli-highlight^2.1.11
  • ink^5.0.1
  • ink-text-input^6.0.0
  • p-queue^9.0.0
  • qrcode-terminal^0.12.0
  • react^18.2.0
  • string-width^7.2.0
  • vue^3.5.22