PkgRadar

Package evidence

@earendil-works/[email protected]

DNS / OAST exfiltration: matched "dns.lookup"

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
19
First published
Feb 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":["@earendil-works/[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":["@earendil-works/[email protected]"],"fail_on":"review"}'
Artifact bytes559,777
Previous version0.10.0
Published2026-05-18T20:15:57.694Z
SHA-2566afa850790a365c57b442681b1657543485bdfc7219fb416dcd4fbebf4df4787

Why flagged

What the scanner saw

DNS / OAST exfiltration: matched "dns.lookup"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/src/qemu/http.jsmatched "dns.lookup"30
highDNS / OAST exfiltrationpackage/dist/src/http/utils.jsmatched "dns.lookup"30
mediumCredential file accesspackage/dist/src/ssh/utils.jsmatched ".ssh"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/src/qemu/http.jsmatched "dns.lookup"30
highDNS / OAST exfiltrationpackage/dist/src/http/utils.jsmatched "dns.lookup"30
mediumCredential file accesspackage/dist/src/ssh/utils.jsmatched ".ssh"10
lowCredential file accesspackage/dist/src/vm/core.jsmatched ".ssh"5
lowCredential file accesspackage/dist/bin/gondolin.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts11
  • bashnode bin/gondolin.ts bash
  • buildrm -rf dist && tsc -p tsconfig.build.json && node ./scripts/postbuild.mjs
  • dep:checkpnpm dlx dependency-cruiser --config .dependency-cruiser.cjs src
  • dep:graphpnpm dlx dependency-cruiser --config .dependency-cruiser.cjs --output-type dot src > /tmp/gondolin-host-deps.dot
  • devnode bin/gondolin.ts exec
  • fuzznode fuzz/cli.ts
  • gondolinnode bin/gondolin.ts
  • prepublishOnlypnpm run build
  • startnode dist/bin/gondolin.js exec
  • testnode --test test/*.test.ts
  • test:backend-paritynode --test test/backend-parity.test.ts
Dependencies4
  • cbor2^2.3.0
  • node-forge^1.3.3
  • ssh2^1.17.0
  • undici^6.21.0
Optional dependencies2
  • @earendil-works/gondolin-krun-runner-darwin-arm640.11.0
  • @earendil-works/gondolin-krun-runner-linux-x640.11.0