PkgRadar

Package evidence

@geraldmaron/[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,560Niche · −30% score
Versions published
23
First published
Apr 2026
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":["@geraldmaron/[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":["@geraldmaron/[email protected]"],"fail_on":"review"}'
Artifact bytes1,389,624
Previous version1.0.23
Published2026-06-09T01:15:02.182Z
SHA-256417bdb272ba3af3bf5a83f91ba3d27128b5658cfd589a0b0588a6fcaa272a014

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/mcp-manager.mjsmatched "curl "12
mediumRemote Payloadpackage/lib/runtime/uv-bootstrap.mjsmatched "curl "12
mediumRemote Payloadpackage/templates/distribution/bootstrap.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/mcp-manager.mjsmatched "curl "12
mediumRemote Payloadpackage/lib/runtime/uv-bootstrap.mjsmatched "curl "12
mediumRemote Payloadpackage/templates/distribution/bootstrap.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/construct-postinstall.mjs"5

Manifest

Package metadata

Scripts27
  • audit:publishednode scripts/audit-published-artifact.mjs
  • build:seaesbuild bin/construct --bundle --platform=node --target=node20 --packages=external --outfile=dist/construct-bundle.cjs 2>&1 || (echo 'esbuild not found — install with: npm install -g esbuild' && exit 1)
  • coveragec8 --reporter=text-summary --reporter=lcov --src=lib --src=bin node scripts/run-tests.mjs --exclude=tests/functional
  • docs:buildnpm --prefix apps/docs run build
  • docs:devnpm --prefix apps/docs run dev
  • docs:initnode lib/init-docs.mjs --yes
  • docs:sitenode ./bin/construct docs:site
  • docs:updatenode ./bin/construct docs:update
  • eval:routingnode scripts/eval/score-intent-classifier.mjs
  • learning:statusnode scripts/learning-status.mjs
  • lint:agentsnode ./bin/construct lint:agents
  • lint:commentsnode ./bin/construct lint:comments
  • lint:contractsnode ./bin/construct lint:contracts
  • lint:jseslint bin/construct "lib/**/*.mjs" "scripts/**/*.mjs" "tests/**/*.mjs"
  • lint:profilesnode scripts/lint-profiles.mjs
  • lint:templatesnode scripts/lint-commits-pr.mjs
  • mcpnode lib/mcp/server.mjs
  • npm:publishnpm run release:check && npm publish --access public
  • postinstallnode ./bin/construct-postinstall.mjs
  • release:checknode ./bin/construct doctor && npm test && node ./bin/construct docs:update --check && node ./bin/construct dashboard:sync --check && node ./bin/construct lint:comments && node scripts/lint-commits-pr.mjs
  • release:gatenode --test tests/functional/release-gate.functional.test.mjs
  • release:preflightnode scripts/pre-release-check.mjs
  • release:preflight:no-authnode scripts/pre-release-check.mjs --skip-auth
  • testnode scripts/run-tests.mjs
  • test:functionalnode --test --test-timeout=120000 --test-concurrency=1 tests/functional/*.functional.test.mjs
  • test:unitnode scripts/run-tests.mjs --exclude=tests/functional
  • versionnode scripts/sync-construct-version.mjs && git add .construct/version
Dependencies4
  • @lancedb/lancedb^0.30.0
  • @modelcontextprotocol/sdk^1.12.0
  • apache-arrow^18.1.0
  • js-yaml^4.2.0
Optional dependencies7
  • @huggingface/transformers^4.2.0
  • @opentelemetry/api^1.9.0
  • @opentelemetry/core^2.7.1
  • @opentelemetry/exporter-trace-otlp-http^0.218.0
  • @opentelemetry/resources^2.7.1
  • @opentelemetry/sdk-trace-node^1.25.0
  • @opentelemetry/semantic-conventions^1.25.0