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 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":["@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"}'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
Scripts18
buildtsc && vite build && BUILD_TARGET=lite vite build && BUILD_TARGET=validator vite buildcheck:bundlenode scripts/check-bundle.cjscheck:circularnpx madge --circular --extensions ts src/check:stability./scripts/check-api-stability.shdevvitepostpublishtest -f README.github.md && mv README.github.md README.md || trueprepublishOnlynpm run build && test -f README.github.md || mv README.md README.github.md && cp README.npm.md README.mdpreviewvite previewtestnode 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.mjstest: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:decaytest:apinode tests/api/stability.test.mjstest:couplingnode tests/coupling.test.mjstest:crystallizationnode tests/crystallization.test.mjstest:decaynode tests/relationship-decay.test.mjstest:reasoningnode tests/reasoning.test.mjstest:similaritynode tests/similarity.test.mjstest:validatornode tests/mdm-validator.test.mjstype-checktsc --noEmit