PkgRadar

Package evidence

@michaelthielemann/[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
2
First published
Jun 2026
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":["@michaelthielemann/[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":["@michaelthielemann/[email protected]"],"fail_on":"review"}'
Artifact bytes737,502
Previous version4.0.0-beta.1
Published2026-06-05T08:54:55.570Z
SHA-256c3a2ccf830f51b825bc5534bf0fbc2d7b32e24d34ce3ed173bb64b19348abc20

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
4.0.0-beta.2Version
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/bin/init.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts26
  • buildnode ./scripts/build.js
  • devnode ./scripts/dev.js
  • dev:buildnuxi build playground
  • dev:pgcross-env NUXT_PRUVIOUS_DATABASE=postgresql://pruvious:[email protected]:5433/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:6380/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 .
  • releasenode ./scripts/release.js
  • testvitest run
  • test-uivitest --ui
  • test-ui:pgcross-env NUXT_PRUVIOUS_DATABASE=postgresql://pruvious:[email protected]:5433/pruvious_test vitest --ui
  • test-ui:rediscross-env NUXT_PRUVIOUS_REDIS=redis://127.0.0.1:6380/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:componentsvitest run test/components
  • test:db-backup-s3cross-env PRUVIOUS_DB_BACKUP_S3_KEY=pruvious PRUVIOUS_DB_BACKUP_S3_SECRET=pruvious PRUVIOUS_DB_BACKUP_S3_BUCKET=pruvious PRUVIOUS_DB_BACKUP_S3_REGION=us-east-1 PRUVIOUS_DB_BACKUP_S3_ENDPOINT=http://127.0.0.1:9000 vitest run --config vitest.db-backup-s3.config.ts
  • test:mysqlcross-env NUXT_PRUVIOUS_DATABASE=mysql://pruvious:[email protected]:3306/pruvious_test vitest run
  • test:pgcross-env NUXT_PRUVIOUS_DATABASE=postgresql://pruvious:[email protected]:5433/pruvious_test vitest run
  • test:rediscross-env NUXT_PRUVIOUS_REDIS=redis://127.0.0.1:6380/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:ssgvitest run --config vitest.ssg.config.ts
  • test:ssg-s3cross-env PRUVIOUS_SSG_S3=1 PRUVIOUS_SSG_S3_KEY=pruvious PRUVIOUS_SSG_S3_SECRET=pruvious PRUVIOUS_SSG_S3_BUCKET=pruvious PRUVIOUS_SSG_S3_REGION=us-east-1 PRUVIOUS_SSG_S3_ENDPOINT=http://127.0.0.1:9000 PRUVIOUS_SSG_S3_BASE_URL=http://127.0.0.1:9000/pruvious vitest run --config vitest.ssg-s3.config.ts
  • test:typesvue-tsc --noEmit && cd playground && vue-tsc --noEmit
  • test:watchvitest watch
  • trynode ./scripts/try.js
Dependencies76
  • @antfu/utils^0.7.10
  • @aws-sdk/client-s3^3.1053.0
  • @babel/generator^7.29.1
  • @inquirer/editor^1.2.15
  • @node-rs/argon2^2.0.2
  • @nuxt/kit^4.4.6
  • @tiptap/core^3.23.6
  • @tiptap/extension-blockquote^3.23.6
  • @tiptap/extension-bold^3.23.6
  • @tiptap/extension-bullet-list^3.23.6
  • @tiptap/extension-code^3.23.6
  • @tiptap/extension-code-block^3.23.6
  • @tiptap/extension-document^3.23.6
  • @tiptap/extension-dropcursor^3.23.6
  • @tiptap/extension-gapcursor^3.23.6
  • @tiptap/extension-hard-break^3.23.6
  • @tiptap/extension-heading^3.23.6
  • @tiptap/extension-highlight^3.23.6
  • @tiptap/extension-history^3.23.6
  • @tiptap/extension-horizontal-rule^3.23.6
  • @tiptap/extension-italic^3.23.6
  • @tiptap/extension-link^3.23.6
  • @tiptap/extension-list-item^3.23.6
  • @tiptap/extension-ordered-list^3.23.6
  • @tiptap/extension-paragraph^3.23.6
  • @tiptap/extension-placeholder^3.23.6
  • @tiptap/extension-strike^3.23.6
  • @tiptap/extension-subscript^3.23.6
  • @tiptap/extension-superscript^3.23.6
  • @tiptap/extension-text^3.23.6
  • …and 46 more.