PkgRadar

Package evidence

@qctrl/[email protected]

Credential File Packaged: package/.env

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
qctrlbot

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"}'
Publisherqctrlbot
Artifact bytes12,251,815
Previous version3.1.3
Published2020-08-06T06:51:37.296Z
SHA-2560a19121d546fc99e77bcd76a2a87cf61ff2b46658a349c1cfab8cec1985c5a23

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowLarge Javascript Payloadpackage/build/visualizer.js2103658 bytes0

Manifest

Package metadata

Scripts6
  • build:devyarn && yarn link && rimraf tmp && babel src --out-dir tmp --watch --verbose
  • build:filerimraf build && parcel build src/buildEntryPoint.js --out-dir build --out-file visualizer.js --no-source-maps
  • build:jsdocfind src *.js -type f -print | xargs jsdoc2md > ./docs/JSDoc.md
  • build:modulerimraf lib && NODE_ENV=production babel src --out-dir lib --no-comments --copy-files --ignore __tests__,spec.js,test.js,__snapshots__
  • build:publishyarn && yarn build:module && cp package.json lib && cp README.md lib && npm publish lib && yarn build:file
  • build:publish-betayarn && yarn build:module && cp package.json lib && cp README.md lib && npm publish lib --tag beta
Dependencies6
  • canvg^2.0.0
  • color^3.1.2
  • immutability-helper^3.0.1
  • lodash^4.17.15
  • three^0.108.0
  • three-orbitcontrols^2.102.2