PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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"}'
Publisherharmit_.3
Artifact bytes588,709
Previous version4.4.1
Published2026-05-15T09:01:58.003Z
SHA-25658204b4558c6bc20219f118434edf3873f393d41f257e972265cbedd79cca330

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

harmit_.3

2 members · evidence strength 57

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bin/tribunal-kit.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/.agent/history/snapshots/bin__tribunal-kit.js.jsonmatched "raw.githubusercontent.com"12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bin/tribunal-kit.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/.agent/history/snapshots/bin__tribunal-kit.js.jsonmatched "raw.githubusercontent.com"12
lowObfuscationpackage/.agent/scripts/_colors.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/inner_loop_validator.jsmatched "eval("3
lowObfuscationpackage/.agent/scripts/security_scan.jsmatched "eval("3
lowObfuscationpackage/bin/tribunal-kit.jsmatched "\\x1b"3
lowObfuscationpackage/scripts/validate-payload.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/history/snapshots/bin__tribunal-kit.js.jsonmatched "\\x1b"3
lowObfuscationpackage/.agent/history/snapshots/scripts__validate-payload.js.jsonmatched "\\x1b"3
lowObfuscationpackage/.agent/history/snapshots/test__unit__inner_loop_validator.test.js.jsonmatched "eval("3
lowObfuscationpackage/.agent/skills/vulnerability-scanner/scripts/security_scan.pymatched "eval("3

Manifest

Package metadata

Scripts10
  • buildecho 'No build step required for this project'
  • changelognode scripts/changelog.js
  • changelog:previewnode scripts/changelog.js --preview
  • preversionnode scripts/sync-version.js
  • syncnode scripts/sync-version.js
  • testnpm run validate-payload && jest --coverage
  • test:integrationjest test/integration --coverage
  • test:unitjest test/unit --coverage
  • validate-payloadnode scripts/validate-payload.js
  • versionnode scripts/changelog.js && git add CHANGELOG.md