PkgRadar

Package evidence

@rlemaigre/[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
2
First published
Jun 2026
Publisher
rlemaigre

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":["@rlemaigre/[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":["@rlemaigre/[email protected]"],"fail_on":"review"}'
Publisherrlemaigre
Artifact bytes18,341
Previous version0.1.0
Published2026-06-07T15:48:31.545Z
SHA-256e9935aec91a1b8aed432130b57acb178d467565184d28194b6089565bcd86560

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
3Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/templates/config.template.yamlmatched ".npmrc"3

Manifest

Package metadata

Scripts3
  • buildtsc && mkdir -p dist/templates && cp src/templates/* dist/templates/
  • prepublishOnlytsc && mkdir -p dist/templates && cp src/templates/* dist/templates/
  • testtsx --test --test-concurrency=1 test/*.test.ts
Dependencies5
  • @earendil-works/gondolin^0.12.0
  • commander^15.0.0
  • js-yaml^4.2.0
  • minimatch^10.2.5
  • tiny-invariant^1.3.3