PkgRadar

Package evidence

@cocorograph/[email protected]

Install-time lifecycle script: postinstall="node scripts/fix-node-pty-perms.mjs"

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
91
First published
May 2026
Publisher
cocorograph

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":["@cocorograph/[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":["@cocorograph/[email protected]"],"fail_on":"review"}'
Publishercocorograph
Artifact bytes151,460
Previous version0.6.58
Published2026-06-08T15:15:03.742Z
SHA-256e92deecf20ceeda9d32481c96183e77c7c596bf0427ce26dea901ee5103cd4c7

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/fix-node-pty-perms.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
8Score
0.6.59Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/fix-node-pty-perms.mjs"5
lowCredential file accesspackage/plugins/10-tailscale-remote/config.example.jsonmatched ".ssh/"3

Manifest

Package metadata

Scripts5
  • check:publish-on-mainnode scripts/check-publish-on-main.mjs
  • postinstallnode scripts/fix-node-pty-perms.mjs
  • prepublishOnlynode scripts/check-publish-on-main.mjs && npm test
  • startnode bin/hub-agent.mjs start
  • testnode --test test/*.test.mjs
Dependencies5
  • @anthropic-ai/claude-agent-sdk^0.3.158
  • commander^12.1.0
  • node-pty^1.0.0
  • pino^9.0.0
  • ws^8.18.0