PkgRadar

Package evidence

@vectrel-ai/[email protected]

no findings

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
55
Versions published
3
First published
May 2026
Publisher
vectrel-ai

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@vectrel-ai/[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":["@vectrel-ai/[email protected]"],"fail_on":"review"}'
Publishervectrel-ai
Artifact bytes621,104
Previous version1.2.0-rc.3
Published2026-05-28T12:16:22.592Z
SHA-256b8c04447e112f3951c04c1d9cd64d29315f00f79a1b3a9bf7bcff04307fe5b6c

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts26
  • 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: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: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
  • test:integrationvitest run --project integration
  • test:unitvitest run --project unit
Dependencies3
  • @anthropic-ai/claude-agent-sdk^0.2.84
  • synckit^0.11.12
  • ws8.20.1