Package evidence
@morojs/[email protected]
Remote Dependency Spec: devDependencies.uWebSockets.js="github:uNetworking/uWebSockets.js#semver:^v20.52.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.
- Weekly downloads
- 115
- Versions published
- 62Established · −30% score
- First published
- Sep 2025
- Publisher
- m-chris
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
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":["@morojs/[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":["@morojs/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Dependency Spec: devDependencies.uWebSockets.js="github:uNetworking/uWebSockets.js#semver:^v20.52.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 5 · 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 | devDependencies.uWebSockets.js="github:uNetworking/uWebSockets.js#semver:^v20.52.0" | 8 |
Manifest
Package metadata
Scripts34
buildtsccheck:uwsnode scripts/check-uws-version.mjscleanrm -rf distdevtsx watch src/index.tsdev:watchtsc --watchdocs:allnpm run docs:build && npm run docs:json && npm run docs:markdowndocs:buildtypedoc --out docs-html src/index.tsdocs:jsontypedoc --json docs-json/api.json src/index.tsdocs:markdowntypedoc --plugin typedoc-plugin-markdown --out docs-md src/index.tsdocs:servehttp-server docs-html -p 8080formatprettier --write "src/**/*.ts" "tests/**/*.ts"format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"linteslint src --ext .tslint-stagedlint-stagedlint:fixeslint src --ext .ts --fixpreparehuskyprepublishnpm run buildprereleasenpm run lint:fix && npm run format && npm run build && node scripts/release.jsprerelease:majornpm run lint:fix && npm run format && npm run build && node scripts/release.js majorprerelease:minornpm run lint:fix && npm run format && npm run build && node scripts/release.js minorprerelease:patchnpm run lint:fix && npm run format && npm run build && node scripts/release.js patchtestjest --detectOpenHandlestest:allnpm run test:unit && npm run test:integration && npm run test:e2etest:cijest --coverage --watchAll=false --ci --forceExittest:coveragejest --coverage --detectOpenHandlestest:debugjest --detectOpenHandles --verbosetest:distnpm run build && node scripts/validate-dist.mjstest:e2ejest --testPathPatterns=e2e --detectOpenHandles --testTimeout=30000test:forcejest --forceExittest:integrationjest --testPathPatterns=integration --detectOpenHandles- …and 4 more.