PkgRadar

Package evidence

@duetso/[email protected]

Remote Payload: matched "curl "

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":["@duetso/[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":["@duetso/[email protected]"],"fail_on":"review"}'
Publisherdzhng
Artifact bytes541,337
Previous version0.1.154
Published2026-05-24T16:19:30.530Z
SHA-2566911dbbc9588f1249bc48ccd088afc8fb240afc7539bccae68fcc1c31cbab91f

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
22Score
0.1.155Version
Status history (1 event)
  1. newavailable · risk review · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/guardrails/pattern.jsmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/guardrails/pattern.jsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4
lowObfuscationpackage/dist/src/tui/key-handlers.jsmatched "\\u0007"3
lowObfuscationpackage/dist/src/tui/sidebar.jsmatched "\\u2588"3

Manifest

Package metadata

Scripts16
  • buildtsc
  • build:compilebun build src/cli.ts --compile --outfile dist/duet
  • check-typestsc --noEmit
  • clibun src/cli.ts
  • devtsc --watch
  • evaldocker run --rm -v "$PWD:/src:ro" -w /work -e HOME=/tmp/home -e DUET_TEST_IN_DOCKER=1 oven/bun:1.3.11 sh -lc 'cp -R /src/. /work && bun install --frozen-lockfile && bun test ./evals/*.eval.ts'
  • examplebun examples/basic.ts
  • example:state-machinebun examples/state-machine.ts
  • example:tui-playgroundbun examples/tui-playground.ts
  • formatoxfmt --write --no-error-on-unmatched-pattern
  • format:checkoxfmt --check --no-error-on-unmatched-pattern
  • lintoxlint src/
  • prepackbun run build
  • preparehusky
  • setupbash scripts/setup-docker.sh
  • testdocker run --rm -v "$PWD:/src:ro" -w /work -e HOME=/tmp/home -e DUET_TEST_IN_DOCKER=1 oven/bun:1.3.11 sh -lc 'apt-get update -qq && apt-get install -y -qq git >/dev/null && cp -R /src/. /work && bun install --frozen-lockfile && bun test ./test/*.test.ts'
Dependencies15
  • @earendil-works/pi-agent-core^0.74.0
  • @earendil-works/pi-ai^0.74.0
  • @earendil-works/pi-coding-agent^0.74.0
  • @electric-sql/pglite^0.4.5
  • @modelcontextprotocol/sdk^1.29.0
  • @opentui/core^0.2.5
  • @vscode/ripgrep^1.18.0
  • ajv^8.20.0
  • dedent^1.7.2
  • dotenv^17.4.2
  • eventemitter3^5.0.0
  • jstoxml^7.1.0
  • ms^2.1.3
  • nanoid^5.0.0
  • typebox^1.1.24