PkgRadar

Package evidence

@modern-admin/[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
sergiyiva

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":["@modern-admin/[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":["@modern-admin/[email protected]"],"fail_on":"review"}'
Publishersergiyiva
Artifact bytes25,512
Previous versionnone
Published2026-06-06T18:59:08.289Z
SHA-256aaee03e6a4df9695349b04d0d8798c378daab84e141c1b83aa0fbb2998f4814e

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
0.1.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/dist/scaffold.jsmatched ".npmrc"5
lowCredential file accesspackage/src/scaffold.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts9
  • auth:secretbun --print 'Array.from(crypto.getRandomValues(new Uint8Array(32))).map(b => b.toString(16).padStart(2, "0")).join("")'
  • buildtsc
  • db:deployprisma migrate deploy
  • db:generateprisma generate
  • db:migrateprisma migrate dev
  • db:pushprisma db push
  • db:studioprisma studio
  • devbun --watch run src/main.ts
  • startbun run src/main.ts
Dependencies19
  • @better-auth/api-key^1.6.9
  • @modern-admin/adapter-prisma^0.1.0
  • @modern-admin/auth-better-auth^0.1.0
  • @modern-admin/cache-redis^0.1.0
  • @modern-admin/core^0.1.0
  • @modern-admin/nest^0.1.0
  • @modern-admin/system-prisma^0.1.0
  • @modern-admin/web^0.1.0
  • @nestjs/common^11.1.19
  • @nestjs/core^11.1.19
  • @nestjs/platform-express^11.1.19
  • @prisma/adapter-pg^7.8.0
  • @prisma/client^7.8.0
  • @prisma/client-runtime-utils^7.8.0
  • @prisma/internals^7.8.0
  • better-auth^1.6.9
  • ioredis^5.10.1
  • reflect-metadata^0.2.2
  • rxjs^7.8.2