PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"brahimtimezghine","burst_same_day":4,"burst_week":5,"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
1
First published
Jun 2026
Publisher
brahimtimezghine

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"}'
Artifact bytes104,441
Previous versionnone
Published2026-06-15T07:14:47.660Z
SHA-256b7cc14614713b6c6bf702314b7b24b3451ab22c88c02cab5e5e97abfd09428a1

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"brahimtimezghine","burst_same_day":4,"burst_week":5,"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
1.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":"brahimtimezghine","burst_same_day":4,"burst_week":5,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts15
  • benchmarknode scripts/benchmark.js
  • buildtsc -p tsconfig.build.json
  • build:watchtsc -p tsconfig.build.json --watch
  • cleanrimraf dist
  • devts-node src/cli/main.ts
  • formatprettier --write 'src/**/*.ts'
  • generate:logsnode scripts/generate-large-log.js
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • prepublishOnlynpm run build && npm test
  • startnode dist/cli/main.js
  • testjest
  • test:coveragejest --coverage
  • test:integrationjest tests/integration
  • test:unitjest tests/unit
Dependencies17
  • chalk^4.1.2
  • chokidar^3.6.0
  • cli-progress^3.12.0
  • cli-table3^0.6.3
  • commander^12.0.0
  • date-fns^3.6.0
  • dotenv^16.4.5
  • express^4.18.2
  • fast-glob^3.3.2
  • fuse.js^7.0.0
  • inquirer^8.2.6
  • lru-cache^10.2.2
  • msgpackr^1.10.1
  • node-fetch^2.7.0
  • ora^5.4.1
  • source-map-support^0.5.21
  • ws^8.16.0