260 matches found
GuardModel
GuardModel 阻止恶意 AI 模型进入你的流水线,只需一行 YAML。 GuardModel 是一个 GitHub Action,可在 CI/CD 流水线中自动扫描 ML 模型文件,检查恶意代码、漏洞和安全风险。它能通过检测 pickle 反序列化攻击、嵌入恶意软件和已知 CVE,在危险模型进入生产环境之前将其阻断。 快速开始 添加到你的工作流: root@kitploit: name: GuardModel Security Scan on: push, pullrequest jobs: scan: runs-on: ubuntu-latest steps: - uses:...
6AI score
SaveExploits0References2
20