PkgRadar

Package evidence

@ironmussa/[email protected]

Large Javascript Payload: 8247308 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
5
Versions published
3
First published
Feb 2026
Publisher
argenisleon

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@ironmussa/[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":["@ironmussa/[email protected]"],"fail_on":"review"}'
Publisherargenisleon
Artifact bytes15,673,529
Previous version0.1.2
Published2026-06-12T23:59:49.692Z
SHA-2567ed6072df3d122b83a44c22c77da940770466d98f014857dde6343c84c7ddbd3

Why flagged

What the scanner saw

Large Javascript Payload: 8247308 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/packages/runtime/dist/index.js8247308 bytes0

Manifest

Package metadata

Scripts46
  • buildbun run --cwd packages/client build && bun run --cwd packages/runtime build && bun run --cwd packages/server build
  • build:nativebun run --cwd packages/native-git build
  • build:native:debugbun run --cwd packages/native-git build:debug
  • build:railwaybun install && bun run build
  • build:sidecarbun scripts/build-sidecar.ts
  • codegenbunx playwright codegen http://localhost:5173
  • db:pushbun run --cwd packages/runtime db:push
  • db:studiobun run --cwd packages/runtime db:studio
  • devconcurrently --kill-others -n server,runner,client,orch -c blue,green,yellow,magenta "bun run dev:server" "bun run dev:runtime" "bun run dev:client" "bun run dev:orchestrator"
  • dev:api-acpbun --watch --cwd packages/api-acp src/index.ts
  • dev:clientcd packages/client && npx vite
  • dev:orchestratorbun --env-file ./.env --watch packages/orchestrator/src/bin/orchestrator.ts
  • dev:runtimebun --env-file ../../.env --watch --cwd packages/runtime src/index.ts
  • dev:servercd packages/server && bun --env-file ../../.env --watch src/index.ts
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • fitnessbun run fitness:layering && bun run fitness:circular && bun run fitness:size
  • fitness:circularbun scripts/fitness/check-circular.ts
  • fitness:growthbun scripts/fitness/check-file-growth.ts
  • fitness:layeringbun scripts/fitness/check-layering.ts
  • fitness:sizebun scripts/fitness/check-file-size.ts
  • formatoxfmt --write .
  • format:checkoxfmt --check .
  • lintoxlint .
  • lint:fixoxlint --fix .
  • preparehusky
  • prepublishOnlynpm run build
  • runconcurrently --kill-others -n server,runner,client -c blue,green,yellow "bun run run:server" "bun run run:runtime" "bun run run:client"
  • run:clientcd packages/client && npx vite --no-clearScreen
  • …and 16 more.
Dependencies7
  • @agentclientprotocol/sdk^0.25.0
  • @anthropic-ai/claude-agent-sdk^0.3.170
  • @langchain/google-genai^2.1.26
  • @langchain/openai^1.3.0
  • deepagents-acp^0.1.3
  • hono^4.12.9
  • undici^8.4.0
Optional dependencies2
  • node-pty^1.1.0
  • playwright^1.50.0