PkgRadar

Package evidence

@paulpugovkin/[email protected]

Install-time lifecycle script: postinstall="node src/scripts/createConfigFile.js"

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
14
First published
Feb 2026
Publisher
paulpugovkin

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":["@paulpugovkin/[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":["@paulpugovkin/[email protected]"],"fail_on":"review"}'
Publisherpaulpugovkin
Artifact bytes19,492
Previous version1.0.17
Published2026-02-11T08:40:13.654Z
SHA-2566c82b5c6623616e91683ed1814af409d5d66a35cc6a273c8bc33fab0d4b3d578

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node src/scripts/createConfigFile.js"

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.1.0Version
Status history (3 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 35 -> 5
  2. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 60 -> 35
  3. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

paulpugovkin

2 members · evidence strength 59
Repeated static TTPstale

Install-time lifecycle script — postinstall="node src/scripts/createconfigfile.js"

2 members · evidence strength 65
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node src/scripts/createconfigfile.js"

2 members · evidence strength 65

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node src/scripts/createConfigFile.js"5

Manifest

Package metadata

Scripts4
  • devnode scripts/dev.js
  • dev:tsts-node scripts/dev.ts
  • generate-servicesnpx @paulpugovkin/api-docs-axios-ts-generator --config api-docs-generator.config.js
  • postinstallnode src/scripts/createConfigFile.js
Dependencies3
  • axios^1.6.0
  • commander^11.0.0
  • node-fetch^2.7.0