By MLI-Corp
Code audit orchestration powered by Inception Mercury-2 — run audits, read reports, diff report runs, and orchestrate triage via a dedicated auditor agent.
Expert code auditor and judge. In STANDARD mode: orchestrates audits across the portfolio, triages by business impact, tracks remediation. In JUDGE mode (called from mercury-fix-loop): reviews fixer implementations, approves or rejects each fix, ensures no regressions. Always applies fintech-first lens: trading correctness is P0.
Implements code fixes for findings surfaced by a Mercury audit. Receives a single finding at a time, reads the relevant source files, writes the fix, and reports back a structured result. Does NOT approve its own work — that is the judge's job. Use only from within the mercury-fix-loop skill.
Full audit-fix-judge workflow powered by Inception Mercury-2. Asks whether this is a standard scan or goal-driven audit, creates a git branch, runs the audit, then kicks off the fixer→judge loop until all critical/high findings are resolved. Use whenever the user wants to audit, debug, or improve a codebase — including when they describe a problem like 'this isn't working' or 'profits aren't locking in'.
Compare two Mercury audit reports to show what was fixed, what regressed, and what is new since the last run. Use when the user wants to track audit progress between code iterations, sprints, or refactors.
Orchestrates the fixer→judge loop after a Mercury audit. Spawns the mercury-fixer agent to implement fixes, then the code-auditor agent acts as judge to approve or reject each one. A finding is only closed when the judge explicitly signs off with no regressions. Updates NAMS throughout. Use after mercury-audit produces findings, or call directly with a report path.
Read and present an existing Mercury audit report. Use when the user wants to review, summarize, or query findings from a previously run audit without re-running the API call. Accepts a path to a report file or a project directory (auto-discovers all mercury_*_report.md files inside).
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A sophisticated, goal-aware code auditing system powered by Inception Mercury-2. Audit any codebase with a single command, get actionable findings triaged by business impact, and automatically [...]
Add the marketplace from this repository:
codex plugin marketplace add https://github.com/MLI-Corp/mercury-audit.git
Install or enable the mercury plugin from the mli-tools marketplace in Codex.
Verify the plugin is available by asking Codex to use one of the Mercury skills:
mercury-audit — Run a new audit (standard or goal-driven)mercury-report — View existing audit reportsmercury-diff — Compare two audit runsmercury-fix-loop — Orchestrate fix implementations with judge approvalOpen Claude Code Settings
Add a New Marketplace
mli-toolshttps://github.com/MLI-Corp/mercury-audit.gitmasterEnable the Mercury Plugin
mercury@mli-tools in your plugin listVerify Installation In any Claude Code session, you now have access to all Mercury tools:
/mercury-audit — Run a new audit (standard or goal-driven)/mercury-report — View existing audit reports/mercury-diff — Compare two audit runs/mercury-fix-loop — Orchestrate fix implementations with judge approvalExport your Inception API key (get it from https://inceptionlabs.ai):
export INCEPTION_API_KEY="your-key-here"
Or add to ~/.zshrc or ~/.bash_profile for persistence:
echo 'export INCEPTION_API_KEY="your-key-here"' >> ~/.zshrc
source ~/.zshrc
Run a full, comprehensive audit across all 10 categories:
/mercury-audit ~/path/to/your/project
When prompted: Do you have a specific goal or problem in mind for this audit?
→ Answer NO
Mercury will scan your entire codebase for issues in:
Run an audit focused on a specific problem you're experiencing:
/mercury-audit ~/path/to/your/project
When prompted: Do you have a specific goal or problem in mind for this audit? → Answer YES and describe your problem in detail.
Example:
"Sim trades started at $50 bankroll, now $50.28 after 2 days with 33 trades —
not locking in profits, capital is drifting"
Mercury will then:
This transforms the audit into a targeted investigation that answers: "Why isn't this working?"
✨ Smart Audit Modes
🏗️ Multi-Agent Workflow
📊 Persistent Tracking via NAMS
🔄 Git-First Workflow
Entry point for all audits. Asks if standard or specialized, creates a branch, runs Mercury-2, presents findings, and offers the fix loop.
/mercury-audit ~/Coding/finance/gabagool/v2
Read existing audit reports without re-running the API call.
/mercury-report ~/Coding/finance/gabagool/v2
npx claudepluginhub mli-corp/mercury-audit --plugin mercuryUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.