PkgRadar

Package evidence

@agentcash/[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.

Weekly downloads
3,647Niche · −30% score
Versions published
131
First published
Feb 2026
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@agentcash/[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":["@agentcash/[email protected]"],"fail_on":"review"}'
Artifact bytes567,325
Previous version1.6.5
Published2026-05-20T16:25:20.533Z
SHA-256f80de1cc47a963f426f9320e3c7b2c1908413c86f1b30d3c4935c686b3af9477

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/schemas.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/schemas.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts12
  • audit:registrypnpm build && node scripts/audit-registry.mjs
  • audit:registry:quickpnpm build && node scripts/audit-registry.mjs --origin-limit 50 --resource-limit 500
  • buildtsup
  • checkpnpm format:check && pnpm lint && pnpm knip && pnpm typecheck && pnpm build && pnpm test
  • formatprettier --write 'src/**/*.ts' 'tests/**/*.ts' 'scripts/**/*.mjs' '*.json' '*.mjs' '*.md'
  • format:checkprettier --check 'src/**/*.ts' 'tests/**/*.ts' 'scripts/**/*.mjs' '*.json' '*.mjs' '*.md'
  • knipknip
  • linteslint src/ tests/
  • lint:fixeslint src/ tests/ --fix
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies3
  • dereference-json-schema^0.2.2
  • neverthrow^8.2.0
  • zod^4.4.3