PkgRadar

Package evidence

@researchcomputer/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
48
Versions published
9
First published
Apr 2026
Publisher
xzyaoi

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@researchcomputer/[email protected]"],"fail_on":"review"}'

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":["@researchcomputer/[email protected]"],"fail_on":"review"}'
Publisherxzyaoi
Artifact bytes248,460
Previous version0.1.6
Published2026-04-30T01:07:09.561Z
SHA-256cf34e6a7d301b61c825438a530a4e7ed480c0290cbfb5b80572af57e66bb54a5

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

review
Last checked
reviewRisk
48Score
0.1.7Version
Status history (1 event)
  1. newavailable · risk review · score 48 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/skills/loader.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/src/skills/loader.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/src/utils.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/utils.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts11
  • buildtsc -p tsconfig.json
  • devtsc -p tsconfig.json --watch
  • formatprettier --write src/
  • format:checkprettier --check src/
  • linteslint src/
  • lint:fixeslint src/ --fix
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testnpm run build && FORCE_COLOR=3 COLORTERM=truecolor node --test dist/*.test.js dist/**/*.test.js
  • test:e2enpm run test:integration
  • test:integrationnpm run build && FORCE_COLOR=3 COLORTERM=truecolor node --test dist/tests/integration/*.test.js
Dependencies8
  • @researchcomputer/agents-sdk^0.2.1
  • @types/node^25.6.0
  • cli-highlight^2.1.11
  • ink^7.0.1
  • node-pty^1.1.0
  • react^19.2.5
  • strip-ansi^7.2.0
  • vscode-languageserver-protocol^3.17.5