PkgRadar

Package evidence

@edyd/[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
149
Versions published
5
First published
May 2026
Publisher
GitLab CI/CD

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":["@edyd/[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":["@edyd/[email protected]"],"fail_on":"review"}'
PublisherGitLab CI/CD
Artifact bytes229,081
Previous version1.2.0
Published2026-06-04T13:10:20.389Z
SHA-256d86a8062dc1fb557fab3715477a507ab9b455a63a55414fe895f98aaccce6392

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/setup-page.jsmatched ".npmrc"5
lowCredential file accesspackage/build/setup-page.mjsmatched ".npmrc"5

Manifest

Package metadata

Scripts12
  • buildvite build
  • cleanrimraf ./build
  • get-tokennode tools/get-token.mjs
  • prepublishOnlypnpm build
  • start:googlenode e2e/start-local.mjs --provider google
  • start:localnode e2e/start-local.mjs
  • testvitest run
  • test:e2evitest run e2e/e2e.spec.ts
  • test:pentestvitest run test/pentest.spec.ts
  • test:securityvitest run test/security.spec.ts
  • typechecktsc --noEmit
  • watchvite build --watch
Dependencies4
  • @verdaccio/core^8.1.0
  • debug^4.4.0
  • jose^6.0.0
  • proper-lockfile^4.1.2