PkgRadar

Package evidence

[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
87Established · −30% score
First published
Jul 2025
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":["[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"}'
Artifact bytes1,427,442
Previous version0.9.18
Published2026-05-01T13:06:31.399Z
SHA-25609b39a0ad05994337f2f1e6889ac10950042392afd026c6f0738333bc6aa7813

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/chunk-qpftbbt7.jsmatched "dns.lookup"30
highDNS / OAST exfiltrationpackage/dist/chunk-w3fxbsp0.jsmatched "dns.lookup"30
mediumObfuscation Densitypackage/dist/bin/cli.jshigh encoded/escaped-token density12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/chunk-qpftbbt7.jsmatched "dns.lookup"30
highDNS / OAST exfiltrationpackage/dist/chunk-w3fxbsp0.jsmatched "dns.lookup"30
mediumObfuscation Densitypackage/dist/bin/cli.jshigh encoded/escaped-token density12
lowCredential file accesspackage/bin/cli.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/bin/cli.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/chunk-8kzv1dbv.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/chunk-nkv0jhzk.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/chunk-3cg2jy9q.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/chunk-dqxddge6.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts15
  • buildbun build.ts
  • build:docsbun --bun vitepress build docs
  • changelogbunx logsmith --verbose
  • changelog:generatebunx logsmith --output CHANGELOG.md
  • dev:docsbun --bun vitepress dev docs
  • formatbunx --bun pickier . --format
  • format:fixbunx --bun pickier . --format --write
  • freshbunx rimraf node_modules/ bun.lock && bun i
  • lintbunx --bun pickier .
  • lint:fixbunx --bun pickier . --fix
  • prepublishOnlybun run build
  • preview:docsbun --bun vitepress preview docs
  • releasebunx --bun bumpx -r
  • testbun test
  • typecheckbunx tsc --noEmit
Dependencies3
  • bunfig^0.15.6
  • prompts^2.4.2
  • ts-pantry^0.8.16