PkgRadar

Package evidence

@benitbuhner/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"require('fs').chmodSync(require('path').join(process.cwd(),'bin','opencode'),0o755)\""

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
849
Versions published
7
First published
Jun 2026
Publisher
bennettbuhner

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":["@benitbuhner/[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":["@benitbuhner/[email protected]"],"fail_on":"review"}'
Publisherbennettbuhner
Artifact bytes42,094,521
Previous version0.0.0-dev-202606152330
Published2026-06-16T01:31:09.842Z
SHA-256499f3716b3d9e44e97aa5492eca49d20979711903625876297280072ca8481ca

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"require('fs').chmodSync(require('path').join(process.cwd(),'bin','opencode'),0o755)\""

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

Availability ledger

available

review
Last checked
reviewRisk
35Score
0.0.0-dev-202606160126Version
Status history (2 events)
  1. availableavailable · risk review · score 35 · status available -> available, risk high -> review, score 35 -> 35
  2. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"require('fs').chmodSync(require('path').join(process.cwd(),'bin','opencode'),0o755)\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 7 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"require('fs').chmodSync(require('path').join(process.cwd(),'bin','opencode'),0o755)\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 7 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"require('fs').chmodSync(require('path').join(process.cwd(),'bin','opencode'),0o755)\""5

Manifest

Package metadata

Scripts1
  • postinstallnode -e "require('fs').chmodSync(require('path').join(process.cwd(),'bin','opencode'),0o755)"