Run a quick health check on an AI agent before deploying it to production.
Integrate AI safety tests into a CI pipeline so every build gets graded.
Audit an AI system for compliance by replaying past test runs.
Test an agent inside Claude Code or Cursor by asking it to run diagnostics in plain English.
| ifixai-ai/ifixai | geohot/corona | ideogram-oss/ideogram4 | |
|---|---|---|---|
| Stars | 2,472 | 2,510 | 2,406 |
| Language | Python | Python | Python |
| Last pushed | — | 2024-03-24 | 2026-06-30 |
| Maintenance | — | Dormant | Active |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | developer | developer | designer |
Figures from each repo's GitHub metadata at analysis time.
Requires Python 3.10+ and at least one AI provider API key to run inspections and judge results.
iFixAi is a diagnostic tool that tests AI agents for problems you might not catch on your own. When a company deploys an AI system, the system might hit every performance target on a dashboard while quietly doing something wrong: fabricating information, leaking permissions, or caving to manipulative prompts. iFixAi runs a battery of inspections against your AI to find these blind spots before they become incidents, customer complaints, or regulatory questions. The tool runs up to 45 inspections divided into two tiers. The 32 core inspections cover five categories of risk: fabrication, manipulation, deception, unpredictability, and opacity. These 32 inspections produce a letter grade from A to F, returned in under five minutes. The 13 extended inspections cover more advanced risks like sabotage, sandbagging, and oversight evasion. These extended checks are reported separately and do not affect the letter grade, with one exception: inspection P01 can cap the grade but never raise it. iFixAi is designed to be repeatable and auditable rather than a one-time certification. Each run writes a manifest of all inputs so results can be replayed. By default, your agent is judged by independent AI providers rather than grading itself, with one judge in Standard mode and two or more in Full mode. The tool works with any AI provider and any model. You can run iFixAi three ways. The guided wizard walks first-time users through setup with arrow-key prompts and saves configuration to a file for repeat use. The explicit-flags mode is built for automation and CI pipelines. A plugin mode lets you run the diagnostic from inside agents like Claude Code or Codex by asking in plain English. There is also a skill option that works with a broader list of agents including Cursor, VS Code, Windsurf, and Gemini. The project is written in Python, requires Python 3.10 or later, and is released under the Apache 2.0 license. The full README is longer than what was shown.
iFixAi runs automated checks on AI agents to catch hidden problems like lying, manipulation, or data leaks before they reach users, then gives a letter grade with a full audit trail.
Mainly Python. The stack also includes Python, Apache 2.0.
Use freely for any purpose, including commercial use, with patent protection. You must include the license notice and state any changes.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.