PkgRadar

Package evidence

@dugynoo/[email protected]

Large Javascript Payload: 7405313 bytes

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":["@dugynoo/[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":["@dugynoo/[email protected]"],"fail_on":"review"}'
Publisherdugynoo
Artifact bytes1,507,275
Previous versionnone
Published2026-05-24T21:03:20.194Z
SHA-256dd7d76a4327e2f5cdc2ad795bb8effa41439d8bf4b316ab7326e1e7d88b9bbf6

Why flagged

What the scanner saw

Large Javascript Payload: 7405313 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.13.0Version
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
mediumLarge Javascript Payloadpackage/dist/index.cjs7405313 bytes10

Manifest

Package metadata

Scripts15
  • buildPKG_VERSION=$(node -p "require('./package.json').version") && esbuild src/index.ts --bundle --platform=node --format=cjs --outfile=dist/index.cjs --external:ws "--define:PKG_VERSION=\"$PKG_VERSION\""
  • check-allpnpm build && pnpm typecheck && pnpm lint && pnpm test
  • check-formatfind src test -name '*.ts' -print0 | xargs -0 eslint --rule '@effect/dprint: error'
  • circularmadge --extensions ts --circular src
  • formatfind src test -name '*.ts' -print0 | xargs -0 eslint --fix --rule '@effect/dprint: error'
  • lintfind src test -name '*.ts' -print0 | xargs -0 eslint && jscpd src
  • lint:fixfind src test -name '*.ts' -print0 | xargs -0 eslint --fix
  • local-releasechangeset version && pnpm build && pnpm verify-version && changeset publish
  • startnode dist/index.cjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc -p tsconfig.json --noEmit 2>&1 | { grep -E '^(src/|test/)' && exit 1 || exit 0; }
  • update-readmetsx scripts/update-readme-tools.ts
  • verify-versionnode -e "const v=require('./package.json').version; const d=require('fs').readFileSync('dist/index.cjs','utf8'); if(!d.includes('\"'+v+'\"'))throw new Error('dist version mismatch: expected '+v)"
Dependencies1
  • ws^8.18.0