PkgRadar

Package evidence

[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
1,198Niche · −30% score
Versions published
39
First published
Jan 2026
Publisher
hynek-urban

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

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherhynek-urban
Artifact bytes256,646
Previous version2.12.0
Published2026-05-27T14:38:29.756Z
SHA-256d53bb8cb5492f3ede0bb0566c1545f48b0de6f1b0738524d65a329c02217a817

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
11Score
2.12.1Version
Status history (1 event)
  1. newavailable · risk review · score 11 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
lowCredential file accesspackage/dist/src/services/aws.jsmatched ".aws"5

Manifest

Package metadata

Scripts19
  • buildtsc && node -e "require('fs').cpSync('skills', 'dist/skills', {recursive:true})"
  • bun-compilebun build ./src/cli.ts --compile --external chromium-bidi --external electron --external playwright --external playwright-core --outfile latchkey
  • devtsc --watch
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts" "scripts/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts" "scripts/**/*.ts"
  • linteslint src tests scripts
  • lint:fixeslint src tests scripts --fix
  • prebuildnode scripts/generateVersion.js
  • prebun-compilenode scripts/generateVersion.js
  • predevnode scripts/generateVersion.js
  • preparenode scripts/generateVersion.js
  • prepublishOnlynpm run build
  • pretestnode scripts/generateVersion.js
  • pretypechecknode scripts/generateVersion.js
  • release-binariesnpm install && bash scripts/releaseBinaries.sh
  • startnode dist/cli.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • @imbue-ai/detent^1.2.0
  • @napi-rs/keyring^1.2.0
  • commander^12.0.0
  • playwright^1.58.2
  • zod^3.22.0