PkgRadar

Package evidence

@vyuhlabs/[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
52
First published
Mar 2026
Publisher
vyuh-dev

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":["@vyuhlabs/[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":["@vyuhlabs/[email protected]"],"fail_on":"review"}'
Publishervyuh-dev
Artifact bytes1,290,544
Previous version2.8.0
Published2026-06-08T17:00:16.295Z
SHA-25619648122a7e0c2024680113b4ab5559fdf80553895ddd850862abcd8978e8614

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/doctor.jsmatched ".npmrc"10

Manifest

Package metadata

Scripts15
  • buildnode scripts/copy-templates.js && tsc
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • new-langnode scripts/scaffold-language.js
  • preparehusky || true
  • prepublishOnlynode scripts/require-ci.js && npm run build
  • testvitest
  • test:changedvitest run --changed
  • test:coveragenpm run build && vitest run --coverage
  • test:integrationnpm run build && vitest run --config vitest.integration.config.ts
  • test:runnpm run build && vitest run
  • typechecktsc --noEmit
  • typecheck:testtsc --noEmit -p tsconfig.test.json
Dependencies2
  • exceljs^4.4.0
  • hosted-git-info^9.0.2