@@ -578,7 +578,7 @@ Unverified servers in your configs trigger a warning. Policy rules can block the
578578| ------| ---------| ----------|
579579| Developer CLI | ` agent-bom scan ` | Local audit, pre-commit checks |
580580| Pre-install check | ` agent-bom check express@4.18.2 -e npm ` | Before running any MCP server |
581- | GitHub Action | ` uses: msaad00/agent-bom@v0.28.1 ` | CI/CD gate + Security tab |
581+ | GitHub Action | `uses: msaad00/agent-bom@v0.29.0 | CI/CD gate + Security tab |
582582| Docker | ` docker run agentbom/agent-bom scan ` | Isolated, reproducible scans |
583583| REST API | ` agent-bom api ` | Dashboards, SIEM, scripting |
584584| Dashboard | ` agent-bom serve ` | Team-visible security dashboard |
@@ -593,7 +593,7 @@ Use agent-bom directly in your CI/CD pipeline:
593593
594594``` yaml
595595- name : AI supply chain scan
596- uses : msaad00/agent-bom@v0.28.1
596+ uses : msaad00/agent-bom@v0.29.0
597597 with :
598598 severity-threshold : high
599599 upload-sarif : true
@@ -602,7 +602,7 @@ Use agent-bom directly in your CI/CD pipeline:
602602Full options:
603603
604604` ` ` yaml
605- - uses : msaad00/agent-bom@v0.28.1
605+ - uses : msaad00/agent-bom@v0.29.0
606606 with :
607607 severity-threshold : high # fail on high+ CVEs
608608 policy : policy.json # policy-as-code gates
@@ -713,7 +713,7 @@ agent-bom mcp-server --transport sse # SSE (remote clients)
713713| **ToolHive** | `thv run agent-bom` | [ToolHive registry entry](integrations/toolhive/server.json) — runs in isolated container |
714714| **OpenClaw** | `clawhub install agent-bom` | [OpenClaw skill](integrations/openclaw/SKILL.md) — teaches agents to run security scans |
715715| **MCP Registry** | `uvx agent-bom mcp-server` | [Registry entry](integrations/mcp-registry/server.json) — official MCP Registry |
716- | **GitHub Actions** | `uses : msaad00/agent-bom@v0.28.1` | SARIF upload to Security tab, policy gating |
716+ | **GitHub Actions** | `uses : msaad00/agent-bom@v0.29.0 | SARIF upload to Security tab, policy gating |
717717
718718---
719719
@@ -835,7 +835,7 @@ These tools solve different problems and are **complementary**.
835835- [x] Model binary file detection — .gguf, .safetensors, .onnx, .pt, .pkl security flags, 13 formats
836836- [x] API server hardening — API key authentication, per-IP rate limiting, CORS tightening, job cleanup
837837- [x] CLI tree labels — explicit 🤖 Agent / 🔌 MCP Server / 📦 Package prefixes with summary stats
838- - [x] MCP server — expose scan, blast_radius, policy_check, registry_lookup, generate_sbom as MCP tools
838+ - [x] MCP server — 8 tools : scan, check, blast_radius, policy_check, registry_lookup, generate_sbom, compliance, remediate
839839- [x] ToolHive integration — registry entry + MCP container for enterprise deployment
840840- [x] OpenClaw skill — ClawHub-compatible skill for AI agent security scanning
841841- [x] GitHub Action enhancements — image, config-dir, sbom, remediate inputs
0 commit comments