IdeaCredIdeaCred

Arnoldlarry15/red-set-protocell

51

An Open-source AI safety platform using dual-agent Sniper/Spotter red-teaming to audit and secure large language models. Scalable, transparent, and built for advanced AI risk monitoring.

What's novel

An Open-source AI safety platform using dual-agent Sniper/Spotter red-teaming to audit and secure large language models. Scalable, transparent, and built for advanced AI risk monitoring.

Code Analysis

12 files read · 4 rounds

An automated AI red-teaming engine that uses evolutionary algorithms (mutation, selection, fitness scoring) to systematically generate adversarial prompts, test LLMs for safety failures, and score the severity of discovered vulnerabilities across three dimensions (linguistic safety, security exploit

Strengths

Genuine evolutionary architecture with real selection strategies (tournament, elitism, novelty search, diversity preservation), multi-dimensional fitness, and adaptive mutation — not just a prompt wrapper. The separation of concerns (Sniper/Target/Spotter/EGG/Orchestrator) is clean and well-documented, with a coherent 3-layer scoring taxonomy and failure archetype classification system.

Weaknesses

The mutation strategies are purely heuristic (word substitution, regex-based framing) rather than using LLMs to generate mutations, limiting the evolutionary search space. The Spotter's evaluation relies on regex pattern matching for failure detection, which is brittle and easily evaded by creative LLM responses — the 'evolutionary' loop is constrained by this shallow fitness signal.

Score Breakdown

Innovation
6 (25%)
Craft
45 (35%)
Traction
7 (15%)
Scope
50 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests+8
Polish+4
Releases+1
Has License+5
Code Quality+22
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+5
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+5
Devto Reactions+0
Community Contribs+4

Scope

Commits+8
Languages+8
Subsystems+13
Bloat Penalty+0
Completeness+7
Contributors+8
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

731

Contributors

5

Files

307

Active weeks

11

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

3

Forks

0

License

MIT