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"}'
Artifact bytes564,188
Previous version0.0.11
Published2026-05-24T04:09:49.783Z
SHA-2563d8a7208ed285eab6a6598c2aa071b3f83a304021ad5b7123b7128224d6a2539

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
84Score
0.0.12Version
Status history (1 event)
  1. newavailable · risk high · score 84 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

hellomaokai2025

2 members · evidence strength 58

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/middleware/forbidden.middleware.jsmatched ".npmrc"30
highCredential file accesspackage/src/middleware/forbidden.middleware.tsmatched ".npmrc"30
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/middleware/forbidden.middleware.jsmatched ".npmrc"30
highCredential file accesspackage/src/middleware/forbidden.middleware.tsmatched ".npmrc"30
lowObfuscationpackage/dist/libs/utils/AsymmetricCrypto.jsmatched "atob("3
lowObfuscationpackage/dist/libs/utils/base64.jsmatched "Buffer.from(base64Str, 'base64"3
lowObfuscationpackage/dist/service/asyncTask/handler/ExportExcelAsyncTaskHandler.jsmatched "\\ufeff"3
lowObfuscationpackage/dist/libs/utils/parseCreateSql.jsmatched "\\u4e00"3
lowObfuscationpackage/src/libs/utils/AsymmetricCrypto.tsmatched "atob("3
lowObfuscationpackage/src/libs/utils/base64.tsmatched "Buffer.from(base64Str, 'base64"3
lowObfuscationpackage/src/service/asyncTask/handler/ExportExcelAsyncTaskHandler.tsmatched "\\ufeff"3
lowObfuscationpackage/src/libs/utils/parseCreateSql.tsmatched "\\u4e00"3

Manifest

Package metadata

Scripts5
  • buildmwtsc --cleanOutDir
  • covjest --coverage
  • lintmwts check
  • lint:fixmwts fix
  • testcross-env NODE_ENV=unittest jest