PkgRadar

Package evidence

@cubee_ee/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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":["@cubee_ee/[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":["@cubee_ee/[email protected]"],"fail_on":"review"}'
Publisherkodolbenko
Artifact bytes129,319
Previous version0.1.6
Published2026-05-24T02:43:49.638Z
SHA-2568299b401c850afd29897d1fccb5dfde502cbdf14dd143e18d7f8609308712c89

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/config/tokens.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/config/tokens.tsmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/config/tokens.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/config/tokens.tsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/parsers/events.jsmatched "Buffer.from(m[1], \"base64"3
lowObfuscationpackage/src/parsers/events.tsmatched "Buffer.from(m[1], \"base64"3

Manifest

Package metadata

Scripts8
  • buildtsc --declaration
  • build:mainnetnpm run env:mainnet && npm run build
  • build:testnetnpm run env:testnet && npm run build
  • env:mainnetcp .env.mainnet .env && echo 'Active env: MAINNET'
  • env:showgrep -E '^NETWORK=' .env || echo 'no .env'
  • env:testnetcp .env.testnet .env && echo 'Active env: TESTNET'
  • linttsc --noEmit
  • testjest
Dependencies4
  • @coral-xyz/anchor^0.32.1
  • @solana/spl-token^0.4.8
  • @solana/web3.js^1.95.0
  • bn.js^5.2.1