PkgRadar

Package evidence

@qctrl/[email protected]

Install-time lifecycle script: preinstall="corepack enable"

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
196
Versions published
100Mature · −50% score
First published
Nov 2018
Publisher
qctrlrobot

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@qctrl/[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":["@qctrl/[email protected]"],"fail_on":"review"}'
Publisherqctrlrobot
Artifact bytes589,505
Previous version8.0.0
Published2025-11-25T02:57:41.928Z
SHA-256b0988b4cadff46a70e29e17085b7bb3d789c2975e125f32726bf00c1a54a2fb0

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="corepack enable"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
8.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="corepack enable"5

Manifest

Package metadata

Scripts9
  • buildpnpm pre-build && NODE_ENV=production tsc --emitDeclarationOnly && webpack --config ./webpack.config.js
  • devpnpm pre-build && tsc --emitDeclarationOnly && webpack --config ./webpack.config.js --watch --progress
  • formatprettier --write . && eslint ./src/** --fix
  • format:checkprettier --check .
  • linteslint ./src/** --max-warnings=0
  • pre-buildrimraf lib && mkdir lib && cp package.json lib && cp prepare.js lib
  • preinstallcorepack enable
  • publish:buildpnpm install && pnpm build && cp README.md lib
  • tsctsc --pretty --noEmit
Dependencies2
  • lodash^4.17.21
  • three^0.181.1