Metadata-Version: 2.4
Name: nvidia-nat-security
Version: 1.8.0rc4
Summary: Safety and security plugin for NVIDIA NeMo Agent Toolkit (defense, guardrails, red-team)
Author: NVIDIA Corporation
Maintainer: NVIDIA Corporation
License: Apache-2.0
Project-URL: documentation, https://docs.nvidia.com/nemo/agent-toolkit/latest/
Project-URL: source, https://github.com/NVIDIA/NeMo-Agent-Toolkit
Keywords: ai,agents,evaluation,security,red-team,guardrails,defense
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/markdown
Requires-Dist: nvidia-nat-core==v1.8.0-rc4
Requires-Dist: nvidia-nat-eval==v1.8.0-rc4
Requires-Dist: plotly~=6.0
Requires-Dist: tqdm~=4.67
Provides-Extra: defense
Requires-Dist: presidio-analyzer>=2.2; extra == "defense"
Requires-Dist: presidio-anonymizer>=2.2; extra == "defense"
Requires-Dist: spacy<4,>=3.7; extra == "defense"
Requires-Dist: typer<0.26,>=0.25; extra == "defense"
Provides-Extra: guardrails
Requires-Dist: dataclasses-json<0.7,>=0.6; extra == "guardrails"
Requires-Dist: nemoguardrails<0.22,>=0.11; extra == "guardrails"
Provides-Extra: test
Requires-Dist: nvidia-nat-test==v1.8.0-rc4; extra == "test"
Dynamic: provides-extra
Dynamic: requires-dist

<!--
SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

![NVIDIA NeMo Agent Toolkit](https://media.githubusercontent.com/media/NVIDIA/NeMo-Agent-Toolkit/refs/heads/main/docs/source/_static/banner.png "NeMo Agent Toolkit banner image")

# NVIDIA NeMo Agent Toolkit Security Subpackage

Subpackage for security and red-team interfaces in NeMo Agent Toolkit.

For more information about the NVIDIA NeMo Agent Toolkit, please visit the [NeMo Agent Toolkit GitHub Repo](https://github.com/NVIDIA/NeMo-Agent-Toolkit).
