PkgRadar

Package evidence

@automagik/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall-pin-version.cjs"

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
3,015Niche · −30% score
Versions published
172
First published
Feb 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":["@automagik/[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":["@automagik/[email protected]"],"fail_on":"review"}'
Artifact bytes5,055,451
Previous version2.260609.4
Published2026-06-09T18:56:36.263Z
SHA-256b90f0cc8a9daffc3f97241b0fc99a6866d3bbc17c0b3fe7e4abdef356e86e73f

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall-pin-version.cjs"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-pin-version.cjs"5
lowLarge Javascript Payloadpackage/dist/index.js5409030 bytes0
lowLarge Javascript Payloadpackage/dist/server/index.js19975958 bytes0

Manifest

Package metadata

Scripts12
  • buildbun run build:sdk-subpath && bun build ./src/index.ts --outdir ./dist --target bun && bun run build:types
  • build:migrationsrm -rf db/drizzle && mkdir -p db && cp -r ../db/drizzle db/drizzle
  • build:sdk-subpathcd ../sdk && bun run build && cd ../cli && mkdir -p ./dist/sdk && cp -r ../sdk/dist/. ./dist/sdk/
  • build:serverbun build src/bundled-server-entry.ts --outdir dist/server --entry-naming 'index.[ext]' --asset-naming '[name].[ext]' --target bun --external @anthropic-ai/claude-agent-sdk --external @snazzah/davey --external libsodium-wrappers --external opusscript --external pdf-parse --external mammoth --external exceljs --external sharp
  • build:typestsc --emitDeclarationOnly --declaration --outDir dist
  • cleanrm -rf dist db
  • devecho 'CLI package - no dev server (use: bun run ./src/index.ts <command>)'
  • postinstallnode scripts/postinstall-pin-version.cjs
  • prepackbun run build && bun run build:server && bun run build:migrations
  • testbun test
  • test:integrationRUN_INTEGRATION_TESTS=1 bun test
  • typechecktsc --noEmit
Dependencies13
  • @anthropic-ai/claude-agent-sdk^0.2.62
  • @sentry/bun^10.43.0
  • @snazzah/davey^0.1.11
  • chalk^5.4.0
  • commander^13.1.0
  • exceljs^4.4.0
  • libsodium-wrappers^0.7.15
  • mammoth^1.8.0
  • opusscript^0.1.1
  • ora^8.1.1
  • pdf-parse^1.1.1
  • qrcode-terminal^0.12.0
  • sharp^0.34.5