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.
- Weekly downloads
- 1,444Niche · −30% score
- Versions published
- 56
- First published
- Jan 2026
- Publisher
- xuyuquan
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 2 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/package.json | matched ".npmrc" | 3 |
Manifest
Package metadata
Scripts9
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 builddevcd demo && npm run devdev:democd demo && npm run devprepublishOnlynpm run buildpublish: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-scriptspublish: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-scriptspublish: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-scriptstestnode --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.