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 bytes557,311
Previous version4.4.0
Published2026-05-01T09:57:23.741Z
SHA-256a212d6de2edcf7f2676c902efe073735c9833d33fb0fcaa9ce140615ae56a2a9

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
66Score
4.4.1Version
Status history (1 event)
  1. newavailable · risk high · score 66 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

harmit_.3

2 members · evidence strength 57

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bin/tribunal-kit.jsmatched "raw.githubusercontent.com"12
Show all 19 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bin/tribunal-kit.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/.agent/scripts/_colors.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/case_law_manager.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/checklist.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/colors.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/context_broker.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/graph_builder.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/graph_visualizer.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/graph_zoom.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/inner_loop_validator.jsmatched "eval("3
lowObfuscationpackage/.agent/scripts/security_scan.jsmatched "eval("3
lowObfuscationpackage/.agent/scripts/session_manager.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/skill_evolution.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/skill_integrator.jsmatched "\\x1b"3
lowObfuscationpackage/bin/tribunal-kit.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/utils.jsmatched "\\x1b"3
lowObfuscationpackage/scripts/validate-payload.jsmatched "\\x1b"3
lowObfuscationpackage/.agent/scripts/verify_all.jsmatched "\\x1b"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