Alicloud Security Content Moderation Green
Automates Alibaba Cloud Security Content Moderation (Green) checks to ensure compliance and filter inappropriate content.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alicloud-security-content-moderation-green npx -- -y @trustedskills/alicloud-security-content-moderation-green
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alicloud-security-content-moderation-green": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alicloud-security-content-moderation-green"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill leverages Alibaba Cloud's Security Content Moderation service to automatically detect and filter inappropriate content within text, images, and audio. It empowers AI agents to enforce safety standards by identifying violations such as violence, pornography, or political sensitivity before they are processed or displayed.
When to use it
- Automated Chat Filtering: Implement real-time moderation in customer support bots to block offensive user inputs.
- Content Generation Safety: Scan generated text or images for policy violations before publishing them on public platforms.
- Compliance Enforcement: Ensure media assets meet specific regulatory or brand safety guidelines automatically.
- User-Generated Content Review: Pre-screen comments, posts, or uploads to maintain a safe community environment.
Key capabilities
- Text content analysis for sensitive keywords and patterns.
- Image recognition to detect explicit or harmful visuals.
- Audio stream processing for offensive speech detection.
- Customizable rule sets for specific industry compliance needs.
Example prompts
- "Analyze this customer review image for any inappropriate content before storing it in our database."
- "Filter the incoming chat message stream to remove any text containing political sensitivity or violence."
- "Run a safety check on this uploaded audio file to ensure it meets our brand guidelines."
Tips & gotchas
Ensure your AI agent has proper API credentials configured for Alibaba Cloud before attempting to process media. Be aware that moderation results depend on the specific thresholds set in the underlying security service, so test with edge cases to calibrate sensitivity.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.