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
- 494Mature · −50% score
- First published
- Jun 2024
- Publisher
- qwqojs
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":["[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
Credential file access: matched ".npmrc"
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 5 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli/index.cjs | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/cli/index.js | matched ".npmrc" | 5 |
| low | Obfuscation Density | package/dist/cli/index.cjs | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/dist/cli/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/dist/index.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts17
.node dist/index.jsappnode dist/index.jsbuildtsc --noEmit && tsup --config tsup.config.tsbuild:clitsup --tsconfig tsconfig.cli.json --config tsup.cli.tsbuild:devpnpm build && node cli/build.js -devbuild:moduletsup --tsconfig tsconfig.module.json --config tsup.modules.ts && node cli/module.jsbuild:prodpnpm build:module && pnpm build:cli && pnpm build && node cli/build.jsclinode dist/cli/index.cjsdebugnode dist/index.js --debugdevtsx src/index.tsdev:clitsx exports/cli/index.tsdev:wtsx watch --include "./src/**/*.ts" src/index.tsdev:watchpnpm dev:wprnode cli/pr.js allpubnpm publish --access publicpub-betanpm publish --access public --tag betasortsort-package-json && sort-json tsconfig.json
Dependencies21
@karinjs/plugin-basic^1.0.4@types/express^4.17.21@types/lodash^4.17.10@types/node-schedule^2.1.7@types/ws^8.5.12art-template4.13.2axios1.7.9chalk5.4.1chokidar3.6.0commander^13.0.0dotenv^16.4.7express4.21.2jsonwebtoken^9.0.2level9.0.0lodash4.17.21log4js6.9.1moment2.30.1node-schedule2.1.1redis4.7.0ws8.18.0yaml2.7.0