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.
- Versions published
- 130
- First published
- May 2026
- Publisher
- drunkktoys
Recommended action
Looks clean — keep monitoringNo 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":["[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":["[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts25
audit-statenode scripts/audit-state.mjsbuildnpm run build:bundle && node scripts/deploy.mjsbuild:bundletsc -p tsconfig.json && node scripts/sync-ts-build.mjs && node scripts/build-bundle.mjsbuild:singlenode scripts/build-bundle.mjscheckpoint:validatenode scripts/checkpoint-validate.mjsdeploynode scripts/deploy.mjsguardbash plugins/vibetheog-guard/scripts/run-guard.shguard:fullVIBETHEOG_GUARD_FULL=1 bash plugins/vibetheog-guard/scripts/run-guard.shhook:precommitbash plugins/vibetheog-guard/hooks/pre-commit.shhook:summarybash plugins/vibetheog-guard/hooks/post-command-summary.shlinteslint src/lint:fixeslint src/ --fixmigrate-ledgernode scripts/migrate-ledger.mjsprecommitnode scripts/pre-commit.mjsreleasenode scripts/release.mjsrelease:majornode scripts/release.mjs major --yesrelease:minornode scripts/release.mjs minor --yesrelease:patchnode scripts/release.mjs patch --yestestnpm run build:bundle && node scripts/run-test-suite.mjs fulltest:cinpm run build:bundle && node scripts/run-test-suite.mjs citest:coveragec8 --reporter=text --reporter=html npm testtest:scriptsnode --test scripts/tests/checkpoint-validate.test.mjs tests/release-pack.test.mjsts:auditnode scripts/ts-audit.mjstypechecktsc -p tsconfig.json --noEmittypecheck:stricttsc -p tsconfig.strict.json --noEmit