PkgRadar

Package evidence

@nvl/[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
265
Versions published
20Mature · −50% score
First published
Jun 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":["@nvl/[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":["@nvl/[email protected]"],"fail_on":"review"}'
Artifact bytes215,676
Previous version0.4.4
Published2026-05-21T02:53:02.836Z
SHA-256d0bc1d2b753f1b196395ced22634b236551bdb973082939db2880f5943d46717

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
0.5.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/dist/data/code.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts18
  • buildpnpm run clean && tsc -p tsconfig.json
  • cipnpm install
  • cleanrimraf coverage dist tmp
  • formatprettier --write .
  • generate-projectsnode --import tsx/esm tests/e2e/generate.ts
  • knipknip
  • linteslint . && tsc -p tsconfig.json --noEmit --skipLibCheck
  • playwrightplaywright test
  • playwright:goldenplaywright test --update-snapshots
  • startnode dist/src/main.js
  • testvitest run --coverage
  • test:e2epnpm test:e2e:prepare && playwright test
  • test:e2e:buildnode --import tsx/esm tests/e2e/build-projects.ts
  • test:e2e:build:showcasenode --import tsx/esm tests/e2e/build-showcase.ts
  • test:e2e:goldenpnpm test:e2e:prepare && playwright test --update-snapshots
  • test:e2e:installcd tests/e2e/_template && pnpm install && cd ../../..
  • test:e2e:preparepnpm build && pnpm exec playwright install && pnpm generate-projects && pnpm test:e2e:install && pnpm test:e2e:build && pnpm test:e2e:build:showcase
  • test:watchvitest --watch
Dependencies45
  • @types/html-escaper^3.0.4
  • @types/js-yaml^4.0.9
  • @types/mdast^4.0.4
  • @types/unist^3.0.3
  • deepmerge-ts^7.1.5
  • find-cache-directory^6.0.0
  • glob^13.0.6
  • hast-util-from-html^2.0.3
  • hast-util-to-html^9.0.5
  • html-escaper^3.0.3
  • html-tag-names^2.1.0
  • js-yaml^4.1.1
  • magic-string^0.30.21
  • mdast-util-directive^3.1.0
  • mdast-util-from-markdown^2.0.3
  • mdast-util-frontmatter^2.0.1
  • mdast-util-math^3.0.0
  • mdast-util-mdx-expression^2.0.1
  • mdast-util-mdx-jsx^3.2.0
  • micromark-extension-directive^4.0.0
  • micromark-extension-frontmatter^2.0.0
  • micromark-extension-math^3.1.0
  • micromark-extension-mdx^2.1.0
  • micromark-extension-mdx-expression^3.0.1
  • micromark-extension-mdx-jsx^3.0.2
  • micromark-extension-mdx-md^2.0.0
  • micromark-util-character^2.1.1
  • micromark-util-html-tag-name^2.0.1
  • micromark-util-symbol^2.0.1
  • micromark-util-types^2.0.2
  • …and 15 more.