vet_endpoint
Analyze an endpoint's security posture by checking TLS health, DNS hygiene, threat-intel reputation, and domain age, returning a clear proceed/caution/block verdict for agent decision-making.
Instructions
Composite trust verdict (PROCEED/CAUTION/BLOCK) for an endpoint an agent is about to call or pay — combines TLS/cert health, DNS hygiene, threat-intel reputation, and domain age into one decision with reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | The endpoint to vet — a full URL (https://api.example.com/pay) or a bare domain (example.com). | |
| previous_scan_id | No | Optional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis. |