PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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 promoting

Mixed 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"}'
Artifact bytes664,768
Previous version1.4.10
Published2026-06-02T13:49:43.563Z
SHA-256adbe58242729afc0b2d4faeb5a24c744ef06f2b684f41d96788320219d737410

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

review
Last checked
reviewRisk
1Score
1.4.11-beta.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/bin/commands/init.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts18
  • buildnpm run link:package && storybook build --docs
  • devnpm run link:package && storybook dev -p 6006 --no-open
  • dev:docsnpm run link:package && storybook dev -p 6006 --docs --no-open
  • link:packagerm -rf node_modules/vueless && ln -s ../src ./node_modules/vueless
  • linteslint --no-fix src/ test/ .storybook/ .vueless/ .scripts/
  • lint:cieslint --no-fix --max-warnings=0
  • lint:fixeslint --fix src/ test/ .storybook/ .vueless/ .scripts/
  • previewvite preview --host --outDir=storybook-static
  • release:betarelease-it --increment=prerelease --preRelease=beta --ci --no-git.tag --no-github.release
  • release:iconsnpx node .scripts/icons
  • release:majorrelease-it major --ci
  • release:minorrelease-it minor --ci
  • release:patchrelease-it patch --ci
  • release: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:types
  • release:typesrm -f ./node_modules/.tmp/tsconfig.app.tsbuildinfo && npx tsc --project tsconfig.build.json
  • testvitest
  • test:civitest --run
  • ts:checkvue-tsc --build --force
Dependencies13
  • @tailwindcss/postcss^4.2.4
  • @tailwindcss/vite^4.2.4
  • @types/lodash-es^4.17.12
  • cva^1.0.0-beta.4
  • lodash-es^4.18.1
  • rolldown1.0.0-rc.17
  • svgo^4.0.1
  • tailwind-merge^3.5.0
  • tailwindcss^4.2.4
  • tippy.js^6.3.7
  • unplugin-vue-components^32.0.0
  • vue-router^5.0.6
  • vuedraggable4.1.0