PkgRadar

Package evidence

@evolvconsulting/[email protected]

Obfuscation Density: high encoded/escaped-token density

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,262Niche · −30% score
Versions published
12
First published
May 2026
Publisher
jeremy-newhouse

Effective trust discount applied: 30% (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":["@evolvconsulting/[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":["@evolvconsulting/[email protected]"],"fail_on":"review"}'
Artifact bytes3,002,103
Previous version1.1.9
Published2026-05-27T12:32:27.113Z
SHA-256032e6278a082b009f04b28d452d7d02722adfae2e661e810d64d048385ef12fb

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/sdk/package-lock.jsonhigh encoded/escaped-token density12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/sdk/package-lock.jsonhigh encoded/escaped-token density12
lowCredential file accesspackage/scripts/secret-scan.shmatched "aws_secret_access_key"5

Manifest

Package metadata

Scripts32
  • buildtsc
  • check:alias-driftnpm run build && node scripts/check-command-aliases-fresh.mjs
  • check:configuration-freshnpm run build && node scripts/check-configuration-fresh.mjs
  • check:decisions-freshnpm run build && node scripts/check-decisions-fresh.mjs
  • check:phase-freshnpm run build && node scripts/check-phase-fresh.mjs
  • check:phase-lifecycle-freshnode scripts/check-phase-lifecycle-fresh.mjs
  • check:phase-lifecycle-policy-freshnpm run build && node scripts/check-phase-lifecycle-policy-fresh.mjs
  • check:plan-scan-freshnpm run build && node scripts/check-plan-scan-fresh.mjs
  • check:project-root-freshnpm run build && node scripts/check-project-root-fresh.mjs
  • check:schema-detect-freshnpm run build && node scripts/check-schema-detect-fresh.mjs
  • check:secrets-freshnpm run build && node scripts/check-secrets-fresh.mjs
  • check:state-document-freshnpm run build && node scripts/check-state-document-fresh.mjs
  • check:validate-freshnpm run build && node scripts/check-validate-fresh.mjs
  • check:workstream-inventory-builder-freshnpm run build && node scripts/check-workstream-inventory-builder-fresh.mjs
  • check:workstream-name-policy-freshnpm run build && node scripts/check-workstream-name-policy-fresh.mjs
  • gen:configurationnpm run build && node scripts/gen-configuration.mjs
  • gen:decisionsnpm run build && node scripts/gen-decisions.mjs
  • gen:phasenpm run build && node scripts/gen-phase.mjs
  • gen:phase-lifecyclenode scripts/gen-phase-lifecycle.mjs
  • gen:phase-lifecycle-policynpm run build && node scripts/gen-phase-lifecycle-policy.mjs
  • gen:plan-scannpm run build && node scripts/gen-plan-scan.mjs
  • gen:project-rootnpm run build && node scripts/gen-project-root.mjs
  • gen:schema-detectnpm run build && node scripts/gen-schema-detect.mjs
  • gen:secretsnpm run build && node scripts/gen-secrets.mjs
  • gen:state-documentnpm run build && npx tsx scripts/gen-state-document.ts
  • gen:validatenpm run build && node scripts/gen-validate.mjs
  • gen:workstream-inventory-buildernpm run build && node scripts/gen-workstream-inventory-builder.mjs
  • gen:workstream-name-policynpm run build && node scripts/gen-workstream-name-policy.mjs
  • prepublishOnlyrm -rf dist && tsc && chmod +x dist/cli.js
  • testvitest run
  • …and 2 more.
Dependencies3
  • @anthropic-ai/claude-agent-sdk^0.2.84
  • synckit^0.11.12
  • ws8.20.1