Package evidence
[email protected]
Remote Dependency Spec: dependencies.uWebSockets.js="github:uNetworking/uWebSockets.js#v20.68.0"
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
- 3
- First published
- Jun 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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
Remote Dependency Spec: dependencies.uWebSockets.js="github:uNetworking/uWebSockets.js#v20.68.0"
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 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | dependencies.uWebSockets.js="github:uNetworking/uWebSockets.js#v20.68.0" | 12 |
Manifest
Package metadata
Scripts18
buildpnpm run build:clean && pnpm run build:node && pnpm run build:docs && pnpm run build:formatbuild:cleanrm -rf distbuild:docsrm -rf temp docs/api && api-extractor run -l && api-documenter markdown -i ./temp -o ./docs/apibuild:formatpretty-quickbuild:nodetsc -p tsconfig.build.jsondemoPI_WS_HOST=127.0.0.1 PI_WS_PORT=8787 PI_WS_PI_ARGS="--no-session" tsx src/bin/pi-ws.tsdemo:builtPI_WS_HOST=127.0.0.1 PI_WS_PORT=8787 PI_WS_PI_ARGS="--no-session" node dist/bin/pi-ws.jsdevtsx watch src/bin/pi-ws.tsexample:chatpnpm build && node examples/run-chat.mjslintpnpm run lint:types && pnpm run lint:codestyle && pnpm run lint:packageslint:codestyleeslintlint:packagespnpm audit --prod --audit-level=highlint:typestsc -p tsconfig.jsonreleasesemantic-releasestartnode dist/bin/pi-ws.jstestpnpm run lint && pnpm run test:unittest:unitnode --no-warnings --import tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test test/** --test-coverage-exclude=test/**test:unit:localnode --no-warnings --import tsx --test test/** --test-coverage-exclude=test/**
Dependencies3
@earendil-works/pi-coding-agent0.79.0dotenv^17.4.2uWebSockets.jsgithub:uNetworking/uWebSockets.js#v20.68.0