PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":1,"publisher":"farrus","burst_same_day":3,"burst_week":3,"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.

Weekly downloads
147
Versions published
6
First published
Jun 2026
Publisher
farrus

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"}'
Publisherfarrus
Artifact bytes17,621
Previous version1.0.4
Published2026-06-14T17:27:40.542Z
SHA-2563b2c99528d45132ae3be65096c247f9522d4a88014d06ebbbd43767de8f91dc7

Why flagged

What the scanner saw

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

Manifest

Package metadata

Scripts4
  • db:setupnode scripts/setupDb.js
  • devnodemon src/server.js
  • startnode src/server.js
  • testecho "Error: no test specified" && exit 1
Dependencies8
  • bcrypt^6.0.0
  • cors^2.8.6
  • dotenv^17.4.2
  • express^5.2.1
  • jsonwebtoken^9.0.3
  • multer^2.1.1
  • pg^8.21.0
  • sequelize^6.37.8