PkgRadar

Package evidence

@glpkg/[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
10
First published
Mar 2026
Publisher
crimson206

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":["@glpkg/[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":["@glpkg/[email protected]"],"fail_on":"review"}'
Publishercrimson206
Artifact bytes42,611
Previous version0.3.22
Published2026-06-05T09:17:22.879Z
SHA-2567e10d2e8922410565d2cab5056a750064cb8ece59fc91b078ebb399e6fdb14db

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/commands/cleanup-registry.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/install.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/setup-registry.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/utils/temp-npmrc.jsmatched ".npmrc"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/commands/cleanup-registry.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/install.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/setup-registry.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/utils/temp-npmrc.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/commands/config.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • cleanrm -rf dist
  • devtsc --watch
  • linttsc --noEmit
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest
Dependencies13
  • @glpkg/adapters.generic^0.1.2
  • @glpkg/adapters.go^0.1.2
  • @glpkg/adapters.npm^0.2.0
  • @glpkg/adapters.nuget^0.1.3
  • @glpkg/adapters.pypi^0.1.2
  • @glpkg/config^0.1.0
  • @glpkg/core^0.3.5
  • @glpkg/installer^0.1.8
  • @glpkg/publisher^0.1.0
  • @glpkg/registry-cli^0.1.0
  • chalk^4.1.2
  • commander^11.0.0
  • ora^5.4.1