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":["@haystackeditor/[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":["@haystackeditor/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "github_token"
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
akshaysg
5 members · evidence strength 74Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/utils/auth.js | matched "github_token" | 30 |
| medium | Remote Payload | package/dist/commands/setup.js | matched "github.com/haystackeditor/cli/releases/download" | 12 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/utils/auth.js | matched "github_token" | 30 |
| medium | Remote Payload | package/dist/commands/setup.js | matched "github.com/haystackeditor/cli/releases/download" | 12 |
| low | Obfuscation | package/dist/utils/prompter.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/commands/setup.js | matched "Buffer.from(data.content, 'base64" | 3 |
| low | Obfuscation | package/dist/commands/triage.js | matched "\\u2605" | 3 |
Manifest
Package metadata
Scripts4
buildtsc && rm -rf dist/assets && cp -r src/assets dist/assetsdevtsc --watchprepublishOnlynpm run buildstartnode dist/index.js
Dependencies7
chalk5.6.2commander12.1.0fast-glob3.3.3glob10.5.0inquirer9.3.8yaml2.8.2zod3.25.76