What problem does it solve? Marketing copy can accidentally include illegal medical claims, guaranteed financial returns, deceptive competitor comparisons, or copyright violations that expose a brand to legal and regulatory risk. This Skill provides a fallback compliance audit for any client or vertical that lacks a specialized rule set, returning a standardized JSON verdict before content is published. ## Core Features & Use Cases - Multi-category risk detection: Scans copy for medical-claim language, financial-guarantee phrases, deceptive superiority comparisons, and trademark or copyright issues using regex and lexical passes. - Vertical-aware strictness: Accepts a vertical hint (saas, ecommerce, finance, health, education, default) and raises the strictness threshold for regulated industries like health, finance, and legal, requiring explicit disclaimers. - Standardized JSON output: Returns { pass, violations, suggestions, vertical_used } in the same shape as vertical-specific auditors, so downstream pipeline steps stay uniform. - Use Case: Before publishing a finance ad that says "garantimos 12% ao ano sem risco", run it through this audit to receive pass: false with a high-severity no_guaranteed_return violation and a concrete rewrite suggestion. ## Quick Start Audit this ad copy for compliance risks and tell me whether it passes, which rules it violates, and how to rewrite the flagged phrases.