PkgRadar

Package evidence

@dofe/[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
2,493Niche · −30% score
Versions published
39
First published
May 2026
Publisher
techwu

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":["@dofe/[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":["@dofe/[email protected]"],"fail_on":"review"}'
Publishertechwu
Artifact bytes153,328
Previous version0.1.50
Published2026-06-13T10:12:35.865Z
SHA-2565b8dea624fbe9fa08e5cdede43ad3c7493149f9df9574231170b18850ed6cc0c

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildtsc --project tsconfig.build.json
  • cleanrm -rf dist
  • devtsc --watch --noEmit
  • postpacknode scripts/postpack.mjs
  • prepacknode scripts/prepack.mjs
  • prepublishOnlypnpm run clean && pnpm run build
  • publish:npmnpm publish --access public
  • publish:npm:otpnpm publish --access public --otp
  • release:majornpm version major && pnpm run prepack && pnpm run publish:npm && pnpm run postpack
  • release:minornpm version minor && pnpm run prepack && pnpm run publish:npm && pnpm run postpack
  • release:patchnpm version patch && pnpm run prepack && pnpm run publish:npm && pnpm run postpack
  • smoke:runtimepnpm run build && node scripts/smoke-runtime-import.mjs
  • typechecktsc --project tsconfig.build.json --noEmit
Dependencies4
  • @dofe/infra-contracts^0.1.55
  • @dofe/infra-contracts-base^0.1.55
  • @ts-rest/core3.53.0-rc.1
  • zod^4.4.3