Ostorlab (oxo) is a security scanner orchestrator that manages and coordinates scanning agents across various assets (iOS, Android, HarmonyOS, web, network, etc.). It provides a CLI (`oxo scan`) to run, stop, and manage scans via a distributed architecture. The current stable version is 2.3.2, released in May 2025, with active development on GitHub. It requires Python >=3.9.
pip install ostorlabNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize and start a scan using an agent group definition YAML and a list of assets. The YAML file defines which agents to run.
Use Python 3.9 or later. Run `python --version` to check.
Create a YAML file with the agent group definition and pass the file path as a string to `start_scan`.