PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/user/agent-farm-cli/releases/download"

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
388
Versions published
54
First published
Apr 2026
Publisher
bk201_1393

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":["[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"}'
Publisherbk201_1393
Artifact bytes229,353
Previous version0.1.67
Published2026-06-06T07:04:13.514Z
SHA-2560fe0f1350c03514d864b361cc90932ad18f49fe578667afd5f469169e0f5c22b

Why flagged

What the scanner saw

Remote Payload: matched "github.com/user/agent-farm-cli/releases/download"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/application/use-cases/self-update/run-self-update.jsmatched "github.com/user/agent-farm-cli/releases/download"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/application/use-cases/self-update/run-self-update.jsmatched "github.com/user/agent-farm-cli/releases/download"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-rebuild-sqlite.mjs"5

Manifest

Package metadata

Scripts60
  • agent-farmnode ./dist/interfaces/cli/index.js
  • agent-farm:devtsx src/interfaces/cli/index.ts
  • buildnode scripts/clean-dist.mjs && tsc -p tsconfig.json && node scripts/copy-panel-core.mjs
  • build:bundlenpm run build && node scripts/bundle-cli.mjs
  • build:exenpm run build:bundle && npm run build:sea
  • build:seanode scripts/build-sea.mjs
  • checktsc -p tsconfig.json --noEmit
  • ci:health:localnode scripts/ci-health-local.mjs
  • commitnode scripts/commit.mjs
  • devtsx src/interfaces/cli/index.ts
  • farm:control-planenode ./dist/interfaces/cli/index.js control-plane serve
  • farm:cursor-sdk:smokenpm run build && node scripts/cursor-sdk-smoke.mjs
  • farm:dashboardnode ./dist/interfaces/cli/index.js dashboard
  • farm:dashboard:opencodenode ./dist/interfaces/cli/index.js dashboard --opencode-feed
  • farm:dashboard:opencode:devtsx src/interfaces/cli/index.ts dashboard --opencode-feed
  • farm:dispatchbash scripts/agent-farm-dispatch.sh
  • farm:dispatch:batchbash scripts/agent-farm-dispatch-batch.sh
  • farm:dispatch:batch:nodenode scripts/agent-farm-dispatch-batch.mjs
  • farm:dispatch:nodenode scripts/agent-farm-dispatch.mjs
  • farm:dispatch:psnode scripts/agent-farm-dispatch.mjs
  • farm:doctornode ./dist/interfaces/cli/index.js doctor
  • farm:doctor:cinode ./dist/interfaces/cli/index.js doctor --ci-exit
  • farm:initnpm run build && node ./dist/interfaces/cli/index.js project init --target-dir . --force --no-interactive --storage sqlite --environments cursor --executor opencode --workers 4
  • farm:insightsnode ./dist/interfaces/cli/index.js insights
  • farm:m1:wavenpm run build && node scripts/agent-farm-dispatch-batch.mjs .agent-farm/waves/m1-cursor-control-plane.json
  • farm:m2:wavenpm run build && node scripts/agent-farm-dispatch-batch.mjs .agent-farm/waves/m2-cursor-sdk-spike.json
  • farm:m3:wavenode scripts/ensure-built.mjs && node scripts/agent-farm-dispatch-batch.mjs examples/waves/m3-product-onboarding.json
  • farm:mcpnode ./dist/interfaces/mcp/server.js
  • farm:meta:self-iter:wavenpm run build && node scripts/agent-farm-dispatch-batch.mjs test/fixtures/waves/meta-self-iter-20260510.json
  • farm:onboarding:15minnode scripts/ensure-built.mjs && node scripts/onboarding-15min-check.mjs
  • …and 30 more.
Dependencies6
  • @modelcontextprotocol/sdk^1.29.0
  • better-sqlite3^12.9.0
  • commander^14.0.3
  • ink^5.1.0
  • react^18.3.1
  • zod^4.4.3