assess_risk
Scan a URL to receive a security decision (ALLOW/WARN/BLOCK) with a confidence score, serving as a guardrail before AI agents connect to external services.
Instructions
Security governance gate: scan a URL and return an ALLOW/WARN/BLOCK decision with confidence score. Use as a guardrail before an AI agent connects to any external service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to assess | |
| context | No | Optional context (e.g. 'pre-deployment', 'new API integration') |