PkgRadar

Package evidence

@valkyrjaio/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"melechmizrachi","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":true,"new_account":true}

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
2
First published
Jun 2026
Publisher
melechmizrachi

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":["@valkyrjaio/[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":["@valkyrjaio/[email protected]"],"fail_on":"review"}'
Artifact bytes28,898
Previous version26.0.1
Published2026-06-18T05:20:15.018Z
SHA-2565c606216471f69762be48054eee5250c90f8d83644ca0e85edf46e2359409582

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"melechmizrachi","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":true,"new_account":true}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
26.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"melechmizrachi","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":true,"new_account":true}10

Manifest

Package metadata

Scripts24
  • eslintcd .github/ci/eslint && npm run fix
  • eslint-checkcd .github/ci/eslint && npm run check
  • eslint-npm-updatecd .github/ci/eslint && npm update
  • eslint-outdated-checkcd .github/ci/eslint && npm install && npm outdated
  • eslint-outdated-check-major-releasecd .github/ci/eslint && npm install && npm outdated
  • prettiercd .github/ci/prettier && npm run fix
  • prettier-checkcd .github/ci/prettier && npm run check
  • prettier-npm-updatecd .github/ci/prettier && npm update
  • prettier-outdated-checkcd .github/ci/prettier && npm install && npm outdated
  • prettier-outdated-check-major-releasecd .github/ci/prettier && npm install && npm outdated
  • root-and-suggested-npm-updatecd .github/ci/root-and-suggested && npm update
  • root-and-suggested-outdated-checkcd .github/ci/root-and-suggested && npm install && npm outdated
  • root-and-suggested-outdated-check-major-releasecd .github/ci/root-and-suggested && npm install && npm outdated
  • root-outdated-checknpm install && npm outdated
  • root-outdated-check-major-releasenpm install && npm outdated
  • typescriptcd .github/ci/typescript && npm run check
  • typescript-npm-updatecd .github/ci/typescript && npm update
  • typescript-outdated-checkcd .github/ci/typescript && npm install && npm outdated
  • typescript-outdated-check-major-releasecd .github/ci/typescript && npm install && npm outdated
  • vitestcd .github/ci/vitest && npm run check
  • vitest-coveragecd .github/ci/vitest && npm run coverage
  • vitest-npm-updatecd .github/ci/vitest && npm update
  • vitest-outdated-checkcd .github/ci/vitest && npm install && npm outdated
  • vitest-outdated-check-major-releasecd .github/ci/vitest && npm install && npm outdated
Dependencies2
  • @valkyrjaio/valkyrja^26.1.0
  • ts-morph^28.0.0