PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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
977
Versions published
155
First published
Feb 2026
Publisher
different-ai-xyz

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"}'
Artifact bytes41,963
Previous version0.15.3
Published2026-06-09T22:34:01.531Z
SHA-256e133f51e0ea2e8bd5f630a5a5b62a5d0a1eaf1b3f42d41a22d04d6115109a1b1

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install.shmatched "curl "12

Manifest

Package metadata

Scripts12
  • buildtsc -p tsconfig.json
  • build:binbun ./script/build.ts --outdir dist/bin --filename opencode-router
  • build:bin:allbun ./script/build.ts --outdir dist/bin --filename opencode-router --target bun-darwin-arm64 --target bun-darwin-x64 --target bun-linux-x64 --target bun-linux-arm64 --target bun-windows-x64
  • build:binarybun ./script/build.ts --outdir dist/bin --filename opencode-router
  • devOPENWORK_DEV_MODE=1 bun src/cli.ts
  • setupbun scripts/setup.mjs
  • startbun dist/cli.js start
  • test:clipnpm build && bun scripts/test-cli.mjs
  • test:npxbun scripts/test-npx.mjs
  • test:smokebun scripts/smoke.mjs
  • test:unitpnpm build && bun test test/*.test.js
  • typechecktsc -p tsconfig.json --noEmit
Dependencies7
  • @opencode-ai/sdk^1.16.2
  • @slack/socket-mode^2.0.5
  • @slack/web-api^7.13.0
  • commander^12.1.0
  • dotenv^16.4.7
  • grammy^1.39.3
  • pino^9.6.0