PkgRadar

Package evidence

@lavamoat/[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
1
First published
Jun 2026
Publisher
naugtur

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":["@lavamoat/[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":["@lavamoat/[email protected]"],"fail_on":"review"}'
Publishernaugtur
Artifact bytes16,591
Previous versionnone
Published2026-06-12T11:41:22.454Z
SHA-256c6cd29ee8ffa739a55f1f636fed9c1e77be7338950d149a87216c7ecfa5e0f60

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/tools/apply-change.jsmatched ".npmrc"5
lowCredential file accesspackage/src/tools/detect.jsmatched ".npmrc"5
lowCredential file accesspackage/src/tools/npmrc.jsmatched ".npmrc"5
lowCredential file accesspackage/src/npm/opinions.jsmatched ".npmrc"5
lowCredential file accesspackage/src/pnpm/opinions.jsmatched ".npmrc"5
lowCredential file accesspackage/src/yarn/opinions.jsmatched ".npmrc"5
lowCredential file accesspackage/src/tools/types.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts4
  • lint:depsdepcheck
  • testnpm run test:run
  • test:prepnode test/prepare.js
  • test:runava
Dependencies5
  • @yarnpkg/cli3.8.7
  • @yarnpkg/core4.8.0
  • @yarnpkg/fslib3.1.5
  • semver^7.7.2
  • yaml^2.7.1