/install agent-bom-runtime
agent-bom-runtime — AI Runtime Security Monitoring
Context graph analysis, runtime audit log correlation with CVE findings, and vulnerability analytics queries.
Install
pipx install agent-bom
Tools (3)
| Tool | Description |
|---|---|
context_graph |
Agent context graph with lateral movement analysis |
analytics_query |
Query vulnerability trends, posture history, and runtime events |
runtime_correlate |
Cross-reference runtime audit logs with CVE findings |
Example Workflows
# Build context graph from scan results
context_graph()
# Correlate runtime audit with CVE data
runtime_correlate(audit_file="proxy-audit.jsonl")
# Query analytics
analytics_query(query="top_cves", days=30)
Privacy & Data Handling
Operates on scan results already in memory and user-provided audit log files. No automatic file discovery. No network calls unless you configure an optional ClickHouse endpoint for persistent analytics.
Verification
- Source: github.com/msaad00/agent-bom (Apache-2.0)
- 7,100+ tests with CodeQL + OpenSSF Scorecard
- No telemetry: Zero tracking, zero analytics
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-bom-runtime - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-bom-runtime触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
agent-bom runtime 是什么?
AI runtime security monitoring — context graph analysis, runtime audit log correlation with CVE findings, and vulnerability analytics queries. Use when the u... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 755 次。
如何安装 agent-bom runtime?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-bom-runtime」即可一键安装,无需额外配置。
agent-bom runtime 是免费的吗?
是的,agent-bom runtime 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
agent-bom runtime 支持哪些平台?
agent-bom runtime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, windows)。
谁开发了 agent-bom runtime?
由 Agent Bom(@msaad00)开发并维护,当前版本 v0.82.3。