-
-
Notifications
You must be signed in to change notification settings - Fork 44
feat: Add AIBoMGen tooling #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jkowalleck
merged 3 commits into
CycloneDX:main
from
wiebe-vandendriessche:add-aibomgen-tools
Mar 17, 2026
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", | ||
| "specVersion": "2.0", | ||
| "tool": { | ||
| "name": "AIBoMGen CLI Action", | ||
| "publisher": "IDLab, Ghent University, imec", | ||
| "description": "A GitHub Action that generates a CycloneDX AI Bill of Materials for Hugging Face models referenced in a repository using AIBoMGen-cli.", | ||
| "repository_url": "https://github.com/CRACY-project/AIBoMGen-cli-action", | ||
| "capabilities": [ | ||
| "AI/ML-BOM", | ||
| "SBOM" | ||
| ], | ||
| "availability": [ | ||
| "OPEN_SOURCE" | ||
| ], | ||
| "packaging": [ | ||
| "GITHUB_ACTION" | ||
| ], | ||
| "lifecycle": [ | ||
| "POST-BUILD" | ||
| ], | ||
| "supportedStandards": [ | ||
| "CYCLONEDX" | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", | ||
| "specVersion": "2.0", | ||
| "tool": { | ||
| "name": "AIBoMGen CLI", | ||
| "publisher": "IDLab, Ghent University, imec", | ||
| "description": "A Go CLI tool that scans repositories for Hugging Face model usage, generates CycloneDX AI BOMs, validates, checks completeness, enriches, and merges AIBOMs with SBOMs.", | ||
| "repository_url": "https://github.com/idlab-discover/AIBoMGen-cli", | ||
| "capabilities": [ | ||
| "AI/ML-BOM", | ||
| "SBOM" | ||
| ], | ||
| "availability": [ | ||
| "OPEN_SOURCE" | ||
| ], | ||
| "functions": [ | ||
| "ANALYSIS", | ||
| "TRANSFORM" | ||
|
wiebe-vandendriessche marked this conversation as resolved.
|
||
| ], | ||
| "transform": [ | ||
| "BOM_SERIALIZATION_FORMAT", | ||
| "BOM_VERSION" | ||
| ], | ||
| "packaging": [ | ||
| "COMMAND_LINE_UTILITY", | ||
| "LIBRARY", | ||
| "APPLICATION" | ||
| ], | ||
| "library": [ | ||
| "GO" | ||
| ], | ||
| "platform": [ | ||
| "LINUX", | ||
| "MAC", | ||
| "WINDOWS" | ||
| ], | ||
| "lifecycle": [ | ||
| "POST-BUILD" | ||
| ], | ||
| "supportedStandards": [ | ||
| "CYCLONEDX" | ||
| ], | ||
| "supportedLanguages": [ | ||
| "PYTHON", | ||
| "JAVASCRIPT/TYPESCRIPT" | ||
| ] | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "tool": { | ||
| "name": "AIBoMGen", | ||
| "publisher": "IDLab, Ghent University, imec", | ||
| "description": "A proof-of-concept platform for generating AI Bills of Materials (AIBOMs) during distributed AI model training. This is a reference and research architecture: not meant for production.", | ||
| "repository_url": "https://github.com/idlab-discover/AIBoMGen", | ||
| "capabilities": [ | ||
| "AI/ML-BOM", | ||
| "SBOM" | ||
| ], | ||
| "availability": [ | ||
| "OPEN_SOURCE" | ||
| ], | ||
| "functions": [ | ||
| "SIGNING/NOTARY" | ||
| ], | ||
| "packaging": [ | ||
| "APPLICATION" | ||
| ], | ||
| "lifecycle": [ | ||
| "BUILD", | ||
| "POST-BUILD" | ||
| ], | ||
| "supportedStandards": [ | ||
| "CYCLONEDX" | ||
| ], | ||
| "cycloneDxVersion": [ | ||
| "CYCLONEDX_V1.6" | ||
| ], | ||
| "supportedLanguages": [ | ||
| "PYTHON" | ||
| ] | ||
| }, | ||
| "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", | ||
| "specVersion": "2.0" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see how an SBOM generator acts as a transformer.
could you elaborate on this?
https://cyclonedx.github.io/tool-center/#tools_items_functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This cli tool is able to generate AI/ML BOMs in both xml and json format and is able to merge SBOMs with AI/ML BOM components. I understood that merging is a form of "transformation".
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but what about analysis?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CLI tool can perform validation and check AIBOM completeness, returning a full report of missing or required fields and a completeness score.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then please describe this capability in the description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jkowalleck updated the description