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
- 4
- First published
- May 2026
- Publisher
- fancyliu
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/cli/index.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts12
buildtsupformatprettier --write .format:checkprettier --check .linteslint .pack:checknpm pack --dry-runprepacknpm run buildrelease:checknpm run lint && npm run type-check && npm test && npm run build && npm run pack:checksmoke:binnode dist/cli/index.js --versiontestvitest runtest:coveragevitest run --coveragetest:watchvitesttype-checktsc --noEmit -p tsconfig.check.json
Dependencies12
@clack/prompts^1.2.0@modelcontextprotocol/sdk^1.29.0better-sqlite3^12.8.0chalk^5.4.1commander^14.0.3gray-matter^4.0.3remark-frontmatter^5.0.0remark-gfm^4.0.1remark-parse^11.0.0unified^11.0.5zod^3.24.2zod-to-json-schema^3.25.2