PkgRadar

Package evidence

@templmf/[email protected]

Webhook Exfil Endpoint: matched "ngrok.app"

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
122Established · −30% score
First published
Aug 2025
Publisher
lynnricemin

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@templmf/[email protected]"],"fail_on":"high"}'

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":["@templmf/[email protected]"],"fail_on":"high"}'
Publisherlynnricemin
Artifact bytes31,341,652
Previous version0.0.131
Published2026-06-09T10:55:16.950Z
SHA-256625c0b6cbc880326865b301c2fa9d0c71c113e18c4b7119571ca2d6fa461a4a4

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok.app"

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

Availability ledger

available

high
Last checked
highRisk
86Score
0.0.132Version
Status history (1 event)
  1. newavailable · risk high · score 86 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/golang.org/x/[email protected]/publicsuffix/table_test.gomatched "ngrok.app"40
mediumRemote Payloadpackage/golang.org/x/[email protected]/encoding/charmap/maketables.gomatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/golang.org/x/[email protected]/acme/rfc8555_test.gomatched "curl "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_netbsd_386.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_netbsd_amd64.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_netbsd_arm.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_netbsd_arm64.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_openbsd_386.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_openbsd_amd64.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_openbsd_arm.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_openbsd_arm64.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_openbsd_mips64.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_openbsd_ppc64.gomatched "wget "12
mediumRemote Payloadpackage/golang.org/x/[email protected]/unix/ztypes_openbsd_riscv64.gomatched "wget "12
mediumCredential file accesspackage/golang.org/x/[email protected]/ssh/example_test.gomatched "id_rsa"10

Manifest

Package metadata

Scripts2
  • publish1npm publish --tag alpha
  • testecho "Error: no test specified" && exit 1