inkog_generate_mlbom
Generate a Machine Learning Bill of Materials (MLBOM) for AI agents to list dependencies and comply with supply chain regulations. Supports CycloneDX and SPDX formats.
Instructions
Generate a Machine Learning Bill of Materials (MLBOM) for AI agents. Lists all models, tools, data sources, frameworks, and dependencies. Supports CycloneDX and SPDX formats. Use this when documenting AI agent dependencies for supply chain compliance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to agent codebase to analyze | |
| format | No | Output format: cyclonedx (recommended), spdx, or json | cyclonedx |
| include_vulnerabilities | No | Include known vulnerabilities for detected components |