PkgRadar

Package evidence

@morojs/[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
82
Versions published
14Established · −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

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":["@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"}'
Publisherm-chris
Artifact bytes76,820
Previous version1.3.5
Published2026-04-23T22:39:30.742Z
SHA-2565f6ff13031565926e3dd386b678841b05f07fc1e0c693f1afe2665ee40802b30

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts21
  • buildtsc
  • cleanrm -rf dist
  • devtsc --watch
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"
  • linteslint src tests --fix
  • lint-stagedlint-staged
  • lint:checkeslint src tests
  • preparehusky
  • prepare-releasebash scripts/prepare-release.sh
  • prepublishnpm run build
  • publish-releasebash scripts/publish-release.sh
  • releasenpm run prepare-release && npm run publish-release
  • testjest
  • test:cijest --coverage --watchAll=false --ci --forceExit --detectOpenHandles --no-watchman
  • test:coveragejest --coverage --watchAll=false --no-watchman
  • test:integrationjest tests/integration
  • test:unitjest tests --testPathIgnorePatterns=integration
  • test:watchjest --watch
  • typechecktsc --noEmit
  • validatenpm run typecheck && npm run lint:check && npm run format:check && npm run test:ci
Dependencies14
  • boxen^5.1.2
  • chalk^4.1.2
  • chokidar^3.5.3
  • commander^14.0.0
  • esbuild^0.25.9
  • figlet^1.7.0
  • fs-extra^11.2.0
  • glob^11.0.0
  • inquirer^8.2.6
  • nodemon^3.0.2
  • ora^5.4.1
  • validate-npm-package-name^5.0.1
  • winston^3.11.0
  • zod^3.22.4