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
- 2,431Niche · −30% score
- Versions published
- 1,383Mature · −50% score
- First published
- Jan 2024
- 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 promotingMixed 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":["[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
Credential file access: matched ".npmrc"
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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/bin/commands/init.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts18
buildnpm run link:package && storybook build --docsdevnpm run link:package && storybook dev -p 6006 --no-opendev:docsnpm run link:package && storybook dev -p 6006 --docs --no-openlink:packagerm -rf node_modules/vueless && ln -s ../src ./node_modules/vuelesslinteslint --no-fix src/ test/ .storybook/ .vueless/ .scripts/lint:cieslint --no-fix --max-warnings=0lint:fixeslint --fix src/ test/ .storybook/ .vueless/ .scripts/previewvite preview --host --outDir=storybook-staticrelease:betarelease-it --increment=prerelease --preRelease=beta --ci --no-git.tag --no-github.releaserelease:iconsnpx node .scripts/iconsrelease:majorrelease-it major --cirelease:minorrelease-it minor --cirelease:patchrelease-it patch --cirelease:preparenpm run release:icons && rm -rf dist && mkdir -p dist && cp -r src/. package.json LICENSE README.md dist/ && npx node .scripts/writeLocales && npm run release:typesrelease:typesrm -f ./node_modules/.tmp/tsconfig.app.tsbuildinfo && npx tsc --project tsconfig.build.jsontestvitesttest:civitest --runts:checkvue-tsc --build --force
Dependencies13
@tailwindcss/postcss^4.2.4@tailwindcss/vite^4.2.4@types/lodash-es^4.17.12cva^1.0.0-beta.4lodash-es^4.18.1rolldown1.0.0-rc.17svgo^4.0.1tailwind-merge^3.5.0tailwindcss^4.2.4tippy.js^6.3.7unplugin-vue-components^32.0.0vue-router^5.0.6vuedraggable4.1.0