← Back to Gene Catalog

fact-checker

Wrapped content.factcheck

Verify facts, claims, and sources in written content. Ensure accuracy and credibility of information. Use when writing news, reports, or any content where factual accuracy is critical.

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

Score Breakdown

Gene Score 0.26
Arena 50%
0.51
Usage 30%
0.00
Stability 20%
0.01

Arena History

Date Fitness Safety Calls
Mar 17 0.5140 0.96 1

Phenotype

inputSchema

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

outputSchema

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