PkgRadar

Package evidence

@wecode-team/[email protected]

Obfuscation Density: high encoded/escaped-token density

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"}'
Publisherztaiking
Artifact bytes255,536
Previous version0.1.44
Published2026-05-19T17:46:17.377Z
SHA-256c11eb45dfa4796d4a61dab74fa2c9bd2407727ddfb0e56f7ec5010f88bdf8d3a

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
30Score
0.1.45-beta.0Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.esm.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.esm.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.esm.jsmatched "\\u8BF7"3
lowObfuscationpackage/dist/index.jsmatched "\\u8BF7"3

Manifest

Package metadata

Scripts10
  • buildrollup -c --bundleConfigAsCjs
  • devtsx server.ts
  • dev:all./start-dev.sh
  • prepublishOnlynpm run build
  • publish:allnpm run build && npm publish --registry https://registry.npmjs.org/ --access public --ignore-scripts && npm publish --registry https://packages.aliyun.com/691ae90ae6c3e0425dbdc56f/npm/npm-registry/ --access public --ignore-scripts
  • publish:betanpm run build && npm publish --registry https://registry.npmjs.org/ --access public --tag beta --ignore-scripts
  • publish:privatenpm run build && npm publish --registry https://packages.aliyun.com/691ae90ae6c3e0425dbdc56f/npm/npm-registry/ --access public --ignore-scripts
  • publish:publicnpm run build && npm publish --registry https://registry.npmjs.org/ --access public --ignore-scripts
  • startnode --loader tsx server.ts
  • testnode --test test/*.test.cjs
Dependencies4
  • @babel/runtime^7.22.5
  • @wecode-team/oss^0.0.1
  • bcryptjs^2.4.3
  • jsonwebtoken^9.0.2