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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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 || trueclient:buildnuxi generate clientclient:devnuxi dev client --port 3300client:preparenuxi client:prepare clientcompare:publishednode scripts/compare-published-dist.mjsdevnuxi dev playgrounddev:buildnuxi build playgrounddev:generatenuxi generate playgrounddev:preparenuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playgrounddocs:buildvitepress build docsdocs:clean-devvitepress dev docs --clean-cachedocs:devvitepress dev docsdocs:previewvitepress preview docsdocs:servevitepress serve docsformatbiome format --write .format:checkbiome format .lintbiome check .lint:fixbiome check --write .releasepnpm run release:check && pnpm run release:patchrelease:authnode scripts/ensure-npm-auth.mjsrelease:checkpnpm run format && pnpm run lint && pnpm run typecheck && pnpm run test:types && pnpm run test && pnpm run test:vitest && pnpm run test:workspacesrelease:majorpnpm run release:auth && pnpm run prepack && node scripts/run-changelogen-release.mjs major && pnpm publish -r && git push --follow-tagsrelease:minorpnpm run release:auth && pnpm run prepack && node scripts/run-changelogen-release.mjs minor && pnpm publish -r && git push --follow-tagsrelease:patchpnpm run release:auth && pnpm run prepack && node scripts/run-changelogen-release.mjs patch && pnpm publish -r && git push --follow-tagstestplaywright testtest: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:disttest:performancevitest run --config vitest.performance.config.tstest:strategiesvitest run test/strategies.test.tstest: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.0chokidar^3.6.0globby^14.1.0ufo^1.5.4
Optional dependencies2
@rollup/rollup-linux-x64-gnu^4.28.1@rollup/rollup-win32-x64-msvc^4.28.1