PkgRadar

Package evidence

@hiniachi/[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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@hiniachi/[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":["@hiniachi/[email protected]"],"fail_on":"review"}'
Artifact bytes1,307,336
Previous version0.6.1
Published2026-05-22T11:23:11.802Z
SHA-25611d6cb6f8deb073ee3b99b9fd69cf832bcf4099370212d1564daacf5d2ef95a9

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.jsmatched "raw.githubusercontent.com"12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/cli.jsmatched "\\u2028"3
lowObfuscationpackage/dist/hooks/deny-bash-write-bypass.jsmatched "\\x00"3
lowObfuscationpackage/dist/hooks/deny-raw-edit.jsmatched "\\x00"3
lowObfuscationpackage/dist/opencode/plugin.jsmatched "\\x00"3
lowObfuscationpackage/dist/server.jsmatched "\\u2028"3
lowObfuscationpackage/dist/hooks/session-onboarding.jsmatched "\\x00"3

Manifest

Package metadata

Scripts5
  • buildbun build src/cli.ts src/server.ts src/hooks/deny-raw-edit.ts src/hooks/deny-bash-write-bypass.ts src/hooks/session-onboarding.ts src/opencode/plugin.ts --target node --outdir dist --root src --sourcemap=external
  • startbun run src/cli.ts
  • testbun test
  • test:nodenode --test --experimental-strip-types --no-warnings
  • typechecktsc --noEmit
Dependencies3
  • @modelcontextprotocol/sdk^1.0.0
  • diff^9
  • zod^3.23.0