PkgRadar

Package evidence

@beermonster/[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.

Versions published
9
First published
Oct 2025
Publisher
beermonster

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":["@beermonster/[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":["@beermonster/[email protected]"],"fail_on":"review"}'
Publisherbeermonster
Artifact bytes1,177,477
Previous version9.3.4
Published2026-03-25T14:13:08.863Z
SHA-256abc97a0a6eabca060d32ab4c595950651c740689d8a52913f190b6d7fdca5c57

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
9.3.5Version
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/tasks/updateconstants.tsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts5
  • buildtsx tasks/updateconstants && tsc
  • build_nodenode --experimental-strip-types tasks/updateconstants.ts
  • patchtsx tasks/newpatch
  • prettierprettier --write tasks
  • testecho "Error: no test specified" && exit 1