PkgRadar

Package evidence

@flyfish-group/[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
21Mature · −50% score
First published
Dec 2023
Publisher
wybaby168

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@flyfish-group/[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":["@flyfish-group/[email protected]"],"fail_on":"review"}'
Publisherwybaby168
Artifact bytes8,332,720
Previous version1.0.23
Published2026-06-12T09:57:40.573Z
SHA-25647dbfbd89b799afc01cf06ce5d2ede67683b26727a7070f9cf40df39895d3408

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

low
Last checked
lowRisk
0Score
1.0.24Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 25 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/components/blockDiagram-GPEHLZMM.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/chunk-727SXJPM.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/chunk-AQP2D5EJ.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/cytoscape.esm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/dagre-BM42HDAG.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/erDiagram-TEJ5UH35.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/flowDiagram-I6XJVG4X.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/ganttDiagram-6RSMTGT7.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/gitGraphDiagram-PVQCEYII.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/index21.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/index7.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/ishikawaDiagram-YF4QCWOH.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/journeyDiagram-JHISSGLW.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/kanban-definition-UN3LZRKU.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/katex.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/MarkdownViewer.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/mermaid-parser.core.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/mindmap-definition-RKZ34NQL.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/components/PdfView.js2629496 bytes0
lowObfuscation Densitypackage/dist/components/requirementDiagram-4Y6WPE33.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/sankeyDiagram-5OEKKPKP.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/TDSLoader.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/timeline-definition-PNZ67QCA.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/VRMLLoader.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/components/wardleyDiagram-YWT4CUSO.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts26
  • buildrun-p type-check build-only
  • build-librun-p type-check build-lib-only
  • build-lib-onlyvite build --mode lib && node scripts/fix-lib-css.mjs && node scripts/fix-lib-workers.mjs && node scripts/copy-cad-wasm.mjs --dist-only
  • build-onlyvite build
  • cad:copy-wasmnode scripts/copy-cad-wasm.mjs
  • deploy:cloudflarepnpm build-only && node scripts/deploy-cloudflare-pages.mjs
  • devvite
  • docs:buildpnpm --dir docs build
  • docs:devpnpm --dir docs dev
  • docs:previewpnpm --dir docs preview
  • formatprettier --write src/
  • linteslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore
  • obfuscatenode scripts/obfuscate-dist.mjs
  • patch:msdocnode scripts/patch-msdoc-viewer.mjs
  • prebuildnode scripts/patch-msdoc-viewer.mjs && node scripts/copy-cad-wasm.mjs
  • prebuild-libnode scripts/patch-msdoc-viewer.mjs && node scripts/copy-cad-wasm.mjs
  • prebuild-lib-onlynode scripts/patch-msdoc-viewer.mjs && node scripts/copy-cad-wasm.mjs
  • prebuild-onlynode scripts/patch-msdoc-viewer.mjs && node scripts/copy-cad-wasm.mjs
  • predevnode scripts/patch-msdoc-viewer.mjs && node scripts/copy-cad-wasm.mjs
  • pretestnode scripts/patch-msdoc-viewer.mjs
  • previewvite preview
  • release:packpnpm type-check && pnpm build-lib-only && pnpm obfuscate && npm pack
  • testvitest
  • test:buildvue-tsc --noEmit && vite build
  • test:coveragevitest run --coverage
  • type-checkvue-tsc --noEmit
Dependencies36
  • @excalidraw/excalidraw^0.18.1
  • @flyfish-dev/cad-viewer^0.6.2
  • @kenjiuno/msgreader^1.28.0
  • @myriaddreamin/typst-ts-renderer0.7.0
  • @myriaddreamin/typst-ts-web-compiler0.7.0
  • @myriaddreamin/typst.ts0.7.0
  • axios^1.16.1
  • billboard.js^3.18.0
  • buffer^6.0.3
  • cfb^1.2.2
  • d3^7.9.0
  • dingbat-to-unicode^1.0.1
  • docx-preview^0.3.7
  • e-virt-table^1.3.26
  • epubjs^0.3.93
  • github-markdown-css^5.9.0
  • highlight.js^11.11.1
  • jquery^4.0.0
  • jszip^3.10.1
  • libarchive.js^2.0.2
  • marked^18.0.3
  • msdoc-viewer^0.2.0
  • ofd-xml-parser^0.0.6
  • pako^2.1.0
  • pdfjs-dist^5.7.284
  • postal-mime^2.7.4
  • qs^6.15.2
  • react^19.2.6
  • react-dom^19.2.6
  • roughjs^4.6.6
  • …and 6 more.