Revise suggested tools for testing model theft

Updated the suggested tools section for better clarity and organization.
This commit is contained in:
Matteo Meucci
2025-11-13 19:57:52 +01:00
committed by GitHub
parent c4c4e88137
commit bb0d8d48ed
@@ -42,7 +42,7 @@ Dev-Time Model Theft refers to unauthorized access, copying, extraction, or leak
- **Use a Secure Artifact Repository**: Store all model artifacts in a secure, private repository (e.g., JFrog Artifactory, AWS CodeArtifact) with strict access controls and audit logging.
- **Comprehensive Monitoring and DLP**: Monitor all access to model storage and CI/CD systems. Use Data Loss Prevention (DLP) tools to scan for and block unauthorized attempts to transfer model files or proprietary data.
### Suggested Tools for This Specific Test
### Suggested Tools
- **Secret Scanning:** [git-secrets](https://github.com/awslabs/git-secrets), [TruffleHog](https://github.com/trufflesecurity/truffleHog)
- **Artifact and Repository Security:** [JFrog Artifactory](https://jfrog.com/artifactory/), [AWS CodeArtifact](https://aws.amazon.com/codeartifact/)