PkgRadar

Package evidence

@vibecontrols/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('node:fs').accessSync('./dist/postinstall-shim-fix.cjs');require('node:child_process').execFileSync(process.execPath,['./dist/postinstall-shim-fix.cjs'],{stdio:'inherit'})}catch(e){}\""

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
17,156Mainstream · −50% score
Versions published
9
First published
Mar 2026
Publisher
burdenoffcorp

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@vibecontrols/[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":["@vibecontrols/[email protected]"],"fail_on":"high"}'
Publisherburdenoffcorp
Artifact bytes1,051,588
Previous versionnone
Published2026-06-01T14:40:41.294Z
SHA-256824721774e5ceb2cf85ba5b08cb81ad3b6bc6271e07a3751ffaf2da11329716b

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('node:fs').accessSync('./dist/postinstall-shim-fix.cjs');require('node:child_process').execFileSync(process.execPath,['./dist/postinstall-shim-fix.cjs'],{stdio:'inherit'})}catch(e){}\""

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

Availability ledger

available

high
Last checked
highRisk
17Score
2026.601.30Version
Status history (2 events)
  1. availableavailable · risk high · score 17 · status available -> available, risk high -> high, score 35 -> 17
  2. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('./dist/postinstall-shim-fix.cjs');require('node:child_process').execFileSync(process.execPath,['./dist/postinstall-shim-fix.cjs'],{stdio:'inherit'})}catch(e){}\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 79 day(s) ago, 9 total version(s), has lifecycle hook10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('./dist/postinstall-shim-fix.cjs');require('node:child_process').execFileSync(process.execPath,['./dist/postinstall-shim-fix.cjs'],{stdio:'inherit'})}catch(e){}\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 79 day(s) ago, 9 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('./dist/postinstall-shim-fix.cjs');require('node:child_process').execFileSync(process.execPath,['./dist/postinstall-shim-fix.cjs'],{stdio:'inherit'})}catch(e){}\""5
lowObfuscation Densitypackage/dist/index-scsjyj4m.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts21
  • buildNODE_ENV=production bun build ./src/index.ts ./src/cli.ts --outdir=./dist --target=bun --splitting --minify --sourcemap=none --define process.env.NODE_ENV='"production"'
  • cleanrimraf dist coverage
  • devbash scripts/dev-reload.sh
  • formatprettier . --write
  • format:checkprettier . --check
  • knipknip --reporter compact
  • linteslint ./src
  • lint:fixeslint ./src --fix
  • lint:sanityif [ "${CI:-}" = "true" ]; then bun run lint; else bun run lint -- --cache --cache-location .eslintcache; fi
  • pack:checknpm pack --dry-run --json | bun scripts/check-pack.ts
  • postbuildbun scripts/fix-duplicate-exports.ts && chmod +x dist/cli.js && cp scripts/postinstall-shim-fix.cjs dist/postinstall-shim-fix.cjs && cp scripts/preuninstall.cjs dist/preuninstall.cjs && echo 'Build completed successfully'
  • postinstallnode -e "try{require('node:fs').accessSync('./dist/postinstall-shim-fix.cjs');require('node:child_process').execFileSync(process.execPath,['./dist/postinstall-shim-fix.cjs'],{stdio:'inherit'})}catch(e){}"
  • prebuildbun run clean
  • preuninstallnode -e "try{require('node:fs').accessSync('./dist/preuninstall.cjs');require('node:child_process').execFileSync(process.execPath,['./dist/preuninstall.cjs'],{stdio:'inherit'})}catch(e){}"
  • registry:npmbun scripts/set-registry.ts npm
  • sanitybun run format:check && bun run lint:sanity && bun run type:check && bun run knip && bun run pack:check && bun run test && bun run build
  • startbun run ./dist/index.js
  • testbun test tests/**/*.test.ts
  • test:allbun test tests/**/*.test.ts
  • test:e2eplaywright test -c tests/e2e/playwright.config.ts
  • type:checktsc --noEmit
Dependencies9
  • @elysiajs/cors^1.3.1
  • @opentelemetry/api^1.9.0
  • @opentelemetry/exporter-prometheus^0.217.0
  • @opentelemetry/sdk-metrics^2.7.0
  • @opentui/core0.2.8
  • @vibecontrols/plugin-sdk2026.601.1
  • @vibecontrols/vibe-plugin-storage2026.601.1
  • commander^14.0.3
  • elysia^1.3.2