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
12
Versions published
11
First published
Mar 2026
Publisher
doberkofler

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"}'
Publisherdoberkofler
Artifact bytes16,371
Previous version0.7.1
Published2026-05-30T09:39:05.048Z
SHA-25664347dcec469c2cceccc61243282ef5fe9bb8861cc4736269ae946f3c36fc8e9

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
0.8.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 Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts10
  • buildvite build
  • cipnpm run lint && pnpm run build && pnpm run test
  • create-changelogconventional-changelog -p angular -i CHANGELOG.md -s -r 0
  • devvite build --watch
  • formatoxfmt --write .
  • format:checkoxfmt --check .
  • integration-testpnpm run build && node dist/index.js
  • linttsc && oxlint && pnpm run format:check
  • releaserelease-it
  • testvitest run --coverage
Dependencies4
  • @inquirer/prompts8.5.1
  • commander15.0.0
  • debug4.4.3
  • zod4.4.3