Package evidence
[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
- 22
- First published
- Feb 2026
- Publisher
- rust142
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":["[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"}'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
Status history (1 event)
- new → available · risk review · score 45 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/lib/workflows/reword.js | 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. | 40 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/lib/workflows/reword.js | 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. | 40 |
| low | Credential file access | package/lib/api/copilot-sdk.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts43
buildtsc && chmod +x ./lib/index.jscheck:fastbun run format:check && bun run lint && bun run lint:md && bun run lint:yaml && bun run lint:spellcheck:fullbun run typecheck && bun run buildcleanrm -rf libcommitlintcommitlint --editcopilotghcspellcspellcspell:checknode ./scripts/cspell-check.jscspell:interactivenode ./scripts/cspell-ignore.jsdanger:cidanger cidanger:localdanger prdevbun src/index.tsformatprettier --write "src/**/*.{ts,json,md}"format:checkprettier --check "src/**/*.{ts,json,md}"geeto:buildbun build --compile --minify --sourcemap lib/index.js --outfile geetogeeto:build:allbun run geeto:build:linux && bun run geeto:build:linux:arm64 && bun run geeto:build:windows && bun run geeto:build:mac && bun run geeto:build:mac:arm64geeto:build:linuxbun build --compile --minify --target=bun-linux-x64 lib/index.js --outfile geeto-linuxgeeto:build:linux:arm64bun build --compile --minify --target=bun-linux-arm64 lib/index.js --outfile geeto-linux-arm64geeto:build:macbun build --compile --minify --target=bun-darwin-x64 lib/index.js --outfile geeto-macgeeto:build:mac:arm64bun build --compile --minify --target=bun-darwin-arm64 lib/index.js --outfile geeto-mac-arm64geeto:build:windowsbun build --compile --minify --target=bun-windows-x64 lib/index.js --outfile geeto-windows.exeinstall:localbash scripts/install-local.shlinteslint src --ext .tslint-stagedlint-stagedlint:fixeslint src --ext .ts --fixlint:mdmarkdownlint "**/*.md" --ignore node_moduleslint:md:fixmarkdownlint "**/*.md" --ignore node_modules --fixlint:spellcspell "**/*.{md,mdx,txt,ts,tsx,js,jsx,json}" --no-progresslint:yamlyamllint "**/*.{yml,yaml}" --ignore node_modulespostpublishpinst --enable- …and 13 more.
Dependencies2
@google/genai^1.42.0@openrouter/sdk^0.5.1