PkgRadar

Package evidence

@mtreeai/[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
12
First published
May 2026
Publisher
kandy00

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@mtreeai/[email protected]"],"fail_on":"high"}'

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":["@mtreeai/[email protected]"],"fail_on":"high"}'
Publisherkandy00
Artifact bytes351,222
Previous version2.3.6-beta.10
Published2026-05-28T05:34:49.901Z
SHA-256d7cbcddb7f463a17cf7d46010177afebb81c98d8e11be77b7c893f7bac923ada

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

scan error

status
Last checked
noneRisk
Score
2.3.6-beta.11Version

Latest scanner note: HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40mtreeai%2Fmsapling-cli)

Status history (2 events)
  1. availablescan_error · risk none · score · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40mtreeai%2Fmsapling-cli)
  2. newavailable · risk high · score 30 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

DNS / OAST exfiltration — matched "dns.lookup"

38 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/index.jsmatched "dns.lookup"30

Manifest

Package metadata

Scripts4
  • buildtsup
  • devtsup --watch
  • startbun run src/index.tsx
  • typechecktsc --noEmit
Dependencies3
  • ink^4.4.1
  • react^18.3.1
  • yaml^2.8.3