PkgRadar

Package evidence

@ifiwas/[email protected]

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

Versions published
2
First published
Jun 2026
Publisher
ifiwas-wasif

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":["@ifiwas/[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":["@ifiwas/[email protected]"],"fail_on":"review"}'
Publisherifiwas-wasif
Artifact bytes1,722,698
Previous versionnone
Published2026-06-17T13:03:51.859Z
SHA-2568cbaa84219b003f2b6ce28dfb5554b3778a66a506315a6f84cf8e9170b20c219

Why flagged

What the scanner saw

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

Manifest

Package metadata

Scripts15
  • buildvite build && yarn build-babel && yarn build-tsc
  • build-babelbabel --extensions '.ts,.tsx,.js,.jsx' src/ -d lib/ --copy-files
  • build-devvite build --mode development
  • build-flowflow-copy-source src lib
  • build-storybookstorybook build
  • build-tsctsc
  • devvite
  • flowflow
  • formatprettier --write "src/**/*.{ts,tsx,js,jsx,json}" "stories/**/*.{ts,tsx,js,jsx,json}"
  • format-checkprettier --check "src/**/*.{ts,tsx,js,jsx,json}" "stories/**/*.{ts,tsx,js,jsx,json}"
  • linteslint --cache --format codeframe --ext ts,tsx,mjs,jsx,js src stories
  • lint-fixeslint --cache --format codeframe --ext mjs,jsx,js src stories --fix
  • prepublishyarn build
  • storybookstorybook dev -p 5001
  • testjest