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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
| low | Large Javascript Payload | package/build/visualizer.js | 2103658 bytes | 0 |
Manifest
Package metadata
Scripts6
build:devyarn && yarn link && rimraf tmp && babel src --out-dir tmp --watch --verbosebuild:filerimraf build && parcel build src/buildEntryPoint.js --out-dir build --out-file visualizer.js --no-source-mapsbuild:jsdocfind src *.js -type f -print | xargs jsdoc2md > ./docs/JSDoc.mdbuild: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:filebuild:publish-betayarn && yarn build:module && cp package.json lib && cp README.md lib && npm publish lib --tag beta
Dependencies6
canvg^2.0.0color^3.1.2immutability-helper^3.0.1lodash^4.17.15three^0.108.0three-orbitcontrols^2.102.2