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 updateStatic 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"}'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
Status history (2 events)
- available → available · risk high · score 17 · status available -> available, risk high -> high, score 35 -> 17
- new → available · risk high · score 35 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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){}\"" | 30 |
| medium | New Account With Lifecycle Hook | package.json | package first published 79 day(s) ago, 9 total version(s), has lifecycle hook | 10 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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){}\"" | 30 |
| medium | New Account With Lifecycle Hook | package.json | package first published 79 day(s) ago, 9 total version(s), has lifecycle hook | 10 |
| low | Install-time lifecycle script | package.json | 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){}\"" | 5 |
| low | Obfuscation Density | package/dist/index-x649afed.js | high encoded/escaped-token density | 0 |
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 coveragedevbash scripts/dev-reload.shformatprettier . --writeformat:checkprettier . --checkknipknip --reporter compactlinteslint ./srclint:fixeslint ./src --fixlint:sanityif [ "${CI:-}" = "true" ]; then bun run lint; else bun run lint -- --cache --cache-location .eslintcache; fipack:checknpm pack --dry-run --json | bun scripts/check-pack.tspostbuildbun 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 cleanpreuninstallnode -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 npmsanitybun run format:check && bun run lint:sanity && bun run type:check && bun run knip && bun run pack:check && bun run test && bun run buildstartbun run ./dist/index.jstestbun test tests/**/*.test.tstest:allbun test tests/**/*.test.tstest:e2eplaywright test -c tests/e2e/playwright.config.tstype: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.1commander^14.0.3elysia^1.3.2