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.

Versions published
1
First published
Jun 2026
Publisher
gabriel_ignat

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"}'
Publishergabriel_ignat
Artifact bytes4,106,947
Previous versionnone
Published2026-06-12T15:33:38.074Z
SHA-2565482c903d3c4b636ef1cef0608a6dfa82ed4f1f1c70b2bba9d44792a7890774e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/prep/installNodeDependencies.tsmatched "curl "12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/prep/installNodeDependencies.tsmatched "curl "12
lowCredential file accesspackage/src/utils/agent.test.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/src/utils/agent.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/utils/apiKeys.test.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/utils/apiKeys.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/mcp/terraform.test.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/mcp/terraform/tools.test.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/mcp/terraform/tools.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/utils/vertex.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowLarge Javascript Payloadpackage/dist/index.js7819428 bytes0
lowLarge Javascript Payloadpackage/dist/cli.mjs7841396 bytes0

Manifest

Package metadata

Scripts19
  • buildnode esbuild.config.js && tsc -p tsconfig.exports.json
  • check:entrypointsnode scripts/check-entrypoint-imports.ts
  • dev:runnode dev-run.ts
  • dockernode docker.ts
  • docs:inputsnode scripts/generate-input-docs.ts
  • docs:modelsnode scripts/generate-model-docs.ts
  • eval:reviewnode test/eval/review.ts
  • eval:scannode test/eval/run.ts
  • formatbiome format --write .
  • lintbiome check .
  • lint:cibiome ci .
  • lint:fixbiome check --write .
  • lockpnpm install --no-frozen-lockfile
  • runtestnode test/run.ts
  • testvitest
  • test:catalogvitest run --config vitest.main.config.ts
  • test:coveragevitest run --coverage
  • typechecktsc --noEmit
  • upDepspnpm up --latest