PkgRadar

Package evidence

@ag-eco/[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
3
First published
May 2026
Publisher
hgoudat

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":["@ag-eco/[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":["@ag-eco/[email protected]"],"fail_on":"review"}'
Publisherhgoudat
Artifact bytes176,657
Previous version0.5.6
Published2026-05-29T16:45:38.380Z
SHA-25672750d5a89b9b1096bc1c168b24be31f2a2ec748953ac77c3e35240c062f9cc6

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
0.5.7Version
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/src/yaml.test.tsArray-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

Scripts16
  • check:agentsbun run scripts/validate-agents-md.ts
  • check:allbun run check:size && bun run check:debt && bun run check:dups && bun run check:deps && bun run check:agents && bun run check:coverage
  • check:coveragebun run scripts/check-coverage.ts --budget scripts/coverage-budgets.json
  • check:debtbun run scripts/check-debt-markers.ts --budget scripts/debt-markers-budget.json
  • check:depsknip --dependencies
  • check:dupsbunx jscpd
  • check:sizebun run scripts/check-file-sizes.ts --budget scripts/file-size-budgets.json
  • lintbiome check --error-on-warnings .
  • lint:fixbiome check --write --error-on-warnings .
  • prepare[ -e .git ] && git config core.hooksPath scripts/hooks || true
  • report:qualitybun run scripts/report-quality-metrics.ts
  • report:test-timingbun run scripts/report-test-timing.ts
  • testbun test
  • test:cibun test --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-dir=coverage --reporter=junit --reporter-outfile=junit.xml
  • typechecktsc --noEmit
  • version:bumpbun run scripts/version-bump.ts
Dependencies3
  • ajv^8
  • chalk^5.6.2
  • commander^14.0.3