PkgRadar

Package evidence

@overwolf/[email protected]

Credential File Packaged: package/.env

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
1,199Niche · −30% score
Versions published
14Established · −30% score
First published
Mar 2022
Publisher
boris.manashirov

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static 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":["@overwolf/[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":["@overwolf/[email protected]"],"fail_on":"high"}'
Artifact bytes47,456
Previous version0.0.5-1
Published2024-07-03T14:39:21.752Z
SHA-256df8deb984e1507b65c2c097324997ca9867dc300b65e023ca582cff33666d018

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

high
Last checked
highRisk
28Score
0.0.9Version
Status history (1 event)
  1. newavailable · risk high · score 28 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts10
  • buildrm -rf bin && tsc
  • build:prodsh ./scripts/build-prod.sh
  • build:testsh ./scripts/build-test.sh
  • linteslint "**/*.ts" --fix --max-warnings 0
  • postinstallnode scripts/postinstall.js
  • setupnpm run setup:hooks
  • setup:hooksgit config core.hooksPath .githooks
  • start:devtsc --watch
  • testjest
  • test:devjest --watch
Dependencies12
  • archiver^5.3.0
  • axios^0.26.0
  • class-transformer^0.5.1
  • class-validator^0.13.2
  • commander^9.0.0
  • dotenv^16.0.0
  • form-data^4.0.0
  • inquirer^8.2.0
  • reflect-metadata^0.1.13
  • tsyringe^4.6.0
  • winston^3.6.0
  • winston-daily-rotate-file^4.6.1