PkgRadar

Package evidence

@fiqihbadrian/[email protected]

Suspicious Publish Context: {"package_age_days":3,"publisher":"fiqihbadrian","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"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.

Weekly downloads
369
Versions published
7
First published
Jun 2026
Publisher
fiqihbadrian

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":["@fiqihbadrian/[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":["@fiqihbadrian/[email protected]"],"fail_on":"review"}'
Publisherfiqihbadrian
Artifact bytes215,408
Previous version1.0.7
Published2026-06-12T15:57:12.247Z
SHA-2566d6aea90def6dc78a5ff66f9b6a7612b18a4661fb02e06d082b9429f7412db2f

Why flagged

What the scanner saw

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

Manifest

Package metadata

Scripts8
  • buildnpm run build:frontend && npm run build:backend && npm run build:prepare
  • build:backendnode scripts/obfuscate-backend.js
  • build:frontendcd frontend && npm install && npm run build
  • build:preparemkdir -p backend/public && cp -r frontend/dist/* backend/public/
  • devconcurrently "npm run dev:backend" "npm run dev:frontend"
  • dev:backendcd backend && npm run dev
  • dev:frontendcd frontend && npm run dev
  • install:allnpm install && cd backend && npm install && cd ../frontend && npm install
Dependencies8
  • chalk^4.1.2
  • cors^2.8.5
  • dotenv^16.3.1
  • express^4.18.2
  • get-port^5.1.1
  • inquirer^8.2.5
  • mysql2^3.6.0
  • open^8.4.0