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
715
Versions published
60Mature · −50% score
First published
Jan 2024
Publisher
murisceman

Effective trust discount applied: 50% (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"}'
Publishermurisceman
Artifact bytes516,164
Previous version3.15.6
Published2026-06-06T07:24:44.831Z
SHA-25624cd5707db59124f7868fde5917c933b0842b2fd13c81b42ec2f3fa71d960f77

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
2Score
3.16.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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/bin/init.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts22
  • buildnode ./scripts/build.js
  • devnode ./scripts/dev.js
  • dev:buildnuxi build playground
  • dev:pgcross-env NUXT_PRUVIOUS_DATABASE=postgresql://pruvious:[email protected]:5432/pruvious node ./scripts/dev.js
  • dev:preparenuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground
  • dev:rediscross-env NUXT_PRUVIOUS_REDIS=redis://127.0.0.1:6379/0 node ./scripts/dev.js
  • dev:s3cross-env NUXT_PRUVIOUS_UPLOADS_DRIVE_TYPE=s3 NUXT_PRUVIOUS_UPLOADS_DRIVE_KEY=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_SECRET=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_BUCKET=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_REGION=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_ENDPOINT=http://127.0.0.1:9000 NUXT_PRUVIOUS_UPLOADS_DRIVE_BASE_URL=http://127.0.0.1:9000/pruvious node ./scripts/dev.js
  • formatprettier --write .
  • linteslint .
  • prepacknuxt-module-build build
  • releasenode ./scripts/release.js
  • testvitest run
  • test-uivitest --ui
  • test-ui:pgcross-env NUXT_PRUVIOUS_DATABASE=postgresql://pruvious:[email protected]:5432/pruvious_test vitest --ui
  • test-ui:rediscross-env NUXT_PRUVIOUS_REDIS=redis://127.0.0.1:6379/1 vitest --ui
  • test-ui:s3cross-env NUXT_PRUVIOUS_UPLOADS_DRIVE_TYPE=s3 NUXT_PRUVIOUS_UPLOADS_DRIVE_KEY=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_SECRET=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_BUCKET=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_REGION=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_ENDPOINT=http://127.0.0.1:9000 NUXT_PRUVIOUS_UPLOADS_DRIVE_BASE_URL=http://127.0.0.1:9000/pruvious vitest --ui
  • test:pgcross-env NUXT_PRUVIOUS_DATABASE=postgresql://pruvious:[email protected]:5432/pruvious_test vitest run
  • test:rediscross-env NUXT_PRUVIOUS_REDIS=redis://127.0.0.1:6379/1 vitest run
  • test:s3cross-env NUXT_PRUVIOUS_UPLOADS_DRIVE_TYPE=s3 NUXT_PRUVIOUS_UPLOADS_DRIVE_KEY=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_SECRET=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_BUCKET=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_REGION=pruvious NUXT_PRUVIOUS_UPLOADS_DRIVE_ENDPOINT=http://127.0.0.1:9000 NUXT_PRUVIOUS_UPLOADS_DRIVE_BASE_URL=http://127.0.0.1:9000/pruvious vitest run
  • test:typesvue-tsc --noEmit && cd playground && vue-tsc --noEmit
  • test:watchvitest watch
  • trynode ./scripts/try.js
Dependencies77
  • @antfu/utils^0.7.10
  • @aws-sdk/client-s3^3.606.0
  • @babel/generator^7.29.1
  • @inquirer/editor^1.2.15
  • @nuxt/kit^4.4.6
  • @tiptap/core2.1.13
  • @tiptap/extension-blockquote2.1.13
  • @tiptap/extension-bold2.1.13
  • @tiptap/extension-bullet-list2.1.13
  • @tiptap/extension-code2.1.13
  • @tiptap/extension-code-block2.1.13
  • @tiptap/extension-document2.1.13
  • @tiptap/extension-dropcursor2.1.13
  • @tiptap/extension-gapcursor2.1.13
  • @tiptap/extension-hard-break2.1.13
  • @tiptap/extension-heading2.1.13
  • @tiptap/extension-highlight2.1.13
  • @tiptap/extension-history2.1.13
  • @tiptap/extension-horizontal-rule2.1.13
  • @tiptap/extension-italic2.1.13
  • @tiptap/extension-link2.1.13
  • @tiptap/extension-list-item2.1.13
  • @tiptap/extension-ordered-list2.1.13
  • @tiptap/extension-paragraph2.1.13
  • @tiptap/extension-placeholder2.1.13
  • @tiptap/extension-strike2.1.13
  • @tiptap/extension-subscript2.1.13
  • @tiptap/extension-superscript2.1.13
  • @tiptap/extension-text2.1.13
  • @tiptap/extension-text-align2.1.13
  • …and 47 more.