PkgRadar

Package evidence

@vibe-agent-toolkit/[email protected]

Install Lifecycle Suppresses Failure: postinstall="vat claude plugin install --npm-postinstall || exit 0"

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
130
Versions published
92
First published
Jan 2026
Publisher
jeffrdutton

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":["@vibe-agent-toolkit/[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":["@vibe-agent-toolkit/[email protected]"],"fail_on":"high"}'
Publisherjeffrdutton
Artifact bytes196,528
Previous version0.1.37
Published2026-05-18T14:06:52.017Z
SHA-2564e62bbc0de691193fe76c4b6f7cce0137ba0c658a001881ba35c23a87c2ef356

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="vat claude plugin install --npm-postinstall || exit 0"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="vat claude plugin install --npm-postinstall || exit 0"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="vat claude plugin install --npm-postinstall || exit 0"20
lowCredential file accesspackage/dist/generated/resources/skills/vat-skill-distribution.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="vat claude plugin install --npm-postinstall || exit 0"5

Manifest

Package metadata

Scripts9
  • buildbun run build:code && bun run build:vat
  • build:codebun run generate:resources && tspc && bun scripts/post-build.ts
  • build:skillsnode ../cli/dist/bin/vat.js skills build
  • build:vatnode ../cli/dist/bin/vat.js build
  • generate:resourcesvat-compile-resources compile resources/ generated/resources/
  • postinstallvat claude plugin install --npm-postinstall || exit 0
  • test:pipelinebun run build && bun run dist/src/test-pipeline.js
  • typechecktsc --noEmit
  • validatebun run agents/agent-generator/validate-agent.ts
Dependencies3
  • @vibe-agent-toolkit/agent-schema0.1.38
  • @vibe-agent-toolkit/cli0.1.38
  • yaml^2.8.2