inspect_content
Analyze text content for security threats like command injection, encoding attacks, social engineering, and PII. Returns a JSON report with verdict and threat count for safe processing of untrusted input.
Instructions
Inspect text content for security threats including command injection, encoding obfuscation, social engineering, and PII. Returns a JSON threat report (safe, verdict, threat_count, threats). Use before processing untrusted input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The text content to inspect for threats | |
| context | No | Whether this is model input or output (affects inspection context) |