PkgRadar

Package evidence

@hiai-gg/[email protected]

Large Javascript Payload: 2807139 bytes

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.

Versions published
14
First published
Apr 2026
Publisher
vlgalib

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":["@hiai-gg/[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":["@hiai-gg/[email protected]"],"fail_on":"review"}'
Publishervlgalib
Artifact bytes1,193,924
Previous version0.2.0
Published2026-05-12T21:57:53.973Z
SHA-256b7d7c8bbfba76627c3fdfff262fff59e8d9a88bbdedf10ab674445fd8752a27e

Why flagged

What the scanner saw

Large Javascript Payload: 2807139 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
13Score
0.2.1Version
Status history (2 events)
  1. availableavailable · risk review · score 13 · status available -> available, risk high -> review, score 47 -> 13
  2. newavailable · risk high · score 47 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

vlgalib

2 members · evidence strength 54

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2807139 bytes10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2807139 bytes10
lowObfuscationpackage/hiai-opencode.jsonmatched "\\u2014"3

Manifest

Package metadata

Scripts13
  • buildbun run clean:dist && bun build src/index.ts --outdir dist --target bun --format esm --minify && tsc --emitDeclarationOnly
  • build:bundlebun build src/index.ts --outdir dist --target bun --format esm
  • build:typestsc --emitDeclarationOnly
  • check:bundle-sizenode -e "const s=require('fs').statSync('dist/index.js').size;console.log('Bundle: '+(s/1024/1024).toFixed(2)+'MB');if(s>3*1024*1024){console.error('FAIL: bundle >3MB');process.exit(1)}else{console.log('OK: bundle <=3MB')}"
  • check:docsbun run scripts/check-docs.ts
  • check:todosnode scripts/check-todos.mjs || echo 'No check-todos script'
  • clean:distnode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • pack:checknpm pack --dry-run
  • preparebun run build
  • prepublishOnlybun run typecheck && bun run test && bun run build && bun run pack:check
  • prompts:measurebun run scripts/measure-prompts.ts
  • testbun test
  • typechecktsc --noEmit
Dependencies15
  • @modelcontextprotocol/sdk^1.12.0
  • @opencode-ai/plugin^1.4.0
  • @opencode-ai/sdk^1.4.0
  • bun-pty^0.4.8
  • commander^13.1.0
  • diff^7.0.0
  • js-yaml^4.1.0
  • jsonc-parser^3.3.1
  • picocolors^1.1.0
  • picomatch^4.0.3
  • vscode-jsonrpc^8.2.0
  • vscode-languageserver-protocol^3.17.5
  • vscode-languageserver-types^3.17.5
  • yaml^2.7.0
  • zod^4.3.0