PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist-cjs/script/features/execution.js

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":["[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":["[email protected]"],"fail_on":"high"}'
Publishershikhkarim
Artifact bytes283,327
Previous version1.8.0
Published2026-05-18T18:48:31.815Z
SHA-2565a48fcb7306a2ce803c4c8633bf1f8c40e48ecf401b7df74804c771d87fd9523

Why flagged

What the scanner saw

Known Indicator Filename: package/dist-cjs/script/features/execution.js

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Known Indicator Filename — package/dist/script/features/execution.js

3 members · evidence strength 78
Repeated static TTPstale

Known Indicator Filename — package/dist-cjs/script/features/execution.js

3 members · evidence strength 78
Publisher / release actor burststale

shikhkarim

6 members · evidence strength 82

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist-cjs/script/features/execution.jspackage/dist-cjs/script/features/execution.js45
highKnown Indicator Filenamepackage/dist/script/features/execution.jspackage/dist/script/features/execution.js45

Manifest

Package metadata

Scripts6
  • buildnpm run build:esm && npm run build:cjs && npm run postbuild:cjs
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmtsc -p tsconfig.json
  • postbuild:cjsnode -e "require('node:fs').writeFileSync('dist-cjs/package.json', '{\"type\":\"commonjs\"}\n')"
  • samplenode samples/runSample.mjs
  • testnpm run build && node --test tests/*.test.mjs
Dependencies3
  • axios^1.6.0
  • crypto-js^4.2.0
  • lodash^4.18.1