PkgRadar

Package evidence

@v1b3x0r/[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
21Established · −30% score
First published
Oct 2025
Publisher
v1b3x0r

Effective trust discount applied: 30% (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":["@v1b3x0r/[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":["@v1b3x0r/[email protected]"],"fail_on":"review"}'
Publisherv1b3x0r
Artifact bytes612,637
Previous version5.11.1
Published2026-06-10T16:53:25.577Z
SHA-25688dccaff0b244b8fc618f4e604548bd0d85c8b32328b9e8f7dc99b853f21a35c

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • buildtsc && vite build && BUILD_TARGET=lite vite build && BUILD_TARGET=validator vite build
  • check:bundlenode scripts/check-bundle.cjs
  • check:circularnpx madge --circular --extensions ts src/
  • check:stability./scripts/check-api-stability.sh
  • devvite
  • postpublishtest -f README.github.md && mv README.github.md README.md || true
  • prepublishOnlynpm run build && test -f README.github.md || mv README.md README.github.md && cp README.npm.md README.md
  • previewvite preview
  • testnode tests/test-world.mjs && node tests/test-renderer.mjs && node tests/test-worldfile.mjs && node tests/test-heroblind.mjs && node tests/test-linguistics.mjs && node tests/test-world-linguistics.mjs && node tests/test-generic-triggers.mjs
  • test:allnpm run test && npm run test:api && npm run test:validator && npm run test:similarity && npm run test:crystallization && npm run test:coupling && npm run test:reasoning && npm run test:decay
  • test:apinode tests/api/stability.test.mjs
  • test:couplingnode tests/coupling.test.mjs
  • test:crystallizationnode tests/crystallization.test.mjs
  • test:decaynode tests/relationship-decay.test.mjs
  • test:reasoningnode tests/reasoning.test.mjs
  • test:similaritynode tests/similarity.test.mjs
  • test:validatornode tests/mdm-validator.test.mjs
  • type-checktsc --noEmit