detect_dark_patterns
Identify dark patterns in UI text, HTML, or URLs. Get a list of detected patterns with pattern type, confidence, and evidence.
Instructions
Detect dark patterns in UI text, HTML, or URL.
Args: input_type: "html", "text", or "url" content: The HTML content, plain text, or URL to analyze
Returns: List of detected patterns with pattern_id, pattern_type, confidence, evidence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| input_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |