PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/commands/bundle.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"}'
Publisherhojinzs
Artifact bytes8,386
Previous version0.1.1
Published2026-04-26T16:17:19.368Z
SHA-256b95394ed419ed69579a5f077da026a0ce2b888ce6d723d5659192044350e489e

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/commands/bundle.js

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Known Indicator Filename — package/dist/commands/bundle.js

4 members · evidence strength 87

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/commands/bundle.jspackage/dist/commands/bundle.js45

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.json
  • postpackrm -rf skills
  • prepackmkdir -p skills/evidence-browser && cp ../../skills/evidence-browser/SKILL.md skills/evidence-browser/SKILL.md
  • releasenpm publish --access public
  • testnpm run build && node --test $(find test -type f -name '*.test.js' | sort)
  • typechecktsc --noEmit -p tsconfig.json
Dependencies1
  • commander^12.0.0