SmokerGreenOG/sabine-trivy

GitHub: SmokerGreenOG/sabine-trivy

基于 Trivy 的 Python 插件化漏洞扫描器,用于检测容器、文件系统和代码仓库中的 CVE、密钥泄露及配置错误。

Stars: 0 | Forks: 0

# sabine-trivy

漏洞扫描器 (trivy wrapper)
SmokerGreenOG 出品的 Sabine Core 10 工具套件之一

## 📋 概述 Sabine Core — 漏洞扫描器 (trivy wrapper)。检测容器、文件系统和 git repos 中的 CVE、secrets 和配置错误。 - **版本**:1.0.0 - **类型**:外部工具 Wrapper - **许可证**:MIT - **作者**:SmokerGreenOG ## 🚀 安装说明 ``` # 直接安装 pip install -e . # 或使用 uv(推荐) uv pip install -e . ``` ## 🔧 使用说明 ``` from importlib.metadata import entry_points # 发现插件 for ep in entry_points(group="sabine_core.tools"): if ep.name == "sabine-trivy": plugin = ep.load()() break # 探测工具可用性 status = plugin.probe() print(f"Available: {status.available}, Version: {status.version}") # 执行扫描 result = plugin.execute(request) ``` ## 🛡️ 安全性 有关完整的安全策略,请参阅 [SECURITY.md](SECURITY.md)。 ## 📄 许可证 MIT — 详情请参阅 [LICENSE](LICENSE)。

由 SmokerGreenOG 用 ❤️ 制作 — Sabine Core 工具套件的一部分

标签:Claude, CVE检测, Python, StruQ, Trivy封装, 加密, 无后门, 漏洞扫描器, 逆向工具