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.

Versions published
67Mature · −50% score
First published
Feb 2020
Publisher
avi.vahl

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

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"}'
Publisheravi.vahl
Artifact bytes24,204
Previous version8.2.2
Published2026-05-29T12:39:44.142Z
SHA-2561b805cf7b88595d06d93a8a2f52bd8ce57ecaba911c7c7190892478c5e2b90b0

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
10Score
9.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/utils/npm-config.jsmatched ".npmrc"10
mediumCredential file accesspackage/src/utils/npm-config.tsmatched ".npmrc"10

Manifest

Package metadata

Scripts9
  • buildtsc --build
  • cleannode -e "fs.rmSync('./dist', { recursive: true, force: true })"
  • linteslint
  • prebuildnpm run clean
  • prepacknpm run build
  • pretestnpm run lint && npm run build
  • prettifyprettier . --write
  • testnpm run test:only
  • test:onlynode --test --enable-source-maps "dist/test/*.test.js"
Dependencies6
  • @dazl/resolve-directory-context^5.1.0
  • colorette^2.0.20
  • commander^15.0.0
  • p-queue^9.3.0
  • promise-assist^2.0.1
  • semver^7.8.1