| name | infrastructure-security |
| version | 2.0.0 |
| description | Securing AI/ML infrastructure including model storage, API endpoints, and compute resources |
| sasmp_version | 1.3.0 |
| bonded_agent | 06-api-security-tester |
| bond_type | PRIMARY_BOND |
| input_schema | {"type":"object","required":["assessment_scope"],"properties":{"assessment_scope":{"type":"string","enum":["api","storage","compute","network","full"]},"environment":{"type":"string","enum":["cloud","on_prem","hybrid"]}}} |
| output_schema | {"type":"object","properties":{"vulnerabilities":{"type":"array"},"compliance_status":{"type":"object"},"recommendations":{"type":"array"}}} |
| owasp_llm_2025 | ["LLM03","LLM10"] |
| nist_ai_rmf | ["Govern","Manage"] |
AI Infrastructure Security
Protect AI/ML infrastructure from attacks targeting model storage, APIs, and compute resources.
Quick Reference
Skill: infrastructure-security
Agent: 06-api-security-tester
OWASP: LLM03 (Supply Chain), LLM10 (Unbounded Consumption)
NIST: Govern, Manage
Use Case: Secure AI deployment infrastructure
Infrastructure Attack Surface
[External Threats]
↓
[API Gateway] → [Load Balancer] → [Inference Servers]
↓ ↓ ↓
[Rate Limit] [DDoS Protection] [Model Storage]
↓ ↓ ↓
[Auth/AuthZ] [TLS Termination] [Secrets Manager]
Security Layers
1. API Security
Authentication:
methods:
- API keys (rotation: 90 days)
- OAuth 2.0 / OIDC
- mTLS for service-to-service
requirements:
- Strong key generation
- Secure transmission