PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/install-macos-url-handler.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
4,160Niche · −30% score
Versions published
97
First published
Apr 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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes3,478,774
Previous version0.62.0
Published2026-06-17T13:00:01.013Z
SHA-25611ddb91478407f50ffdef14314acf93c3942dc53215c58314b26082573b0f0bb

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/install-macos-url-handler.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
0.64.0Version
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/install-macos-url-handler.mjs"5

Manifest

Package metadata

Scripts17
  • buildtsup
  • build:dashboardnpm run build && npm run build --prefix dashboard
  • build:skills-indexnode scripts/build-skills-index.mjs
  • dashboard:installcd dashboard && npm install
  • devtsup --watch
  • dev:dashboardcd dashboard && npm run dev
  • mirror-skillsnode scripts/mirror-skills-to-platforms.mjs
  • postinstallnode scripts/install-macos-url-handler.mjs
  • prepacknode scripts/mirror-skills-to-platforms.mjs && node scripts/sync-plugin-version.mjs
  • prepublishOnlynpm run build && npm ci --prefix dashboard && npm run build --prefix dashboard
  • sync-plugin-versionnode scripts/sync-plugin-version.mjs
  • testvitest run
  • test:watchvitest
  • trynode scripts/try.mjs
  • typechecktsc --noEmit
  • untrynpm unlink -g syntaur && npm install -g syntaur@latest && echo '\n✓ global syntaur restored to latest published version'
  • versionnode scripts/sync-plugin-version.mjs && git add .claude-plugin/plugin.json platforms/claude-code/.claude-plugin/plugin.json platforms/codex/.codex-plugin/plugin.json
Dependencies12
  • @inquirer/prompts^8.4.2
  • better-sqlite3^11.0.0
  • chokidar^4.0.0
  • commander^13.0.0
  • croner^10.0.1
  • express^5.0.1
  • fuse.js^7.1.0
  • ink^6.8.0
  • ink-text-input^6.0.0
  • open^10.0.0
  • react^19.2.4
  • ws^8.0.0