PkgRadar

Package evidence

@g7e6-fe/[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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
5
First published
Dec 2025
Publisher
liaoctct

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":["@g7e6-fe/[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":["@g7e6-fe/[email protected]"],"fail_on":"review"}'
Publisherliaoctct
Artifact bytes29,330
Previous version1.0.3-0
Published2026-05-29T07:55:37.118Z
SHA-2560a3449efe0feea2ad030b4a2803f216e6dd9de9a729ab6a3213ddb43039bcbcf

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/miniprogram_dist/index.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40

Manifest

Package metadata

Scripts13
  • buildgulp
  • build:prodNODE_ENV=production npm run build
  • cleangulp clean
  • clean-devgulp clean --develop
  • coverageNODE_ENV=test npm run build && jest ./test/* --coverage --bail
  • devgulp dev --develop
  • distnpm run build
  • linteslint "src/**/*.js" --fix
  • lint-toolseslint "tools/**/*.js" --rule "import/no-extraneous-dependencies: false" --fix
  • prepublishOnlynpm run build:prod
  • testNODE_ENV=test npm run build && jest --bail
  • test-debugNODE_ENV=test npm run build && node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --bail
  • watchgulp watch --develop --watch
Dependencies2
  • crypto-js^4.2.0
  • sm-crypto^0.3.13