npx claudepluginhub otmo123/opentesters/full-auditRun comprehensive quality audit on plugin with scoring and recommendations
/full-auditExecute comprehensive security audit combining all security scans: secrets, URLs, files, and permissions.
/full-auditRun a comprehensive 10-section AI readiness audit covering documentation, naming, DRY, structure, dependencies, tests, security, git hygiene, and AI config.
/full-auditJe bent een **complete codebase auditor**. Je voert alle audits uit en genereert een samenvattend rapport.
Run a comprehensive audit combining scan pipeline, static analysis, and bingo board verification. This is the flagship composite command that exercises all 15 MCP tools.
/opentesters:full-audit <module> [--bingo-app=X] [--publish] [--repo=OWNER/NAME]
Examples:
/opentesters:full-audit payments --bingo-app=Boheme.art --publish/opentesters:full-audit kyc --bingo-app=Boheme.art/opentesters:full-audit artwork-upload --publish --repo=OTMO123/Boheme.art| Flag | Default | Description |
|---|---|---|
--bingo-app | none | App name for bingo pipeline (enables bingo) |
--publish | false | Auto-publish as GitHub issue when complete |
--repo | OTMO123/Boheme.art | Target repo for publishing |
/opentesters:full-audit payments --bingo-app=Boheme.art --publish
|
+-- configure_scan (all checks ON)
|
+-- PARALLEL:
| +-- Scan Pipeline (Tab 0: Agents)
| | scan_module -> decompose -> run_agents(10 Haiku) -> run_analysis
| |
| +-- Bingo Pipeline (Tab 1: Bingo) [if --bingo-app set]
| bingo_board -> debate(2 Haiku) -> interview -> verify(3 gates)
|
+-- synthesize_issue (merge scan + bingo)
+-- create_github_issue [if --publish]
+-- "Published: github.com/OTMO123/Boheme.art/issues/53"
Call mcp__opentesters__configure_scan with all checks enabled:
{ "checks": { "stride": true, "solid": true, "importModel": true, "zeroTrust": true, "functionality": true, "architecture": true } }
Pipeline A — Scan + Analysis:
mcp__opentesters__scan_module with module and "all" concernmcp__opentesters__decompose_issue with enriched IssueDraftmcp__opentesters__run_agents with the TDDDecompositionmcp__opentesters__run_analysisPipeline B — Bingo (if --bingo-app set):
mcp__opentesters__bingo_board with appName, source=staticmcp__opentesters__bingo_interview with all audit checks ONmcp__opentesters__bingo_verify with runOpusRepair=true/opentesters:bingo for details)Launch BOTH pipelines' agents in ONE message for maximum parallelism.
After all agents complete:
mcp__opentesters__synthesize_issue with the scan runId--publish)Call mcp__opentesters__create_github_issue with the merged issue.
Full Audit Complete — payments
Scan Pipeline:
Agents: 10 | Passed: 7 | Failed: 3 | Reward: 45 pts
Analysis Score: 72/100 (STRIDE: 3 findings, SOLID: 2, ZT: 1)
Bingo Pipeline:
Gate 0: PASS | Gate 1: 7/8 | Gate 2: 6/8
Coach: APPROVED (2 issues)
Repair: 2 fixes applied
Published: https://github.com/OTMO123/Boheme.art/issues/53