PkgRadar

Package evidence

@agentworkforce/[email protected]

Large Javascript Payload: 3675852 bytes

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
767
Versions published
78
First published
Apr 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":["@agentworkforce/[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":["@agentworkforce/[email protected]"],"fail_on":"review"}'
Artifact bytes1,837,078
Previous version0.1.76
Published2026-05-27T21:56:06.647Z
SHA-25698a537b89990cb785008da9dee18c9154970258f4460c86711deb8a7b4a6ec58

Why flagged

What the scanner saw

Large Javascript Payload: 3675852 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js3675852 bytes10
mediumLarge Javascript Payloadpackage/dist/ricky.js3308371 bytes10

Manifest

Package metadata

Scripts18
  • batchbash scripts/run-ricky-batch.sh
  • buildnpm run bundle
  • bundlenode scripts/bundle-cli.mjs
  • cleannode --input-type=module -e "import { rmSync } from 'node:fs'; rmSync('dist', { recursive: true, force: true });"
  • devnpm start
  • evalsnpm run evals:compile && node scripts/evals/run-ricky-evals.mjs
  • evals:comparenode scripts/evals/compare-ricky-evals.mjs
  • evals:compilenode scripts/evals/compile-ricky-evals.mjs
  • evals:listnpm run evals:compile && node scripts/evals/run-ricky-evals.mjs --list
  • evals:opencodenpm run evals:compile && node scripts/evals/run-ricky-evals.mjs --provider --executor opencode
  • evals:providernpm run build && npm run evals -- --provider --executor openrouter
  • evals:summarynode scripts/evals/summarize-ricky-evals.mjs
  • overnightbash scripts/run-ricky-overnight.sh
  • premergenpm run typecheck && npm test && npx vitest run test/local-auto-fix-workflow-failures.e2e.test.ts
  • prepacknpm run build
  • starttsx src/surfaces/cli/commands/cli-main.ts
  • testvitest run
  • typechecktsc --noEmit
Dependencies12
  • @agent-assistant/turn-context^0.4.31
  • @agent-relay/agent^6.0.18
  • @agent-relay/cloud^6.0.15
  • @agent-relay/personas^6.0.18
  • @agent-relay/sdk^6.0.15
  • @agentworkforce/harness-kit^0.19.0
  • @agentworkforce/workload-router^0.19.0
  • @inquirer/prompts^8.4.2
  • mdast-util-from-markdown^2.0.3
  • ora^8.2.0
  • ssh2^1.17.0
  • typescript^5.9.3