Update AI_INFRASTRUCTURE_TESTING.md

This commit is contained in:
Matteo Meucci
2025-06-18 11:31:27 +02:00
committed by GitHub
parent b3b1a5508a
commit 0ab1cc2bee

View File

@@ -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.