canary_detector
Scan HTML payloads to detect invisible honeypots, DNS canary tokens, zero-width steganography, and pixel trackers, returning a structured threat report with risk score and per-finding positions.
Instructions
[Cost: $0.0020 USDC on Base & Solana] Sub-2ms honeypot & canary trap scanner for HTML payloads.
Detects: invisible DOM honeypots, DNS canary tokens (canarytokens.org / interactsh),
zero-width Unicode steganography, CSS url() tracking beacons, pixel-sized iframes/images,
obfuscated trap links, meta-refresh redirects, form honeypot fields, noscript beacons.
Returns structured threat report with risk_score (0–100), threat_level
(clean/low/medium/high/critical), and per-finding positions.
Args:
html: Raw HTML content to scan.
url: Optional source URL for context enrichment.
checks: List of check names to enable (default: all).
Values: dns_canary, zero_width, hidden_elements, css_beacons,
pixel_trackers, trap_links, meta_refresh, form_honeypots,
noscript_beacons, aria_hidden
max_findings_per_type: Max findings per category, 1-50 (default: 10).
payment_signature: x402 Base USDC transaction hash (defaults to dev mock key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| html | Yes | ||
| checks | No | ||
| payment_signature | No | ||
| max_findings_per_type | No |