PkgRadar

Package evidence

@wecode-team/[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":["@wecode-team/[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":["@wecode-team/[email protected]"],"fail_on":"high"}'
Publisherztaiking
Artifact bytes2,128,719
Previous version1.1.40-beta.0
Published2026-05-24T09:19:48.017Z
SHA-25688cc7795dc71baef9b767d7a6471704724748eee1b095e7e05cf8eb9b8973965

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

ztaiking

3 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched ".npmrc"30
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched ".npmrc"30
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.cjsmatched "\\uFEFF"3
lowObfuscationpackage/dist/index.esm.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/index.jsmatched "\\uFEFF"3

Manifest

Package metadata

Scripts10
  • buildnode scripts/generate-richtext-style-bundle.cjs && rollup -c --bundleConfigAsCjs && node -e "try { require('fs').unlinkSync('dist/request.d.ts'); } catch(e) {}"
  • build:democd demo && npm run build
  • devcd demo && npm run dev
  • dev:democd demo && npm run dev
  • prepublishOnlynpm run build
  • publish:allnpm run build && NPM_CONFIG_USERCONFIG=$(node -e "process.stdout.write(require('fs').existsSync('.npmrc.public.local') ? '.npmrc.public.local' : '.npmrc.public')") npm publish --access public --ignore-scripts && NPM_CONFIG_USERCONFIG=$(node -e "process.stdout.write(require('fs').existsSync('.npmrc.private.local') ? '.npmrc.private.local' : '.npmrc.private')") npm publish --access public --ignore-scripts
  • publish:betanpm run build && NPM_CONFIG_USERCONFIG=$(node -e "process.stdout.write(require('fs').existsSync('.npmrc.public.local') ? '.npmrc.public.local' : '.npmrc.public')") npm publish --access public --tag beta --ignore-scripts
  • publish:privatenpm run build && NPM_CONFIG_USERCONFIG=$(node -e "process.stdout.write(require('fs').existsSync('.npmrc.private.local') ? '.npmrc.private.local' : '.npmrc.private')") npm publish --access public --ignore-scripts
  • publish:publicnpm run build && NPM_CONFIG_USERCONFIG=$(node -e "process.stdout.write(require('fs').existsSync('.npmrc.public.local') ? '.npmrc.public.local' : '.npmrc.public')") npm publish --access public --ignore-scripts
  • testnode --test test/*.test.cjs
Dependencies57
  • @floating-ui/react^0.27.19
  • @radix-ui/react-dialog^1.1.15
  • @radix-ui/react-dropdown-menu^2.1.16
  • @radix-ui/react-label^2.1.8
  • @radix-ui/react-popover^1.1.15
  • @radix-ui/react-select^2.2.6
  • @radix-ui/react-separator^1.1.8
  • @radix-ui/react-slot^1.2.4
  • @radix-ui/react-switch^1.2.6
  • @radix-ui/react-tooltip^1.2.8
  • @tiptap/core3.22.3
  • @tiptap/extension-bubble-menu3.22.3
  • @tiptap/extension-color3.22.3
  • @tiptap/extension-font-family3.22.3
  • @tiptap/extension-highlight3.22.3
  • @tiptap/extension-horizontal-rule3.22.3
  • @tiptap/extension-image3.22.3
  • @tiptap/extension-link3.22.3
  • @tiptap/extension-list3.22.3
  • @tiptap/extension-subscript3.22.3
  • @tiptap/extension-superscript3.22.3
  • @tiptap/extension-table3.22.3
  • @tiptap/extension-table-cell3.22.3
  • @tiptap/extension-table-header3.22.3
  • @tiptap/extension-table-row3.22.3
  • @tiptap/extension-task-item3.22.3
  • @tiptap/extension-task-list3.22.3
  • @tiptap/extension-text-align3.22.3
  • @tiptap/extension-text-style3.22.3
  • @tiptap/extension-typography3.22.3
  • …and 27 more.