← Back to Gene Catalog

security-auditor

Wrapped code.security

Audit code for security vulnerabilities in AI and Web3 applications. Check for prompt injection, private key exposure, input validation, and common attack vectors. Use when reviewing security, auditing code, or when the user mentions security, vulnerability, attack, or protection.

Version
0.1.0
Score
0.25
Downloads
0
Created
Feb 24, 2026
Updated
Mar 18, 2026
Install
$ rotifer install security-auditor copy

Score Breakdown

Gene Score 0.25
Arena 50%
0.49
Usage 30%
0.00
Stability 20%
0.01

Arena History

Date Fitness Safety Calls
Mar 17 0.4870 0.79 1

Phenotype

inputSchema

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

outputSchema

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