PkgRadar

Package evidence

@emingy/[email protected]

Remote Payload: matched "curl "

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
160
Versions published
9
First published
Nov 2025
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@emingy/[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":["@emingy/[email protected]"],"fail_on":"review"}'
Artifact bytes5,567,555
Previous version0.5.2
Published2026-05-31T09:07:56.568Z
SHA-2567fd536ee031385d1926590a83c0bd47226860a66b9bb837b8f1b00a06e994b10

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/docker/entrypoint.shmatched "curl "12

Manifest

Package metadata

Scripts22
  • api:checktsx scripts/gen-api.ts --check
  • api:gentsx scripts/gen-api.ts
  • buildTYPE=lib rslib build
  • build:storybookstorybook build
  • check-circular-dependencydpdm --no-warning --no-tree --transform --exit-code circular:1 src/**/*.{ts,tsx}
  • cmcz
  • coverage:tstype-coverage --project=src
  • formatprettier --check '**/*.{ts,tsx,js,jsx,json,css,md}'
  • format:fixprettier --write '**/*.{ts,tsx,js,jsx,json,css,md}'
  • knipknip
  • linteslint
  • lint:fixeslint --fix
  • lint:scssstylelint "**/*.scss" --ignore-path .gitignore
  • lint:scss-fixstylelint "**/*.scss" --ignore-path .gitignore --fix
  • precommitpnpm test && pnpm knip && pnpm coverage:ts && pnpm check-circular-dependency && pnpm build && pnpx lint-staged && pnpm lint:scss && pnpm api:check
  • preparehusky
  • pw:dockerdocker compose run --rm playwright
  • pw:docker:updatedocker compose run --rm playwright pnpm pw:update
  • pw:testplaywright test
  • pw:updateplaywright test --update-snapshots
  • storybookstorybook dev -p 3000 --no-open
  • testrstest