PkgRadar

Package evidence

@evolvconsulting/[email protected]

Install-time lifecycle script: postinstall="node scripts/check-windows-path.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
481
Versions published
15
First published
May 2026
Publisher
jeremy-newhouse

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@evolvconsulting/[email protected]"],"fail_on":"high"}'

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":["@evolvconsulting/[email protected]"],"fail_on":"high"}'
Artifact bytes2,148,066
Previous version1.1.11
Published2026-06-03T15:04:54.332Z
SHA-25698ec85c4b201d3019acdf3653966f10bfc90a6581e095af7f2e3f6f1c1c950af

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.2.0 vs 1.1.11: "node scripts/check-windows-path.cjs"

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

Availability ledger

available

high
Last checked
highRisk
45Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.2.0 vs 1.1.11: "node scripts/check-windows-path.cjs"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.2.0 vs 1.1.11: "node scripts/check-windows-path.cjs"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/check-windows-path.cjs"5

Manifest

Package metadata

Scripts35
  • buildnpm run generate:identity && npm run build:hooks
  • build:hooksnode scripts/build-hooks.js
  • changelog:rendernode scripts/changeset/cli.cjs render
  • changesetnode scripts/changeset/new.cjs
  • check:alias-driftnode scripts/check-alias-drift.cjs
  • check:envnode scripts/check-env.cjs
  • check:identity-driftnode scripts/lint-package-identity-drift.cjs
  • check:integritynode scripts/check-npm-integrity.cjs
  • ci:test-scopenode scripts/ci-test-scope.cjs
  • generate:identitynode scripts/generate-package-identity.cjs
  • linteslint . --cache --cache-location node_modules/.cache/eslint/
  • lint:changesetnode scripts/changeset/lint.cjs
  • lint:descriptionsnode scripts/lint-descriptions.cjs
  • lint:docsnode scripts/lint-docs-required.cjs
  • lint:fixeslint . --fix
  • lint:pr-checksnode scripts/lint-pr-check-project-dir.cjs
  • lint:skill-depsnode scripts/lint-skill-deps.cjs
  • lint:test-file-countnode scripts/lint-test-file-count.cjs
  • postinstallnode scripts/check-windows-path.cjs
  • prepublishOnlynpm run build:hooks
  • pretestnpm run lint:skill-deps
  • pretest:coveragenpm run lint:skill-deps
  • sync:launchernode scripts/sync-runtime-launcher.cjs
  • testnode scripts/run-tests.cjs
  • test:affectednode scripts/run-affected-tests.cjs
  • test:coveragec8 --check-coverage --lines 70 --reporter text --include 'evolv-coder-lite/bin/lib/*.cjs' --exclude 'tests/**' --all node scripts/run-tests.cjs
  • test:coverage:allnpm run test:coverage
  • test:coverage:unitc8 --check-coverage --lines 70 --reporter text --include 'evolv-coder-lite/bin/lib/*.cjs' --exclude 'tests/**' --all node scripts/run-tests.cjs --suite unit
  • test:installnode scripts/run-tests.cjs --suite install
  • test:integrationnode scripts/run-tests.cjs --suite integration
  • …and 5 more.
Dependencies2
  • @anthropic-ai/claude-agent-sdk^0.2.84
  • ws8.20.1
Optional dependencies1
  • fallow^2.70.0