PkgRadar

Package evidence

@venizia/[email protected]

Obfuscation: matched "Buffer.from(base64, 'base64"

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
470
Versions published
55Established · −30% score
First published
Dec 2025
Publisher
venizia-developer

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@venizia/[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":["@venizia/[email protected]"],"fail_on":"review"}'
Artifact bytes193,429
Previous version0.0.8-10
Published2026-05-25T08:49:53.496Z
SHA-256986cba8378d13432f3bf2da60415bd5de0ebdaa7d1c27d6a8e4e43127bd13974

Why flagged

What the scanner saw

Obfuscation: matched "Buffer.from(base64, 'base64"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.0.8-12Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/modules/crypto/algorithms/ecdh.algorithm.jsmatched "Buffer.from(base64, 'base64"3

Manifest

Package metadata

Scripts10
  • buildsh ./scripts/build.sh
  • cleansh ./scripts/clean.sh
  • eslinteslint --report-unused-disable-directives .
  • force-updatesh ./scripts/force-update.sh
  • lintbun run eslint && bun run prettier:cli
  • lint:fixbun run eslint --fix && bun run prettier:fix
  • prepublishOnlybun run rebuild
  • prettier:cliprettier "**/*.{js,ts}" -l
  • prettier:fixbun run prettier:cli --write
  • rebuildsh ./scripts/rebuild.sh no-version
Dependencies10
  • @venizia/ignis-inversion^0.0.6-2
  • dayjs^1.11.20
  • drizzle-orm^0.45.2
  • hono^4.12.21
  • ioredis5.10.1
  • lodash^4.18.1
  • reflect-metadata^0.2.2
  • winston^3.17.0
  • winston-daily-rotate-file^5.0.0
  • winston-transport^4.9.0