PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"bgauryy","burst_same_day":7,"burst_week":7,"lure":null,"version_anomaly":true,"new_account":false}

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
1
First published
Jun 2026
Publisher
bgauryy

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":["[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"}'
Publisherbgauryy
Artifact bytes122,441
Previous versionnone
Published2026-06-14T18:23:13.561Z
SHA-256290a767f46c497918e03bf55e256e761ad1c70b9ebc2b2fa38f408d910a77701

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"bgauryy","burst_same_day":7,"burst_week":7,"lure":null,"version_anomaly":true,"new_account":false}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
16.0.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":"bgauryy","burst_same_day":7,"burst_week":7,"lure":null,"version_anomaly":true,"new_account":false}10

Manifest

Package metadata

Scripts26
  • auditcargo audit -D unmaintained -D unsound -D yanked
  • benchnode bench/compare.mjs
  • buildyarn build:rust && yarn build:ts
  • build:allyarn build:rust:all && yarn build:ts
  • build:devnode scripts/gen-patterns.mjs && napi build --platform && node scripts/sync-platform-binaries.cjs && node build.mjs && tsc --emitDeclarationOnly
  • build:rustnode scripts/gen-patterns.mjs && napi build --platform --release && node scripts/sync-platform-binaries.cjs
  • build:rust:allyarn build:rust:darwin-arm64 && yarn build:rust:darwin-x64 && yarn build:rust:linux-x64-gnu && yarn build:rust:linux-x64-musl && yarn build:rust:linux-arm64-gnu && yarn build:rust:windows-x64
  • build:rust:darwin-arm64node scripts/gen-patterns.mjs && napi build --platform --release --target aarch64-apple-darwin && node scripts/sync-platform-binaries.cjs
  • build:rust:darwin-x64node scripts/gen-patterns.mjs && napi build --platform --release --target x86_64-apple-darwin && node scripts/sync-platform-binaries.cjs
  • build:rust:linux-arm64-gnunode scripts/gen-patterns.mjs && napi build --platform --release --cross-compile --target aarch64-unknown-linux-gnu && node scripts/sync-platform-binaries.cjs
  • build:rust:linux-x64-gnunode scripts/gen-patterns.mjs && napi build --platform --release --cross-compile --target x86_64-unknown-linux-gnu && node scripts/sync-platform-binaries.cjs
  • build:rust:linux-x64-muslnode scripts/gen-patterns.mjs && napi build --platform --release --cross-compile --target x86_64-unknown-linux-musl && node scripts/sync-platform-binaries.cjs
  • build:rust:windows-x64node scripts/gen-patterns.mjs && napi build --platform --release --cross-compile --target x86_64-pc-windows-msvc && node scripts/sync-platform-binaries.cjs
  • build:tsnode scripts/gen-patterns.mjs && node build.mjs && tsc --emitDeclarationOnly
  • gennode scripts/gen-patterns.mjs
  • linteslint src tests
  • lint:fixeslint src tests --fix
  • lint:rustcargo clippy --all-targets -- -D warnings
  • pack:checknode scripts/check-pack-size.cjs
  • testvitest run --coverage
  • test:quietvitest run
  • test:uivitest --ui
  • test:watchvitest watch
  • typechecktsc --noEmit
  • verifyyarn verify:patterns && yarn typecheck && yarn lint:rust && yarn test:quiet && yarn pack:check && yarn audit
  • verify:patternsnode scripts/gen-patterns.mjs && git diff --exit-code src/patterns.rs || (echo 'ERROR: src/patterns.rs is out of sync with the TS source — run yarn gen and commit the result' && exit 1)
Optional dependencies6
  • octocode-security-darwin-arm6416.0.0
  • octocode-security-darwin-x6416.0.0
  • octocode-security-linux-arm64-gnu16.0.0
  • octocode-security-linux-x64-gnu16.0.0
  • octocode-security-linux-x64-musl16.0.0
  • octocode-security-win32-x64-msvc16.0.0