PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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 bytes371,503
Previous version0.2.0
Published2026-05-22T07:27:01.505Z
SHA-256add6b0a4d7997597b9c3ade2afc218b5cf9251c8bcdc4daa13def302a0b2af28

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/mcp-server.jshigh encoded/escaped-token density12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/mcp-server.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.jsmatched "\\u67B6"3
lowObfuscationpackage/dist/index.jsmatched "\\u67B6"3
lowObfuscationpackage/dist/mcp-server.jsmatched "\\u67B6"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
Dependencies10
  • @modelcontextprotocol/sdk^1.0.4
  • ajv^8.17.1
  • commander^12.1.0
  • globby^14.0.2
  • handlebars^4.7.8
  • picocolors^1.1.1
  • prompts^2.4.2
  • simple-git^3.27.0
  • yaml^2.6.1
  • zod^3.23.8