PkgRadar

Package evidence

@gunesbizim/[email protected]

Suspicious Publish Context: {"package_age_days":7,"publisher":"gunesbizim","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"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
5
First published
Jun 2026
Publisher
gunesbizim

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":["@gunesbizim/[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":["@gunesbizim/[email protected]"],"fail_on":"review"}'
Publishergunesbizim
Artifact bytes203,136
Previous version0.4.0
Published2026-06-15T15:55:02.090Z
SHA-256ef3557f972f3541056e075d98b66c0c174435b1f995faa7e5e933bb10f266897

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":7,"publisher":"gunesbizim","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"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
0.5.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":7,"publisher":"gunesbizim","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts13
  • buildtsc
  • devtsc --watch
  • linteslint src/ --ext .ts
  • prepublishOnlynpm run build
  • sonarqubenpx sonarqube-scanner -Dsonar.token=${SONAR_TOKEN:-} -Dsonar.host.url=${SONAR_HOST_URL:-http://localhost:9000}
  • sonarqube:setupbash sonarqube/setup.sh
  • sonarqube:startdocker compose -f sonarqube/docker-compose.yml up -d
  • sonarqube:stopdocker compose -f sonarqube/docker-compose.yml down
  • startnode bin/agent-smith.js
  • testvitest run
  • test:coveragevitest run --coverage --coverage.reporter=lcov
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies8
  • chalk^5.3.0
  • commander^15.0.0
  • fs-extra^11.2.0
  • inquirer^14.0.2
  • ora^9.4.0
  • semver^7.6.0
  • tinyglobby^0.2.17
  • which^7.0.0