PkgRadar

Package evidence

[email protected]

no findings

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
4,855Niche · −30% score
Versions published
286Mature · −50% score
First published
Aug 2024
Publisher
s00d

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publishers00d
Artifact bytes165,353
Previous version3.18.3
Published2026-06-14T08:25:47.041Z
SHA-25600aef01cd1109f8ce886a12befbb165a6e0339b68e82795aa427782126e6406d

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.19.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts37
  • cleanfind . \( -name 'node_modules' -o -name '.nuxt' -o -name '.output' -o -name 'dist' \) -type d -prune -exec rm -rf '{}' + && find . \( -name 'pnpm-lock.yaml' -o -name 'package-lock.json' \) -type f -exec rm -f '{}' +
  • clean:testfind test/fixtures -type d \( -name '.nuxt' -o -name 'test-results' \) -exec rm -rf '{}' + 2>/dev/null || true
  • client:buildnuxi generate client
  • client:devnuxi dev client --port 3300
  • client:preparenuxi client:prepare client
  • compare:publishednode scripts/compare-published-dist.mjs
  • devnuxi dev playground
  • dev:buildnuxi build playground
  • dev:generatenuxi generate playground
  • dev:preparenuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground
  • docs:buildvitepress build docs
  • docs:clean-devvitepress dev docs --clean-cache
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • docs:servevitepress serve docs
  • formatbiome format --write .
  • format:checkbiome format .
  • lintbiome check .
  • lint:fixbiome check --write .
  • releasepnpm run release:check && pnpm run release:patch
  • release:authnode scripts/ensure-npm-auth.mjs
  • release:checkpnpm run format && pnpm run lint && pnpm run typecheck && pnpm run test:types && pnpm run test && pnpm run test:vitest && pnpm run test:workspaces
  • release:majorpnpm run release:auth && pnpm run prepack && node scripts/run-changelogen-release.mjs major && pnpm publish -r && git push --follow-tags
  • release:minorpnpm run release:auth && pnpm run prepack && node scripts/run-changelogen-release.mjs minor && pnpm publish -r && git push --follow-tags
  • release:patchpnpm run release:auth && pnpm run prepack && node scripts/run-changelogen-release.mjs patch && pnpm publish -r && git push --follow-tags
  • testplaywright test
  • test:dist:packagespnpm --filter "@i18n-micro/core" --filter "@i18n-micro/utils" --filter "@i18n-micro/hmr" --filter "@i18n-micro/vue" --filter "@i18n-micro/path-strategy" --filter "@i18n-micro/route-strategy" --filter "@i18n-micro/devtools-ui" --filter "@i18n-micro/astro" run test:dist
  • test:performancevitest run --config vitest.performance.config.ts
  • test:strategiesvitest run test/strategies.test.ts
  • test:typesvue-tsc --noEmit && cd playground && vue-tsc --noEmit
  • …and 7 more.
Dependencies12
  • @i18n-micro/core1.3.1
  • @i18n-micro/hmr1.0.0
  • @i18n-micro/path-strategy1.3.2
  • @i18n-micro/route-strategy1.1.7
  • @i18n-micro/test-utils1.2.1
  • @i18n-micro/types1.2.3
  • @i18n-micro/utils1.0.0
  • @nuxt/devtools-kit^2.6.3
  • @nuxt/kit^3.18.1 || ^4.0.0
  • chokidar^3.6.0
  • globby^14.1.0
  • ufo^1.5.4
Optional dependencies2
  • @rollup/rollup-linux-x64-gnu^4.28.1
  • @rollup/rollup-win32-x64-msvc^4.28.1