PkgRadar

Package evidence

@antseed/[email protected]

Obfuscation Density: high encoded/escaped-token density

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":["@antseed/[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":["@antseed/[email protected]"],"fail_on":"high"}'
Publishershahafan
Artifact bytes1,504,535
Previous version0.1.20
Published2026-05-17T23:26:29.954Z
SHA-25668594d95e38ea4a52871907563a204ec2d6e1c3e503b06340805140241024c73

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

high
Last checked
highRisk
54Score
0.1.21Version
Status history (1 event)
  1. newavailable · risk high · score 54 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/web/assets/Macos-MW4AE7LN-Vvm8Drw3.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/web/assets/metamask-sdk-CgX-loxF.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.jsmatched "cUrl "12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/web/assets/Macos-MW4AE7LN-Vvm8Drw3.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/web/assets/metamask-sdk-CgX-loxF.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.jsmatched "cUrl "12
lowObfuscationpackage/dist/web/assets/core-C3Yl6Mm6.jsmatched "Buffer.from(t,\"base64"3
lowObfuscationpackage/dist/web/assets/index-C9xiIbcG.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/web/assets/index-Cqasp_n2.jsmatched "atob("3
lowObfuscationpackage/dist/web/assets/index-DTf1bmxt.jsmatched "\\u00C0"3
lowObfuscationpackage/dist/web/assets/index.es-ALp3MGS5.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/web/assets/metamask-sdk-CgX-loxF.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts9
  • buildnpm run build:server && npm run build:web
  • build:servertsc -p tsconfig.json
  • build:webvite build
  • devconcurrently -k "npm:dev:web" "npm:dev:server"
  • dev:servertsc -p tsconfig.json --watch --preserveWatchOutput
  • dev:webvite
  • startnode dist/index.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies4
  • @antseed/node0.2.87
  • @fastify/cors^10.0.0
  • @fastify/static^9.0.0
  • fastify^5.7.4