PkgRadar

Package evidence

@flipova/[email protected]

Credential file access: matched ".npmrc"

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
dadflip

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":["@flipova/[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":["@flipova/[email protected]"],"fail_on":"review"}'
Publisherdadflip
Artifact bytes4,821,657
Previous versionnone
Published2026-06-13T12:43:54.235Z
SHA-25633452d996915c09691d33c4c7b11527b2fc5348831462f96a1597dacc675c985

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"dadflip","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
30Score
1.8.0Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

6 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"dadflip","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"dadflip","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10
lowCredential file accesspackage/dist/studio/cli/index.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/studio/index.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/studio/cli/index.mjsmatched ".npmrc"5
lowCredential file accesspackage/dist/studio/index.mjsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/studio/app/dist/_expo/static/js/web/entry-39d36897d2758a1d36b9ce16995ecc83.js4974941 bytes0

Manifest

Package metadata

Scripts9
  • buildnpm run build:studio && npm run build:foundation
  • build:foundationtsup
  • build:studiocd studio/app && npx expo export --platform web --output-dir dist
  • devtsup --watch
  • dev:studiocd studio/app && npx expo start --web --port 4201
  • prepublishOnlynpm run build && npm run typecheck
  • releasenpm run build && npm run typecheck && changeset publish
  • typechecktsc --noEmit
  • versionchangeset version
Dependencies13
  • @radix-ui/react-accordion^1.2.0
  • @radix-ui/react-dropdown-menu^2.1.17
  • @radix-ui/react-slot^1.2.5
  • @radix-ui/react-tabs^1.1.14
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • express^5.2.1
  • lucide-react^1.18.0
  • motion^12.40.0
  • qrcode^1.5.4
  • react>=18.0.0
  • tailwind-merge^3.6.0
  • ws^8.20.0