PkgRadar

Package evidence

@fancyliu/[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.

Versions published
3
First published
May 2026
Publisher
fancyliu

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":["@fancyliu/[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":["@fancyliu/[email protected]"],"fail_on":"review"}'
Publisherfancyliu
Artifact bytes381,769
Previous version0.1.1
Published2026-05-25T10:04:02.249Z
SHA-2569e0dbc69adf21394fae3f4730e55a8ad3955fde20516add425c67d3492d6283e

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

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts12
  • buildtsup
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • pack:checknpm pack --dry-run
  • prepacknpm run build
  • release:checknpm run lint && npm run type-check && npm test && npm run build && npm run pack:check
  • smoke:binnode dist/cli/index.js --version
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • type-checktsc --noEmit -p tsconfig.check.json
Dependencies12
  • @clack/prompts^1.2.0
  • @modelcontextprotocol/sdk^1.29.0
  • better-sqlite3^12.8.0
  • chalk^5.4.1
  • commander^14.0.3
  • gray-matter^4.0.3
  • remark-frontmatter^5.0.0
  • remark-gfm^4.0.1
  • remark-parse^11.0.0
  • unified^11.0.5
  • zod^3.24.2
  • zod-to-json-schema^3.25.2