Generate RBAC Scenarios

Generate RBAC scenarios and tests

AridNova turns the architecture and policy evidence you have already gathered into executable RBAC tests. The flow moves from discovered components and endpoints, to scenarios, to LLM prompts, to generated test suites — and finally to execution.

Run Get Components to populate a Component Card with your components and endpoints, then run Scenario Generation to produce role-based scenarios — 259 in the example, with filtering for inconsistencies. From there, the LLM Prompter and Test Suite Generation produce downloadable Java tests, taking you from evidence to runnable validation in a few steps.

The scenario generation flow from components and endpoints to generated test suites
Scenario generation flows from discovered components to downloadable Java tests.

Steps and outcomes

ActionExpected outputCustomer value
Run Get ComponentsComponent Card stores components and endpoints.Test generation starts from discovered system structure.
Run Scenario GenerationThe example shows 259 generated scenarios and supports inconsistency filtering.QA gets scenario coverage for allowed and denied roles.
Generate prompts and test suitesLLM Prompter and Test Suite Generation produce downloadable Java tests.Teams move from evidence to executable validation.