Command-line interface¶
The agentic_security command provides four commands: start the web server,
create a configuration file, list the available checks, and run a configured
scan.
Start the server¶
Run the web application on the local machine:
s is a short alias for server. Running agentic_security without a
subcommand shows the available command help.
Create a scan configuration¶
Create agentic_security.toml in the current directory:
Set a different target host or port in the generated HTTP specification:
i is a short alias for init. The command overwrites an existing
agentic_security.toml, so save any custom changes first.
List available checks¶
Inspect the built-in dataset registry before selecting modules for a scan:
Run a configured scan¶
After reviewing agentic_security.toml and replacing the example llmSpec
with the target endpoint, run:
The command uses agentic_security.toml from the current directory. It exits
without scanning if the file is missing. To include your own prompts, follow
the local datasets guide.
Python module form¶
If the console script is not on your PATH, invoke the same CLI through
Python: