PkgRadar

Package evidence

@qctrl/[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
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

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":["@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 bytes611,234
Previous version4.0.2
Published2021-05-14T17:43:25.880Z
SHA-25602c7ee515e127a5e14a04891c7bb2683e35d42e15fd6cc8de5606f0ed9bb6c81

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts6
  • buildyarn && rimraf lib && mkdir lib && cp package.json lib && NODE_ENV=production tsc --emitDeclarationOnly && webpack --config ./webpack.config.js
  • build:jsdocbabel src --out-dir lib --extensions '.ts,.js' && find lib -name '*.js' -type f | xargs jsdoc2md > ./docs/JSDoc.md
  • build:publishyarn && yarn build:esm && cp README.md lib && npm publish lib && yarn build:umd
  • build:publish-betayarn && yarn build:esm && cp README.md lib && npm publish lib --tag beta
  • devyarn && rimraf lib && mkdir lib && cp package.json lib && tsc --emitDeclarationOnly && (cd lib && yarn link) && babel src --out-dir lib --watch --verbose --extensions '.ts,.js'
  • publish:buildyarn && yarn build && ./prependCopyrightToBuild.sh && cp package.json lib && cp README.md lib
Dependencies5
  • canvg^3.0.7
  • color^3.1.3
  • immutability-helper^3.1.1
  • lodash^4.17.21
  • three^0.127.0