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
208
Versions published
45
First published
May 2026
Publisher
vuluu2k

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"}'
Publishervuluu2k
Artifact bytes224,920
Previous version1.1.13
Published2026-06-11T10:32:47.328Z
SHA-256ff8cde954aa5f9d6081eebfabf5f2977a16a12d8061b78096bdf49e6f23d6ecf

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
1.1.14Version
Status history (1 event)
  1. newavailable · 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-storybook
  • build:vue2cd playground-vue2 && npm run build
  • build:vue3cd playground-vue3 && npm run build
  • devvite
  • dev:vue2cd playground-vue2 && npm run dev
  • dev:vue3cd playground-vue3 && npm run dev
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint . --ext .js,.cjs,.vue
  • lint:fixeslint . --ext .js,.cjs,.vue --fix
  • preparehusky install || echo "(husky skipped)"
  • prepublishOnlynpm run sync:exports:check && npm run test:build
  • previewconcurrently --names vue3,vue2 --prefix-colors cyan,magenta "npm:dev:vue3" "npm:dev:vue2"
  • releasenode scripts/release.js
  • release:drynode scripts/release.js patch --dry-run
  • release:fastnode scripts/release.js patch --skip-checks
  • release:majornode scripts/release.js major
  • release:minornode scripts/release.js minor
  • release:patchnode scripts/release.js patch
  • sync:exportsnode scripts/sync-exports.js
  • sync:exports:checknode scripts/sync-exports.js --check
  • testconcurrently --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:storybook
  • test:vue2cd playground-vue2 && npm test
  • test:vue3cd playground-vue3 && npm test