PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
3
Versions published
6
First published
Apr 2026
Publisher
fastforward

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"}'
Publisherfastforward
Artifact bytes129,955
Previous version1.6.3
Published2026-06-10T12:45:47.708Z
SHA-2569a2a7089698a1c64e4a0934bc6717d1aac0a2c57a5c00af237de043549c6ce48

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.mjsmatched "raw.githubusercontent.com"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.mjsmatched "raw.githubusercontent.com"12
lowObfuscation Densitypackage/dist/_chunks/libs/@clack/core.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts18
  • buildnode scripts/generate-licenses.ts && obuild
  • changesetchangeset
  • changeset:statuschangeset status --verbose
  • devnode src/cli.ts
  • docs:checknode scripts/validate-docs.ts
  • exec:testnode scripts/execute-tests.ts
  • formatprettier --write "src/**/*.ts" "scripts/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "scripts/**/*.ts"
  • generate-licensesnode scripts/generate-licenses.ts
  • preparehusky
  • prepublishOnlynpm run build
  • publish:snapshotchangeset version --snapshot snapshot && changeset publish --tag snapshot
  • releasechangeset publish
  • testvitest
  • test:real-branchnode scripts/real-branch-scenarios.ts
  • test:real-branch:mixed-sourcenode scripts/real-branch-mixed-source-scenarios.ts
  • type-checktsc --noEmit
  • version-packageschangeset version
Dependencies2
  • semver^7.7.4
  • yaml^2.8.3