PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\xA0"

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
260
Versions published
3
First published
May 2026
Publisher
liuchunchi

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherliuchunchi
Artifact bytes898,374
Previous version0.2.1
Published2026-05-25T09:50:29.049Z
SHA-256d409d979617e19ca9be52133c50aaaf05b1d8542e54ba3291e5846f7e586e136

Why flagged

What the scanner saw

Obfuscation: matched "\\xA0"

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/cli.jsmatched "\\xA0"3
lowObfuscationpackage/dist/index.jsmatched "\\u2028"3
lowObfuscationpackage/dist/mcp-server.jsmatched "\\u2028"3
lowObfuscationpackage/assets/skills/wechat-ai-article/cover_archetypes.pymatched "\\u3001"3

Manifest

Package metadata

Scripts14
  • buildtsup
  • clinode ./dist/cli.js
  • cli:devtsx ./src/cli/index.ts
  • devtsup --watch
  • formatprettier --write "src/**/*.ts" "test/**/*.ts"
  • linteslint . --ext .ts
  • lint:fixeslint . --ext .ts --fix
  • mcpnode ./dist/mcp-server.js
  • mcp:devtsx ./src/mcp/server.ts
  • prepublishOnlynpm run typecheck && npm run lint && npm run test && npm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit