Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man homoglyph-check

/homoglyph-check

agentutility / web-probe / homoglyph-check
PRICE / CALL
$0.003
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
utilities
STATUS
live
NAME
homoglyph-check homoglyph attack detector / unicode lookalike scanner
SYNOPSIS
POST https://x402.agentutility.ai/homoglyph-check
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Homoglyph attack detector / Unicode lookalike scanner. Detects Cyrillic / Greek / fullwidth / mathematical lookalikes commonly used in phishing (apple.com vs аpple.com). Plus invisible / zero-width / RTL-override characters. Risk score 0-100 + normalized form.

INPUTrequest schema
propertytypedescriptionreq?
textstringMax 10000 chars.required
OUTPUTresponse shape
fieldtypedescription
textstringOriginal input string that was scanned for homoglyphs and invisible characters.
text_lengthnumberCharacter count of the input string.
homoglyph_findingsarrayArray of detected lookalike characters with position, script (Cyrillic/Greek/etc), and ASCII equivalent.
homoglyph_countnumberTotal number of homoglyph characters found in the input.
invisible_findingsarrayArray of zero-width, invisible, or RTL-override characters detected, with positions and codepoints.
invisible_countnumberTotal number of invisible or zero-width characters found.
block_countsobjectMap of Unicode block names to character counts (e.g. Latin, Cyrillic, Greek).
has_mixed_scriptsbooleanTrue if the input mixes multiple writing scripts, a common phishing signal.
ascii_onlybooleanTrue if every character is plain ASCII with no Unicode lookalikes possible.
normalizedstringASCII-folded form of the input with homoglyphs mapped back to their Latin equivalents.
is_suspiciousbooleanTrue if the input shows signs of a homoglyph or invisible-character attack.
risk_scorenumberPhishing risk score from 0 (safe) to 100 (highly suspicious) based on findings.
risk_levelstringCategorical risk bucket such as low, medium, high, or critical.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/homoglyph-check \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# MCP packages on npm under
# @agentutility/mcp-*  (one per cluster)
#
# Catalog + install:
# https://mcp.agentutility.ai
#
# Or call homoglyph-check directly over HTTP — see above.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
homoglyphunicodephishingsecuritydomainspoofing
methods
POST
cluster
webprobe
price
$0.003 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
crates-io-statsCrates.io package stats / Rust crate registry lookup / cargo package metadata / Rust ecosystem stats.$0.003
jwt-decodeJWT decoder / token inspector / debug tool.$0.003
npm-package-statsnpm package stats / npm registry lookup / npm downloads / package release history / lightweight package metadata.$0.003
pypi-package-statsPyPI package stats / Python package registry lookup / pip package metadata / pypistats downloads / Python ecosystem metadata.$0.003
url-metadata-extractURL metadata extractor / OG tags / Open Graph parser / Twitter Card parser / meta tag extractor / link preview / page metadata / favicon…$0.003
arxiv-bibtexarXiv to BibTeX / arxiv citation generator / paper bibtex / LaTeX citation builder / academic citation lookup.$0.002
github-readmeGitHub README fetch / repo readme / open-source-readme-as-markdown / package documentation puller.$0.002
keyword-suggestKeyword autocomplete / search suggest / SEO keyword research / query expansion / autocomplete suggestions.$0.002
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org