compliance-generic

Audits marketing copy for medical claims, financial guarantees, deceptive comparisons, and copyright risks.

9|Updated May 8, 2026
One-click install
npx skills add https://github.com/simpletibr/simplicio-loop-marketing --skill compliance-generic-simpletibr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance-generic
Source: https://github.com/simpletibr/simplicio-loop-marketing/tree/main/.skills/compliance-generic
Command: npx skills add https://github.com/simpletibr/simplicio-loop-marketing --skill compliance-generic-simpletibr

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about compliance-generic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check marketing copy for compliance violations before publishing?

Pass the copy text to the audit along with an optional vertical hint such as finance or health. The audit returns a JSON object with a pass boolean, a list of violations with rule id, phrase, severity, and location, plus concrete rewrite suggestions.

What types of risky claims does a compliance audit detect in ad copy?

The audit detects four risk categories: medical claims like cure or treat language, financial guarantees like guaranteed return or risk free, deceptive superiority comparisons without evidence, and copyright issues such as named songs, branded imagery, or celebrity likeness.

Does the compliance audit handle regulated industries like finance and health differently?

Yes. When the vertical parameter is finance, health, or legal, the audit raises its strictness threshold and requires an explicit disclaimer in the copy. Unknown verticals default to a stricter baseline across every category.

When should I use a generic compliance audit instead of a vertical-specific one?

Use the generic audit when no vertical-specific auditor exists for the active client. If a vertical-specific auditor is present, it takes priority, and the generic skill serves as the fallback with the same JSON output shape.

What happens when the audit finds an ambiguous phrase in my copy?

Ambiguous phrases are marked with medium severity and surfaced for human review rather than auto-passed. Only copy with zero high-severity violations receives a pass value of true.