Skip to main content

model-security install

model-security install

Install the model-security-client Python package from AIRS PyPI

airs model-security install [options]

Options

FlagRequiredDefaultDescription
--extras <type>NoallSource type extras to install (all, aws, gcp, azure, artifactory, gitlab)
--dir <path>Nomodel-securityDirectory to create the project in
--dry-runNoPrint the commands without executing

Examples

Install with all extras (auto-detects uv or pip)

airs model-security install

Install with AWS support only

airs model-security install --extras aws

Preview commands without executing

airs model-security install --dry-run

Install into a custom directory

airs model-security install --dir my-scanner