PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"ddv1982","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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.

Versions published
6
First published
Jun 2026
Publisher
ddv1982

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"}'
Publisherddv1982
Artifact bytes254,266
Previous version3.2.1
Published2026-06-12T23:25:44.332Z
SHA-25623ec5c927bc3cb65db8ac5574b92e08d1e5cea28eac70a4d2f0106ab9d37981c

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"ddv1982","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"ddv1982","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts27
  • benchbun run ./bench/index.ts
  • bench:smokebun run ./bench/index.ts -- --filter transitions --warmup 0 --iterations 3
  • buildbun run build:plugin && bun run build:cli
  • build:clibun build --target=node --outdir=./dist --entry-naming=cli.js --banner='#!/usr/bin/env node' --minify ./src/cli.ts
  • build:pluginbun build --target=node --outdir=./dist --entry-naming=index.js --external=@opencode-ai/plugin --external=zod --minify --drop=console --sourcemap=external ./src/index.ts
  • checkbun run typecheck && bun run lint && bun run build && bun run test && bun run smoke:opencode && bun run check:bundle-sanity
  • check:architecture-seamsnode ./scripts/cross-area/architecture-seams.mjs
  • check:architecture-seams:enforceFLOW_ARCH_SEAMS_MODE=enforce node ./scripts/cross-area/architecture-seams.mjs
  • check:bundle-sanitynode ./scripts/cross-area/bundle-sanity.mjs
  • check:dependency-contractnode ./scripts/cross-area/dependency-contract.mjs
  • check:pack-invariantsnode ./scripts/cross-area/pack-invariants.mjs
  • check:release-hygienenode ./scripts/cross-area/release-hygiene.mjs
  • deadcodeknip --include files,dependencies,unlisted,unresolved,binaries,catalog
  • evals:goldenbun run evals/golden/runner.ts
  • lintbunx biome check src tests bench --files-ignore-unknown=true --vcs-use-ignore-file=true
  • report:deadcode-exportsknip --exports --no-exit-code --reporter compact
  • smoke:opencodenode ./scripts/cross-area/opencode-smoke.mjs
  • smoke:releasenode ./scripts/cross-area/release-smoke.mjs
  • testbun test
  • test:cibun run build && bun run test:randomized
  • test:deepbun run test && bun run test:replay && bun run test:randomized
  • test:fastbun test tests/runtime/semantic-invariants.test.ts tests/runtime/final-completion-gates.test.ts
  • test:randomizedbun test --randomize --timeout 30000
  • test:randomized:regressionbun run build && bun test --randomize --timeout 30000 && bun test --randomize --timeout 30000 --seed=1 && bun test --randomize --timeout 30000 --seed=42
  • test:replaybun test tests/runtime/semantic-invariants.test.ts tests/runtime/final-completion-gates.test.ts
  • typechecktsc --noEmit
  • uninstall:opencodebun run ./src/cli.ts uninstall
Dependencies1
  • zod4.1.8