Skip to content

Commit 0074c4c

Browse files
Wegzrdimitrov
authored andcommitted
feat: update agent-bom to v0.31.1 with GHCR image
- Update image from docker.io/agentbom/agent-bom:0.28.1 to ghcr.io/msaad00/agent-bom:v0.31.1 - Fix namespace from io.github.stacklok to io.github.msaad00 - Update version from 1.0.0 to 0.31.1 - Add check tool and npm/PyPI to allowed network hosts
1 parent 6106899 commit 0074c4c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

registries/toolhive/servers/agent-bom/server.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.stacklok/agent-bom",
3+
"name": "io.github.msaad00/agent-bom",
44
"description": "AI supply chain security scanner — CVE scanning, blast radius analysis, policy enforcement, and SBOM generation for MCP servers and AI agents",
55
"title": "agent-bom",
66
"repository": {
77
"url": "https://github.com/msaad00/agent-bom",
88
"source": "github"
99
},
10-
"version": "1.0.0",
10+
"version": "0.31.1",
1111
"packages": [
1212
{
1313
"registryType": "oci",
14-
"identifier": "docker.io/agentbom/agent-bom:0.28.1",
14+
"identifier": "ghcr.io/msaad00/agent-bom:v0.31.1",
1515
"transport": {
1616
"type": "stdio"
1717
},
@@ -27,8 +27,8 @@
2727
],
2828
"_meta": {
2929
"io.modelcontextprotocol.registry/publisher-provided": {
30-
"io.github.stacklok": {
31-
"docker.io/agentbom/agent-bom:0.28.1": {
30+
"io.github.msaad00": {
31+
"ghcr.io/msaad00/agent-bom:v0.31.1": {
3232
"tier": "Community",
3333
"status": "Active",
3434
"tags": [
@@ -43,6 +43,7 @@
4343
],
4444
"tools": [
4545
"scan",
46+
"check",
4647
"blast_radius",
4748
"policy_check",
4849
"registry_lookup",
@@ -57,7 +58,9 @@
5758
"api.osv.dev",
5859
"services.nvd.nist.gov",
5960
"api.first.org",
60-
"www.cisa.gov"
61+
"www.cisa.gov",
62+
"registry.npmjs.org",
63+
"pypi.org"
6164
],
6265
"allow_port": [
6366
443
@@ -66,7 +69,7 @@
6669
}
6770
},
6871
"custom_metadata": {
69-
"author": "Mohamed Saad",
72+
"author": "W S",
7073
"homepage": "https://github.com/msaad00/agent-bom",
7174
"license": "Apache-2.0"
7275
}

0 commit comments

Comments
 (0)