PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Publishertranvansi6302
Artifact bytes814,805
Previous version1.0.42
Published2026-05-24T04:43:16.667Z
SHA-2560d36f7e4a01a6d909fc46ee440f7eace64e71b3f33a19b1ef2119ef34fda9654

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

high
Last checked
highRisk
60Score
1.0.44Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

tranvansi6302

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/commands/create.jsmatched ".npmrc"30
mediumRemote Payloadpackage/dist/templates/ejsc-ma-template-app/src/constants/apiGroups.tsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/templates/ejsc-ma-template-blank/src/constants/apiGroups.tsmatched "raw.githubusercontent.com"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/commands/create.jsmatched ".npmrc"30
mediumRemote Payloadpackage/dist/templates/ejsc-ma-template-app/src/constants/apiGroups.tsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/templates/ejsc-ma-template-blank/src/constants/apiGroups.tsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/simulator-assets/assets/index-BWUTSROM.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/utils/vite-server.jsmatched "\\u001b"3

Manifest

Package metadata

Scripts5
  • buildnode scripts/clean.mjs && tsc && node scripts/copy-assets.mjs
  • devtsc --watch
  • dev:directtsx src/index.ts
  • release-devnpm version patch --no-git-tag-version && pnpm build && pnpm publish --registry http://localhost:4873 --no-git-checks
  • release-prodnpm version patch --no-git-tag-version && pnpm build && pnpm publish --no-git-checks
Dependencies15
  • @clack/prompts^1.2.0
  • archiver^7.0.1
  • chalk^5.6.2
  • commander^14.0.3
  • cross-spawn^7.0.6
  • fs-extra^11.3.4
  • jiti^2.6.1
  • pathe^2.0.3
  • picocolors^1.1.1
  • prompts^2.4.2
  • proper-lockfile^4.1.2
  • qrcode-terminal^0.12.0
  • vite^8.0.9
  • write-file-atomic^7.0.1
  • ws^8.20.0