Scanning Module Selector in Akto
The Probing Module Selector in Akto allows you to choose which probing module (engine) to use when running agentic AI security probes. This is useful when multiple modules are available or when targeting a specific deployment.
You can use the selector to:
Choose which module will execute the probe
Run probes using a specific configured module
How to Use the Probing Module Selector
Go to AI Red Teaming > Agentic Collections.
Click Run scan to open the Configure Probe window.
In Select scanning Module, use the dropdown to pick the module you want (e.g.,
Default_b5f3).Complete the other probe configurations.
Click Run once now to start the probe.

Viewing Available Modules
You can see a list of available modules under:
Settings > Logs > Module Information
This section shows:
Module type
Version
Start time
Last heartbeat (to verify module is active)

How to Set a Custom Probing Module Name
In your docker-compose-probing.yml file, add the environment variable MINI_PROBING_NAME under the akto-api-security-probing service.
Replace <your_mini_probing_name> with the desired module name (e.g., staging_module, us_east_1, qa_env).
✅ This name will be listed in the Select Probing Module dropdown when configuring a probe.
Last updated