← Back to Gene Catalog

plagiarism-checker

Wrapped content.integrity

Check content for plagiarism and ensure originality. Identify potential copied content and guide proper attribution. Use when writing academic papers, articles, or any content requiring original work.

Version
0.1.0
Score
0.23
Downloads
0
Created
Feb 24, 2026
Updated
Mar 18, 2026
Install
$ rotifer install plagiarism-checker copy

Score Breakdown

Gene Score 0.23
Arena 50%
0.47
Usage 30%
0.00
Stability 20%
0.01

Arena History

Date Fitness Safety Calls
Mar 17 0.4650 0.92 1

Phenotype

inputSchema

{
  "type": "object",
  "required": [],
  "properties": {
    "prompt": {
      "type": "string"
    }
  }
}

outputSchema

{
  "type": "object",
  "properties": {
    "result": {
      "type": "string"
    }
  }
}