PkgRadar

Package evidence

@wecode-team/[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
67
First published
Jan 2026
Publisher
xuyuquan

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":["@wecode-team/[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":["@wecode-team/[email protected]"],"fail_on":"review"}'
Publisherxuyuquan
Artifact bytes1,725,874
Previous version1.1.54
Published2026-06-10T11:36:36.189Z
SHA-25691a14c12cd2fe63c4910859f4fd49c9f6cfd26d0eaf3a2627b50698c4abfa495

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/package.jsonmatched ".npmrc"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 --tag latest --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 --tag latest --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 --tag latest --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 --tag latest --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.