PkgRadar

Package evidence

@workflow-cannon/[email protected]

Install-time lifecycle script: postinstall="node scripts/check-native-binding-arch.mjs && node scripts/ensure-native-sqlite.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
109
First published
Mar 2026
Publisher
nicklaprell

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":["@workflow-cannon/[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":["@workflow-cannon/[email protected]"],"fail_on":"review"}'
Publishernicklaprell
Artifact bytes1,119,178
Previous version0.99.16
Published2026-05-29T16:48:22.318Z
SHA-2569836bee98da72630eafb8c14c6a71d058b0fabea328cdc715ff7ca7d2000a3e9

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/check-native-binding-arch.mjs && node scripts/ensure-native-sqlite.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.99.17Version
Status history (2 events)
  1. newavailable · risk review · score 5 · status changed
  2. newavailable · risk review · score 5 · 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/check-native-binding-arch.mjs && node scripts/ensure-native-sqlite.mjs"5

Manifest

Package metadata

Scripts41
  • _comment_check_gatesmaintainer-gates = metadata/consistency checks; pre-merge-gates = maintainer-gates + test.
  • advisory:task-state-hand-editnode scripts/advisory-task-engine-state-hand-edit.mjs
  • buildtsc -p tsconfig.json
  • build:documentation-ledgernode scripts/build-documentation-ledger.mjs
  • checknode scripts/run-check-stages.mjs
  • check-compatibilitypnpm run build && node scripts/check-compatibility.mjs
  • check-init-first-run-docsnode scripts/check-init-first-run-doc-strings.mjs
  • check-native-binding-archnode scripts/check-native-binding-arch.mjs
  • check-planning-consistencynode scripts/check-planning-doc-consistency.mjs
  • check-release-channelnode scripts/check-release-channel.mjs
  • check-release-diff-shapenode scripts/check-release-diff-shape.mjs
  • check-release-metadatanode scripts/check-release-metadata.mjs
  • check:doc-governance-stagesnode scripts/check-doc-governance-stages.mjs
  • check:doc-lifecyclenode scripts/check-doc-lifecycle-report.mjs
  • check:documentation-deletion-registernode scripts/check-documentation-deletion-register.mjs
  • cleanrm -rf dist
  • export-evidence-bundlenode scripts/export-evidence-bundle.mjs
  • ext:compilepnpm --filter cursor-workflow-cannon run compile
  • generate-kit-trust-boundarynode scripts/generate-kit-trust-boundary.mjs
  • generate-maintainer-docs-from-ainode scripts/generate-maintainer-docs-from-ai.mjs
  • generate-runtime-diagnosticsnode scripts/generate-runtime-diagnostics.mjs
  • lint-response-templatesnode scripts/lint-response-templates.mjs
  • maintainer-gatespnpm run check-compatibility && pnpm run check-planning-consistency && pnpm run check-init-first-run-docs && pnpm run check-release-channel
  • pack:dry-runpnpm run build && pnpm pack --pack-destination ./artifacts/workspace-kit-pack
  • paritynode scripts/run-parity.mjs
  • playbook-run-stepsnode scripts/playbook-run-steps.mjs
  • postinstallnode scripts/check-native-binding-arch.mjs && node scripts/ensure-native-sqlite.mjs
  • pre-merge-gatespnpm run maintainer-gates && node scripts/check-pr-history-rewritten.mjs && node scripts/check-release-diff-shape.mjs && pnpm run test
  • pre-release-transcript-hookpnpm run build && node scripts/pre-release-transcript-hook.mjs
  • prune-evidencenode scripts/prune-evidence.mjs
  • …and 11 more.
Dependencies3
  • ajv^8.17.1
  • better-sqlite3^12.8.0
  • dotenv^17.3.1