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":["@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"}'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
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 | Large Javascript Payload | package/dist/index.cjs | 7405313 bytes | 10 |
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 testcheck-formatfind src test -name '*.ts' -print0 | xargs -0 eslint --rule '@effect/dprint: error'circularmadge --extensions ts --circular srcformatfind src test -name '*.ts' -print0 | xargs -0 eslint --fix --rule '@effect/dprint: error'lintfind src test -name '*.ts' -print0 | xargs -0 eslint && jscpd srclint:fixfind src test -name '*.ts' -print0 | xargs -0 eslint --fixlocal-releasechangeset version && pnpm build && pnpm verify-version && changeset publishstartnode dist/index.cjstestvitest runtest:coveragevitest run --coveragetest:watchvitesttypechecktsc -p tsconfig.json --noEmit 2>&1 | { grep -E '^(src/|test/)' && exit 1 || exit 0; }update-readmetsx scripts/update-readme-tools.tsverify-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