Package evidence
@freecodecamp/[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.
- Weekly downloads
- 6,538Niche · −30% score
- Versions published
- 56Mature · −50% score
- First published
- Jul 2022
- Publisher
- dario_dc
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
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":["@freecodecamp/[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":["@freecodecamp/[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 20 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist/test-runner/361.dca39c129f300a617e4f.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 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist/test-runner/361.dca39c129f300a617e4f.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 | Large Javascript Payload | package/dist/test-runner/325.090d1ef9d7ecde370904.js | 3509729 bytes | 0 |
| low | Large Javascript Payload | package/dist/test-runner/325.713e5e15bda3843ab320.js | 3509743 bytes | 0 |
Manifest
Package metadata
Scripts14
buildtsc --build --clean && webpack && pnpm build:versionbuild-devwebpack --env developmentbuild:versionnode ./packages/shared/tooling/output-version.mjscleanpnpm clean:build && pnpm clean:packagesclean:buildrm -rf dist && rm -rf __fixtures__/dist && tsc --build --cleanclean:packagesfind . -name 'node_modules' -type d -prune -exec rm -rf '{}' +formatprettier --write .install-puppeteer-browserpuppeteer browsers install chromelinteslint . --max-warnings 0 && prettier --check . && tsc --buildtestvitesttest:integrationvitest --config vitest.integration.config.mjstest:pythonpython ./packages/helpers/python/python.test.pytest:unitvitest --config vitest.unit.config.mjswebpackwebpack
Dependencies15
@sinonjs/fake-timers^14.0.0@types/jquery^3.5.32@types/react^19.1.8@types/react-dom^19.1.6@types/sinonjs__fake-timers^8.1.5browserify^17.0.0chai4expect-puppeteer^11.0.0http-server^14.1.1jquery^3.7.1process^0.11.10puppeteer^24.9.0pyodide0.23.3util^0.12.5vitest-environment-puppeteer^11.0.3