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.

Weekly downloads
10,120Mainstream · −50% score
Versions published
133
First published
May 2026
Publisher
drunkktoys

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

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 bytes177,671
Previous version0.24.24
Published2026-06-12T10:43:27.410Z
SHA-256569b2119c28197658b21a84c66dde59748956178d9331238f15434250a5e4e9a

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.25Version
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