Recommended action
Block this updateStatic 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"}'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 high · score 51 · status changed
Related candidates
Linked campaigns and clusters
ztaiking
3 members · evidence strength 64Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched ".npmrc" | 30 |
| medium | Obfuscation Density | package/dist/index.cjs | high encoded/escaped-token density | 12 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched ".npmrc" | 30 |
| medium | Obfuscation Density | package/dist/index.cjs | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/dist/index.cjs | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/dist/index.esm.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/dist/index.js | matched "\\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 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 --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-scriptspublish: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-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 --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 --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.