[new-plugin] Add RUIJIAN AI Content Detector (ruijian_aigc_detector) v0.0.1 - #2908
Merged
Conversation
Add placeholder file to maintain directory structure
Member
|
Please make sure only one package is included in this PR |
crazywoola
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
Adds the RUIJIAN AI Content Detector: a multi-modal AIGC / watermark detection tool set. It detects whether images, text, audio, video, or documents are AI-generated, returning a verdict, confidence scores, and an evidence chain.
Tools included
ruijian_login— log in with phone + SMS code inside the conversation; the plugin stores and refreshes the token automatically.detect_image_quick— synchronous AIGC + watermark check on an image (no LLM step).detect_text— deep AI-generation analysis of a text snippet (50-2000 chars).detect_file— deep analysis of an uploaded image/video/audio/document.get_points_balance— query remaining quota and per-modality pricing.Why is it unique?
The Marketplace currently has no all-modal AIGC detection plugin. Existing entries (such as
hailuo_aigc,tongyi_aigc,seedream_aigc) are AI generation tools, not detection tools. RUIJIAN covers image, text, audio, video, and documents in one tool set with confidence scores and evidence chains, plus SMS-code login so users never need to handle tokens manually.Risk level
Rationale: the plugin processes uploaded files and sends user-provided content (images, text, files) to a fixed, documented third-party HTTPS API (
https://agent.ruijianai.com) for detection. It does not execute commands, SQL, or arbitrary network requests, so it is not High risk. Per the risk classification, handling uploaded files and sending user content to an external service maps to Medium risk.Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
The plugin handles uploaded files (images, videos, audio, documents) and text:
https://agent.ruijianai.com) solely to perform AI-generation detection. It is not stored, logged, or shared with any other party by the plugin.PRIVACY.mdfor the full privacy policy.Local validation
Commands run locally and passed:
Reviewer notes
/auth/send-codeand/auth/login; token refresh uses/auth/refresh(refresh-token rotation, triggered on 401). These endpoints are declared in the plugin's OpenAPI contract (openapi-zkrj.yaml).storagepermission (size 1MB) solely to persist login tokens; no other workspace data is read or written.https://github.com/Ruixiaojianis provided as the support channel.