PkgRadar

Package evidence

@dahawa/[email protected]

Obfuscation: matched "\\u2192"

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
2
First published
May 2026
Publisher
icewaterpp

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":["@dahawa/[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":["@dahawa/[email protected]"],"fail_on":"review"}'
Publishericewaterpp
Artifact bytes13,634
Previous version1.0.0
Published2026-05-25T07:39:42.749Z
SHA-2563e717899e1ad97f431b3a4314e9c52d4e02c48cb6ff55216e0300d95690d8991

Why flagged

What the scanner saw

Obfuscation: matched "\\u2192"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/main.jsmatched "\\u2192"3

Manifest

Package metadata

Scripts4
  • buildnode scripts/build.js
  • devnode --import tsx src/main.ts
  • startnode dist/main.js
  • start:httpnpm run build && cross-env MCP_TRANSPORT=http node dist/main.js
Dependencies5
  • @modelcontextprotocol/sdk^1.24.3
  • diff^5.2.0
  • express^5.1.0
  • minimatch^10.0.1
  • zod^4.1.13