PkgRadar

Package evidence

@duetso/[email protected]

no findings

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
3,063Niche · −30% score
Versions published
149
First published
May 2026
Publisher
dzhng

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@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 bytes570,171
Previous version0.1.174
Published2026-06-04T07:48:51.261Z
SHA-2569f6ecf551fbf66a69dcf679a4693038904cf21d634aec2464d509861fead740f

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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.175Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildtsc
  • build:compilebun build src/cli-entry.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.77.0
  • @earendil-works/pi-ai^0.77.0
  • @earendil-works/pi-coding-agent^0.77.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