Verify RBAC role lattice against oracle
qa-rbac-tournamentworkflowsetup L3★0
TangoGroup/qa-kit ↗What it does
Head-to-head role pairs per screen rendered fields
Best for
Complex multi-phase orchestrated workflows requiring coordination across role-specialized agents.
Inputs
- · args: configuration object
- · file_content (markdown/text)
- · execution_logs (text)
Outputs
- · structured_data (JSON)
- · audit_findings (JSON list)
- · verdict_reports (JSON)
Requires
- · agent
- · phase
- · log
- · parallel
- · file_read
- · json_schema
- · mcp
Preconditions
- · Specific repo paths or tool locations configured
- · Workflow orchestrator runtime context
- · LLM agent tier models available
- · Async runtime environment
Failure modes
- · Agent timeout or non-response
- · Phase execution state corruption
- · Race condition or deadlock in parallel tasks
- · Promise rejection or timeout
- · Malformed input data
- · Empty result set causing downstream failures
Trust signals
- · Structured output schemas with required-field validation
- · Parallel execution with aggregation and deduplication
- · Explicit enumeration of findings with severity/category classification
- · Ground-truth validation against authoritative source
- · Explicit specification or contract documentation