model-registry-secure-storage
Installation
SKILL.md
Secure Storage for Model Registries
Security Requirement
Only authenticated and authorized users MUST be able to access the storage where models are stored. Unauthorized access to model storage can lead to model theft, tampering, or injection of malicious models.
Required Controls
| Control | Description |
|---|---|
| Authentication | All access to storage requires authenticated identity |
| Authorization | RBAC controls over read, write, and delete operations |
| Encryption at rest | Model files encrypted on the storage backend |
| Access logging | All storage access operations logged |
| Network isolation | Storage accessible only from authorized networks/services |