From 0ab1cc2bee937558d85e76e1fa93a6216fe2a3a0 Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Wed, 18 Jun 2025 11:31:27 +0200 Subject: [PATCH] Update AI_INFRASTRUCTURE_TESTING.md --- Document/content/tests/AI_INFRASTRUCTURE_TESTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Document/content/tests/AI_INFRASTRUCTURE_TESTING.md b/Document/content/tests/AI_INFRASTRUCTURE_TESTING.md index f9b376e..2388e82 100644 --- a/Document/content/tests/AI_INFRASTRUCTURE_TESTING.md +++ b/Document/content/tests/AI_INFRASTRUCTURE_TESTING.md @@ -10,22 +10,22 @@ Infrastructure-level vulnerabilities may lead to critical issues such as unautho This category evaluates whether the AI infrastructure: - Prevents **supply chain tampering and unauthorized modifications** - → [AITG-INF-01: Testing for Supply Chain Tampering](https://github.com/MatOwasp/AI-Testing-Guide/blob/main/Document/content/tests/AITG-INF-01_Testing_for_Supply_Chain_Tampering.md) + → [AITG-INF-01: Testing for Supply Chain Tampering](/Document/content/tests/AITG-INF-01_Testing_for_Supply_Chain_Tampering.md) - Is resilient against **resource exhaustion and denial-of-service conditions** - → [AITG-INF-02: Testing for Resource Exhaustion](https://github.com/MatOwasp/AI-Testing-Guide/blob/main/Document/content/tests/AITG-INF-02_Testing_for_Resource_Exhaustion.md) + → [AITG-INF-02: Testing for Resource Exhaustion](/Document/content/tests/AITG-INF-02_Testing_for_Resource_Exhaustion.md) - Maintains secure **boundaries and access controls for plugin-based interactions** - → [AITG-INF-03: Testing for Plugin Boundary Violations](https://github.com/MatOwasp/AI-Testing-Guide/blob/main/Document/content/tests/AITG-INF-03_Testing_for_Plugin_Boundary_Violations.md) + → [AITG-INF-03: Testing for Plugin Boundary Violations](/Document/content/tests/AITG-INF-03_Testing_for_Plugin_Boundary_Violations.md) - Enforces strict controls against **misuse of model capabilities and functions** - → [AITG-INF-04: Testing for Capability Misuse](https://github.com/MatOwasp/AI-Testing-Guide/blob/main/Document/content/tests/AITG-INF-04_Testing_for_Capability_Misuse.md) + → [AITG-INF-04: Testing for Capability Misuse](/Document/content/tests/AITG-INF-04_Testing_for_Capability_Misuse.md) - Safeguards environments used for **model fine-tuning against poisoning and corruption** - → [AITG-INF-05: Testing for Fine-tuning Poisoning](https://github.com/MatOwasp/AI-Testing-Guide/blob/main/Document/content/tests/AITG-INF-05_Testing_for_Fine-tuning_Poisoning.md) + → [AITG-INF-05: Testing for Fine-tuning Poisoning](/Document/content/tests/AITG-INF-05_Testing_for_Fine-tuning_Poisoning.md) - Prevents **theft or leakage of models during the development phase** - → [AITG-INF-06: Testing for Dev-Time Model Theft](https://github.com/MatOwasp/AI-Testing-Guide/blob/main/Document/content/tests/AITG-INF-06_Testing_for_Dev-Time_Model_Theft.md) + → [AITG-INF-06: Testing for Dev-Time Model Theft](/Document/content/tests/AITG-INF-06_Testing_for_Dev-Time_Model_Theft.md) Each test within the AI Infrastructure Testing category contributes to the foundational security posture required for AI systems, ensuring reliable, secure, and robust infrastructure capable of preventing and mitigating threats throughout the model's lifecycle.