PkgRadar

Package evidence

@himorogy/[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
7
Versions published
2
First published
Apr 2026
Publisher
nori-y

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":["@himorogy/[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":["@himorogy/[email protected]"],"fail_on":"review"}'
Publishernori-y
Artifact bytes9,882
Previous versionnone
Published2026-04-27T15:01:16.030Z
SHA-25671398cc54f8db839cb4253c3def1b428500964191e9b8310e47d1432b5ae936e

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
12Score
0.2.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/templates/devcontainer/dev/devcontainer.jsonmatched "curl "12

Manifest

Package metadata

Scripts9
  • buildtsup
  • formatbiome check --write .
  • lintbiome ci .
  • preparepnpm run build
  • releasesh release.sh
  • testpnpm test:ts && pnpm test:sh
  • test:shsh tests/check.test.sh && sh tests/init-check-dev.test.sh
  • test:tstsc -p tsconfig.test.json && node --test dist/test/config.test.js
  • typechecktsc --noEmit
Dependencies2
  • @dotenvx/dotenvx^1.63.0
  • commander^14.0.3