Metadata-Version: 2.4
Name: immunity-agent
Version: 1.28.0
Summary: Deprecated — renamed to 'prismor'. Installs prismor for you. Run: pip install prismor
Project-URL: Homepage, https://prismor.dev
Project-URL: Repository, https://github.com/PrismorSec/prismor
Author-email: Prismor Security <hello@prismor.dev>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ai-agents,deprecated,prismor,security
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.8
Requires-Dist: prismor>=1.28.0
Description-Content-Type: text/markdown

# immunity-agent → renamed to `prismor`

**This package has been renamed.** `immunity-agent` is now published as
[**`prismor`**](https://pypi.org/project/prismor/).

Installing `immunity-agent` pulls in `prismor` for you, but you should switch to
installing it directly:

```bash
pip install -U prismor
```

Then use the `prismor` command (the legacy `immunity` command still works as a
deprecated alias).

Prismor provides runtime security for AI coding agents: policy enforcement,
secret prevention (cloaking), and supply-chain blocking.

- Homepage: https://prismor.dev
- Docs: https://docs.prismor.dev
- Source: https://github.com/PrismorSec/prismor
