PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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 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":["[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"}'
Publisherqwqojs
Artifact bytes7,218,090
Previous version1.4.6
Published2025-03-07T09:17:21.920Z
SHA-2563653e0384530440105fd69a504670a674fffbfec4562597cc9990cf9347aa05a

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

review
Last checked
reviewRisk
5Score
1.4.7Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/index.cjsmatched ".npmrc"5
lowCredential file accesspackage/dist/cli/index.jsmatched ".npmrc"5
lowObfuscation Densitypackage/dist/cli/index.cjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts17
  • .node dist/index.js
  • appnode dist/index.js
  • buildtsc --noEmit && tsup --config tsup.config.ts
  • build:clitsup --tsconfig tsconfig.cli.json --config tsup.cli.ts
  • build:devpnpm build && node cli/build.js -dev
  • build:moduletsup --tsconfig tsconfig.module.json --config tsup.modules.ts && node cli/module.js
  • build:prodpnpm build:module && pnpm build:cli && pnpm build && node cli/build.js
  • clinode dist/cli/index.cjs
  • debugnode dist/index.js --debug
  • devtsx src/index.ts
  • dev:clitsx exports/cli/index.ts
  • dev:wtsx watch --include "./src/**/*.ts" src/index.ts
  • dev:watchpnpm dev:w
  • prnode cli/pr.js all
  • pubnpm publish --access public
  • pub-betanpm publish --access public --tag beta
  • sortsort-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.12
  • art-template4.13.2
  • axios1.7.9
  • chalk5.4.1
  • chokidar3.6.0
  • commander^13.0.0
  • dotenv^16.4.7
  • express4.21.2
  • jsonwebtoken^9.0.2
  • level9.0.0
  • lodash4.17.21
  • log4js6.9.1
  • moment2.30.1
  • node-schedule2.1.1
  • redis4.7.0
  • ws8.18.0
  • yaml2.7.0