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.
- Versions published
- 10
- First published
- Apr 2026
- Publisher
- cizz3007
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["[email protected]"],"fail_on":"high"}'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":["[email protected]"],"fail_on":"high"}'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 high · score 35 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
Manifest
Package metadata
Scripts16
buildvite buildbuild:ch-overlaynode scripts/ensure-cargo.mjs && cd native/ch-overlay-node && npx --yes @napi-rs/[email protected] build --platform --releasebuild:dxgi-colornode scripts/ensure-cargo.mjs && cd native/dxgi-color-node && npx --yes @napi-rs/[email protected] build --platform --releasebuild:library:packagenode scripts/build-library-package.mjsbuild:main:packagenode scripts/build-main-package.mjsbuild:main:packagesnpm run build:main:package && npm run build:main:runtime-packagebuild:main:runtime-packagenode scripts/build-main-runtime-package.mjsbuild:nativenpm run build:ch-overlay && npm run build:dxgi-colorbuild:winnpm run build && electron-builder --win nsis portabledevviteelectronelectron main/index.jspack:librarynpm run build:library:package && npm pack ./release/npm/library-packagepack:main:packagenpm run build:main:package && npm pack ./release/npm/main-packagepack:main:runtime-packagenpm run build:main:runtime-package && npm pack ./release/npm/main-runtime-packagepack:winnpm run build && electron-builder --win --dirstartconcurrently -k "npm run dev" "wait-on tcp:3000 && npm run electron"
Dependencies5
dotenv^17.2.3react^18.2.0react-dom^18.2.0react-draggable^4.5.0react-router-dom^6.20.0