PkgRadar

Package evidence

@goondocks/[email protected]

Install-time lifecycle script: postinstall="node scripts/select-binary.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.

Weekly downloads
1,081Niche · −30% score
Versions published
135
First published
Mar 2026
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":["@goondocks/[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":["@goondocks/[email protected]"],"fail_on":"review"}'
Artifact bytes1,106,890
Previous version1.0.14
Published2026-06-12T12:52:05.511Z
SHA-256d9a1960f624e22cd81c0332b57f3382d1dabfdb90e2c10a7d5145859e983adbe

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/select-binary.mjs"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/select-binary.mjs"5

Manifest

Package metadata

Scripts14
  • buildnode scripts/clean-core.mjs && node scripts/build-single-target.mjs && npm run build:ui && npm run build:verify
  • build:binariesnode scripts/clean-core.mjs && node scripts/build-all-targets.mjs
  • build:binarynode scripts/build-single-target.mjs
  • build:uiif [ -d ui ]; then cd ui && { test -d node_modules || npm ci; } && npx vite build; fi
  • build:verifynode scripts/verify-build.mjs
  • codegentsx scripts/gen-hook-config.ts && tsx scripts/gen-agent-definitions.ts && tsx scripts/gen-static-assets.ts && node scripts/gen-templates.mjs
  • linttsc --noEmit
  • postinstallnode scripts/select-binary.mjs
  • prebuildnpm run codegen
  • testcd ../.. && node scripts/run-bun-tests.mjs
  • test:debugcd ../.. && node scripts/run-bun-tests.mjs --bail=1 --only-failures
  • test:fastcd ../.. && MYCO_TEST_PROFILE=fast node scripts/run-bun-tests.mjs
  • test:integrationcd ../.. && MYCO_TEST_PROFILE=integration node scripts/run-bun-tests.mjs
  • test:watchcd ../.. && bun test --watch
Dependencies12
  • @anthropic-ai/claude-agent-sdk^0.3.169
  • @anthropic-ai/sdk^0.102.0
  • @inquirer/prompts^8.5.2
  • @modelcontextprotocol/sdk^1.28.0
  • @openai/agents^0.11.5
  • chokidar^5.0.0
  • gray-matter^4.0.3
  • semver^7.8.3
  • shell-quote^1.8.4
  • smol-toml^1.6.1
  • yaml^2.8.4
  • zod^4.4.3
Optional dependencies5
  • @goondocks/myco-darwin-arm641.0.15
  • @goondocks/myco-darwin-x641.0.15
  • @goondocks/myco-linux-arm641.0.15
  • @goondocks/myco-linux-x641.0.15
  • @goondocks/myco-windows-x641.0.15