Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 51 · status changed
Related candidates
Linked campaigns and clusters
harmit_.3
2 members · evidence strength 57Evidence
Static findings
11 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/bin/tribunal-kit.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/.agent/history/snapshots/bin__tribunal-kit.js.json | matched "raw.githubusercontent.com" | 12 |
Show all 11 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/bin/tribunal-kit.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/.agent/history/snapshots/bin__tribunal-kit.js.json | matched "raw.githubusercontent.com" | 12 |
| low | Obfuscation | package/.agent/scripts/_colors.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/.agent/scripts/inner_loop_validator.js | matched "eval(" | 3 |
| low | Obfuscation | package/.agent/scripts/security_scan.js | matched "eval(" | 3 |
| low | Obfuscation | package/bin/tribunal-kit.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/validate-payload.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/.agent/history/snapshots/bin__tribunal-kit.js.json | matched "\\x1b" | 3 |
| low | Obfuscation | package/.agent/history/snapshots/scripts__validate-payload.js.json | matched "\\x1b" | 3 |
| low | Obfuscation | package/.agent/history/snapshots/test__unit__inner_loop_validator.test.js.json | matched "eval(" | 3 |
| low | Obfuscation | package/.agent/skills/vulnerability-scanner/scripts/security_scan.py | matched "eval(" | 3 |
Manifest
Package metadata
Scripts10
buildecho 'No build step required for this project'changelognode scripts/changelog.jschangelog:previewnode scripts/changelog.js --previewpreversionnode scripts/sync-version.jssyncnode scripts/sync-version.jstestnpm run validate-payload && jest --coveragetest:integrationjest test/integration --coveragetest:unitjest test/unit --coveragevalidate-payloadnode scripts/validate-payload.jsversionnode scripts/changelog.js && git add CHANGELOG.md