PkgRadar

Package evidence

@hemilabs/[email protected]

Remote Payload: matched "github.com/foundry-rs/foundry/releases/download"

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
8
Versions published
3
First published
Apr 2026
Publisher
gndelia

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":["@hemilabs/[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":["@hemilabs/[email protected]"],"fail_on":"review"}'
Publishergndelia
Artifact bytes11,583
Previous versionnone
Published2026-04-07T14:16:16.961Z
SHA-25691a86aa5353dce3a0b4d87bbd97d331b24c3ddd8c3f9f270e6d5e2548aeedac3

Why flagged

What the scanner saw

Remote Payload: matched "github.com/foundry-rs/foundry/releases/download"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/_esm/src/index.jsmatched "github.com/foundry-rs/foundry/releases/download"12
mediumRemote Payloadpackage/src/index.tsmatched "github.com/foundry-rs/foundry/releases/download"12

Manifest

Package metadata

Scripts13
  • buildpnpm run clean && pnpm run build:esm && pnpm run build:types
  • build:esmtsc --noEmit false --outDir ./_esm --sourceMap
  • build:typestsc --noEmit false --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap
  • cleanrm -rf ./_esm ./_types
  • deps:checkknip
  • format:checkprettier --check .
  • format:writeprettier --write .
  • linteslint --cache .
  • lint:fixeslint --cache . --fix
  • preparehusky
  • prepublishOnlypnpm run build
  • testvitest run
  • tsctsc --noEmit