PkgRadar

Package evidence

[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.

Versions published
137
First published
May 2026
Publisher
drunkktoys

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":["[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"}'
Publisherdrunkktoys
Artifact bytes178,998
Previous version0.24.29
Published2026-06-12T15:01:22.562Z
SHA-256a6a49fec073059112f721e55246e1afcd2815151eb13c71fc69049a8b5ea58b1

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
0.24.30Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • audit-statenode scripts/audit-state.mjs
  • buildnpm run build:bundle && node scripts/deploy.mjs
  • build:bundletsc -p tsconfig.json && node scripts/sync-ts-build.mjs && node scripts/build-bundle.mjs
  • build:singlenode scripts/build-bundle.mjs
  • checkpoint:validatenode scripts/checkpoint-validate.mjs
  • deploynode scripts/deploy.mjs
  • guardbash plugins/vibetheog-guard/scripts/run-guard.sh
  • guard:fullVIBETHEOG_GUARD_FULL=1 bash plugins/vibetheog-guard/scripts/run-guard.sh
  • hook:precommitbash plugins/vibetheog-guard/hooks/pre-commit.sh
  • hook:summarybash plugins/vibetheog-guard/hooks/post-command-summary.sh
  • linteslint src/
  • lint:fixeslint src/ --fix
  • migrate-ledgernode scripts/migrate-ledger.mjs
  • precommitnode scripts/pre-commit.mjs
  • releasenode scripts/release.mjs
  • release:majornode scripts/release.mjs major --yes
  • release:minornode scripts/release.mjs minor --yes
  • release:patchnode scripts/release.mjs patch --yes
  • testnpm run build:bundle && node scripts/run-test-suite.mjs full
  • test:cinpm run build:bundle && node scripts/run-test-suite.mjs ci
  • test:coveragec8 --reporter=text --reporter=html npm test
  • test:scriptsnode --test scripts/tests/checkpoint-validate.test.mjs tests/release-pack.test.mjs
  • ts:auditnode scripts/ts-audit.mjs
  • typechecktsc -p tsconfig.json --noEmit
  • typecheck:stricttsc -p tsconfig.strict.json --noEmit