PkgRadar

Package evidence

[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
327
Versions published
54
First published
Mar 2026
Publisher
adversity

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheradversity
Artifact bytes2,928,672
Previous version3.6.11
Published2026-05-28T00:59:15.475Z
SHA-2562fa6e7ce786b7db8e594b65fd92c6682911a5a575d5bd757b56aaa0022762f23

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
27Score
3.6.12Version
Status history (1 event)
  1. newavailable · risk review · score 27 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/server/services/repo-scanner-base.jsmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/server/services/repo-scanner-base.jsmatched "raw.githubusercontent.com"12
lowCredential file accesspackage/src/server/services/plugins-service.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/server/services/repo-scanner-base.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/server/services/skill-service.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts15
  • benchmark:codexnode scripts/benchmark-codex-loading.js
  • build:webcd src/web && npm run build
  • dev:servernodemon
  • dev:webcd src/web && npm run dev
  • prepacknpm run build:web
  • startnode bin/ctx.js
  • testnpm run test:basic && npm run test:api && npm run test:codex-agents && npm run test:skills && npm run test:plugins-market
  • test:apinode scripts/test-api-consistency.js
  • test:basicnode scripts/test-basic.js && npm run test:unit
  • test:codex-agentsnode scripts/test-codex-agents.js
  • test:plugins-marketnode scripts/test-plugin-market-cache.js
  • test:skillsnode scripts/test-skill-providers.js
  • test:unitvitest run
  • test:unit:watchvitest
  • test:windowsnode scripts/test-windows-regression.js
Dependencies15
  • @iarna/toml^2.2.5
  • adm-zip^0.5.16
  • ajv^8.17.1
  • chalk^4.1.2
  • express^4.21.2
  • http-proxy^1.18.1
  • https-proxy-agent^7.0.6
  • inquirer^8.2.7
  • open^8.4.2
  • ora^5.4.1
  • pm2^6.0.14
  • rxjs^7.8.2
  • semver^7.6.0
  • toml^3.0.0
  • ws^8.18.3