Package evidence
[email protected]
Suspicious Publish Context: {"package_age_days":1,"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
- 7
- First published
- Jun 2026
- Publisher
- ddv1982
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Suspicious Publish Context: {"package_age_days":1,"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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Suspicious Publish Context | manifest | {"package_age_days":1,"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.tsbench:smokebun run ./bench/index.ts -- --filter transitions --warmup 0 --iterations 3buildbun run build:plugin && bun run build:clibuild:clibun build --target=node --outdir=./dist --entry-naming=cli.js --banner='#!/usr/bin/env node' --minify ./src/cli.tsbuild:pluginbun build --target=node --outdir=./dist --entry-naming=index.js --external=@opencode-ai/plugin --external=zod --minify --drop=console --sourcemap=external ./src/index.tscheckbun run typecheck && bun run lint && bun run build && bun run test && bun run smoke:opencode && bun run check:bundle-sanitycheck:architecture-seamsnode ./scripts/cross-area/architecture-seams.mjscheck:architecture-seams:enforceFLOW_ARCH_SEAMS_MODE=enforce node ./scripts/cross-area/architecture-seams.mjscheck:bundle-sanitynode ./scripts/cross-area/bundle-sanity.mjscheck:dependency-contractnode ./scripts/cross-area/dependency-contract.mjscheck:pack-invariantsnode ./scripts/cross-area/pack-invariants.mjscheck:release-hygienenode ./scripts/cross-area/release-hygiene.mjsdeadcodeknip --include files,dependencies,unlisted,unresolved,binaries,catalogevals:goldenbun run evals/golden/runner.tslintbunx biome check src tests bench --files-ignore-unknown=true --vcs-use-ignore-file=truereport:deadcode-exportsknip --exports --no-exit-code --reporter compactsmoke:opencodenode ./scripts/cross-area/opencode-smoke.mjssmoke:releasenode ./scripts/cross-area/release-smoke.mjstestbun testtest:cibun run build && bun run test:randomizedtest:deepbun run test && bun run test:replay && bun run test:randomizedtest:fastbun test tests/runtime/semantic-invariants.test.ts tests/runtime/final-completion-gates.test.tstest:randomizedbun test --randomize --timeout 30000test:randomized:regressionbun run build && bun test --randomize --timeout 30000 && bun test --randomize --timeout 30000 --seed=1 && bun test --randomize --timeout 30000 --seed=42test:replaybun test tests/runtime/semantic-invariants.test.ts tests/runtime/final-completion-gates.test.tstypechecktsc --noEmituninstall:opencodebun run ./src/cli.ts uninstall
Dependencies1
zod4.1.8