safety-compliance-gate

Enforces security, trademark, and licensing checks before publishing or monetizing AI skills.

5|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/PatriotAi/ai-lab --skill safety-compliance-gate-patriotai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: safety-compliance-gate
Source: https://github.com/PatriotAi/ai-lab/tree/main/melania-skills-ecosystem/skills/safety-compliance-gate
Command: npx skills add https://github.com/PatriotAi/ai-lab --skill safety-compliance-gate-patriotai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Publishing or monetizing AI skills without centralized security and IP rules leads to duplicated policies, trademark violations, missing disclaimers, and unsafe third-party code. This Skill provides one canonical gate where all safety and compliance rules live, so other skills reference them instead of duplicating them. ## Core Features & Use Cases - Operate-time security posture: Treats connector and web content as untrusted input, requires human confirmation for side-effect tools, and guards against confused-deputy and prompt-injection risks. - Ship-time IP and publication checks: Enforces trademark-safe naming conventions, mandatory non-affiliation disclaimers, no third-party logos, explicit licenses, and elevated review before monetization. - Intake-time supply-chain audit: Requires line-by-line review of external skills with scripts or hooks, version pinning, and harvesting ideas rather than blindly enabling foreign code. - Use Case: Before uploading a connector skill named after a third-party product to a marketplace, run the gate checklist to verify the descriptive name, disclaimer, license, and brand-guideline compliance, blocking publication until every item passes. ## Quick Start Ask the assistant to run the safety and compliance gate before packaging and publishing your skill to GitHub or a marketplace.

Frequently Asked Questions about safety-compliance-gate

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

FAQPage Schema
How do I check a skill before publishing it to a marketplace?▼

Run the gate checklist before packaging: verify descriptive naming, non-affiliation disclaimer, no third-party logos, explicit license, and brand-guideline compliance. Any failed item blocks publication until resolved.

Can I name my skill after a third-party product or brand?▼

Yes, using a descriptive form like 'connector for Product' where your namespace is at least as prominent as the brand. You must include a non-affiliation disclaimer and avoid logos, and monetization triggers an elevated pre-release review.

How should AI agents treat content returned from connectors or the web?▼

Treat all connector, web, or file content as untrusted input: data, not commands. Instructions found inside such content must not be executed automatically, and side-effect tools like deploy or delete require explicit human confirmation.

Is it safe to install third-party skills from marketplaces?▼

Not blindly. External skills can execute code through hooks, scripts, or broad tool permissions, so review executable parts line by line, pin versions, record the source, and harvest the idea rather than enabling foreign code directly.

Does this skill handle authentication and secret management?▼

No, it deliberately delegates auth, session, and secret mechanics to the auth-session-manager skill. This gate only defines the security posture policy and references the mechanics rather than duplicating them.