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
- 208
- Versions published
- 45
- First published
- May 2026
- Publisher
- vuluu2k
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
Scripts27
buildecho 'No need to build - shipping raw SFC'build:storybookcd storybook-vue3 && npm run build-storybookbuild:vue2cd playground-vue2 && npm run buildbuild:vue3cd playground-vue3 && npm run builddevvitedev:vue2cd playground-vue2 && npm run devdev:vue3cd playground-vue3 && npm run devformatprettier --write .format:checkprettier --check .linteslint . --ext .js,.cjs,.vuelint:fixeslint . --ext .js,.cjs,.vue --fixpreparehusky install || echo "(husky skipped)"prepublishOnlynpm run sync:exports:check && npm run test:buildpreviewconcurrently --names vue3,vue2 --prefix-colors cyan,magenta "npm:dev:vue3" "npm:dev:vue2"releasenode scripts/release.jsrelease:drynode scripts/release.js patch --dry-runrelease:fastnode scripts/release.js patch --skip-checksrelease:majornode scripts/release.js majorrelease:minornode scripts/release.js minorrelease:patchnode scripts/release.js patchsync:exportsnode scripts/sync-exports.jssync:exports:checknode scripts/sync-exports.js --checktestconcurrently --names vue3,vue2 --prefix-colors cyan,magenta "npm:test:vue3" "npm:test:vue2"test:buildconcurrently --kill-others-on-fail --names vue3,vue2,sb --prefix-colors cyan,magenta,yellow "npm:build:vue3" "npm:build:vue2" "npm:build:storybook"test:storybooknpm run build:storybooktest:vue2cd playground-vue2 && npm testtest:vue3cd playground-vue3 && npm test