aronchick-expanso-cve-scan

TotalClaw 作者 totalclaw

使用 Expanso Edge 扫描 SBOM 中的已知 CVE 漏洞。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~aronchick-expanso-cve-scan
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~aronchick-expanso-cve-scan/file -o aronchick-expanso-cve-scan.md
## 概述(中文)

使用 Expanso Edge 扫描 SBOM 中的已知 CVE 漏洞。

## 技能正文

# cve-scan

扫描 SBOM 中的已知 CVE 漏洞

## 要求

- 已安装 Expanso Edge(PATH 中有 `expanso-edge`)
- 安装:`clawhub install expanso-edge`

## 用法

### CLI 流水线
```bash
# 独立运行
echo '<input>' | expanso-edge run pipeline-cli.yaml
```

### MCP 流水线
```bash
# 作为 MCP 服务器启动
expanso-edge run pipeline-mcp.yaml
```

### 部署到 Expanso Cloud
```bash
expanso-cli job deploy https://skills.expanso.io/cve-scan/pipeline-cli.yaml
```

## 文件

| File | Purpose |
|------|---------|
| `skill.yaml` | 技能元数据(输入、输出、凭据) |
| `pipeline-cli.yaml` | 独立 CLI 流水线 |
| `pipeline-mcp.yaml` | MCP 服务器流水线 |