AI Agent Hub
Back to skills
TencentCloud Image AIGC Detection icon

TencentCloud Image AIGC Detection

IT Ops & Security Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @tencent-adm/tencentcloud-aigc-recog-image according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Online content platforms, e-commerce review, and UGC communities often need to determine whether an image is authentic or produced by a generative model. Manual sampling is expensive, and fixed rules struggle to cover the output styles of Stable Diffusion, Midjourney, and GPT-4o, which can let synthetic images slip through before publication. This skill wraps Tencent Cloud image content security AIGC detection into an executable capability for image authenticity screening, AI artwork review, and synthetic media checks.

How It Works

  • It accepts an image URL or local file path; local files are read and converted to Base64.
  • It calls the ImageModeration API with the IMAGE_AIGC detection type instead of relying on an LLM to guess.
  • It returns suggestion, label, score, and detail_results: Pass indicates an authentic image tendency, Review indicates manual rechecking, and Block indicates likely AI generation.
  • Before running, configure Tencent Cloud API credentials and set TENCENTCLOUD_AIGC_RECOG_IMAGE_BIZ_TYPE; add TENCENTCLOUD_TOKEN when using temporary credentials.

Boundaries

Supported formats include PNG, JPG, JPEG, BMP, GIF, and WEBP, with a 5MB image limit. API rate depends on console quotas. Results depend on the account policy ID, and the agent should not fabricate outcomes when the API fails; it should return the error to the caller.

Use Cases

  • Community moderators review UGC images before publishing and flag AI art from Stable Diffusion or similar models.
  • E-commerce reviewers screen merchant-uploaded product images for authenticity and route suspected AI images to manual review.
  • Security teams investigate synthetic-image evidence in complaints and need Pass, Review, Block advice with risk scores.
  • Application developers integrate user-uploaded images into review pipelines using URL or local-file detection results.

Best For

  • UGC content safety reviewers who need to distinguish real photos from AI-generated images.
  • Backend engineers integrating content security APIs who need AIGC detection suggestion and score fields.
  • Security operations staff handling fraud or IP complaints who need explainable moderation advice for one suspicious image.
  • SREs building image review pipelines who need URL or local-file detection and clear credential error handling.