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
- 35
- Versions published
- 15
- First published
- Feb 2026
- Publisher
- chinakr
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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "wget "
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 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/deploy/node_install.sh | matched "wget " | 12 |
Manifest
Package metadata
Scripts9
buildnpm run build:client && npm run build:serverbuild:clientvite buildbuild:servertsc -p tsconfig.server.jsonchecktsc --noEmitclient:devvitedevexport PORT=$(node scripts/get-random-port.js) && export CLIENT_PORT=$(node scripts/get-random-port.js) && echo "Starting Backend on $PORT, Frontend on $CLIENT_PORT" && concurrently "npm run client:dev" "npm run server:dev"linteslint .previewvite previewserver:devPORT=${PORT:-3002} nodemon
Dependencies21
@dnd-kit/core^6.3.1@dnd-kit/sortable^10.0.0@dnd-kit/utilities^3.2.2clsx^2.1.1commander^14.0.3cors^2.8.5dotenv^17.2.1express^4.21.2i18next^25.8.8i18next-browser-languagedetector^8.2.1konva^9.3.16lucide-react^0.511.0open^11.0.0react^18.3.1react-dom^18.3.1react-i18next^16.5.4react-konva^18.2.10react-router-dom^7.3.0tailwind-merge^3.0.2use-image^1.1.4zustand^5.0.3