PkgRadar

Package evidence

@w-lfpup/[email protected]

Remote Dependency Spec: dependencies.@w-lfpup/superaction="github:w-lfpup/superaction-js"

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
May 2026
Publisher
taylorwolf

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":["@w-lfpup/[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":["@w-lfpup/[email protected]"],"fail_on":"review"}'
Publishertaylorwolf
Artifact bytes211,041
Previous versionnone
Published2026-05-29T03:08:51.547Z
SHA-256ab61f9d72b4ffc5d7c3a8832458407e92a6d7b5389212f3f8ad3c9a52e56c253

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@w-lfpup/superaction="github:w-lfpup/superaction-js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
12Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@w-lfpup/superaction="github:w-lfpup/superaction-js"12

Manifest

Package metadata

Scripts6
  • buildnpm run build:core && npm run build:examples
  • build:corenpx tsc --project src/
  • build:examplesnpx tsc --project examples/
  • bundlerollup --config rollup.config.js
  • formatnpx prettier ./ --write
  • preparenpm run build
Dependencies1
  • @w-lfpup/superactiongithub:w-lfpup/superaction-js