PkgRadar

Package evidence

@dpuse/[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
34
Versions published
26
First published
Mar 2026
Publisher
terrelljm

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":["@dpuse/[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":["@dpuse/[email protected]"],"fail_on":"review"}'
Publisherterrelljm
Artifact bytes255,960
Previous version0.3.504
Published2026-06-14T16:13:19.330Z
SHA-25665a0034dacfba5a2473c1ea414276752faca24a15a93f44e8872bcfc9e72a3d0

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
5Score
0.3.505Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/dpuse-development.es.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts10
  • auditop run --env-file=.env -- node -e "import('./dist/dpuse-development.es.js').then(m => m.auditDependencies())"
  • buildvite build
  • checknode -e "import('./dist/dpuse-development.es.js').then(m => m.checkDependencies())"
  • documentop run --env-file=.env -- node -e "import('./dist/dpuse-development.es.js').then(m => m.documentDependencies(['MIT']))"
  • formatnode -e "import('./dist/dpuse-development.es.js').then(m => m.formatCode())"
  • lintnode -e "import('./dist/dpuse-development.es.js').then(m => m.lintCode())"
  • releaseop run --env-file=.env -- node -e "import('./dist/dpuse-development.es.js').then(m => m.releaseProject())"
  • syncnode -e "import('./dist/dpuse-development.es.js').then(m => m.syncProjectWithGitHub())"
  • testnode -e "import('./dist/dpuse-development.es.js').then(m => m.testProject())"
  • updatenode -e "import('./dist/dpuse-development.es.js').then(m => m.updateDPUseDependencies(['eslint', 'shared']))"
Dependencies6
  • @dpuse/dpuse-shared^0.3.671
  • acorn^8.17.0
  • acorn-typescript^1.4.13
  • acorn-walk^8.3.5
  • nanoid^5.1.11
  • valibot^1.4.1