profile_entity
Call this before routing traffic, bidding on inventory, or trusting a counterparty. It fuses ALL THREE TunnelMind lenses for one subject — Scry (attacker intelligence + threat feeds + open ports), Sigil (ad-supply-chain position + trust score + ATAP witness count), and Tracker (DDG/IAB catalog + prevalence + categories) — into a single confidence-scored profile plus a signed P38 receipt.
The cross_lens.hits field tells you if the same infrastructure
appears in attack data AND supply-chain data — that's your
highest-confidence signal, and the one no siloed competitor can give
you. cross_lens.flags surfaces the actionable highlights
(cross_lens_overlap:scry+sigil, in_threat_intel:...,
high_prevalence_tracker, corroborated_by_N_lenses).
Confidence weighting: each lens contributes a base score; a 1.5× multiplier applies when ≥2 lenses corroborate the same subject; and the Scry contribution is weighted by the attestation tier of the sensors that observed it (silicon_root 1.0 → self_asserted 0.5). Bounded [0,1] and carried into the receipt.
Unlike cross_lens_verify (one node → one verdict) and
cross_lens_lookup (one node → raw three-lens view), profile_entity
takes the SUBJECT as any combination of ip / domain / entity and returns
the richest fused detail for a pre-transaction decision. At least one of
ip / domain / entity is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | IPv4 or IPv6 address of the subject (Scry lens). | |
| domain | No | Domain of the subject (Sigil + Tracker lenses). | |
| entity | No | entity_slug of the subject (Sigil + Tracker lenses). |