Overview
Interlynk provides a set of open-source command-line tools for SBOM management, quality scoring, and assembly. These tools integrate with the Interlynk platform and can operate standalone in CI/CD pipelines, local development environments, and automated workflows.
Available CLIs
When to Use Each Tool
Upload SBOMs to Interlynk from CI/CD
pylynk
Download enriched SBOMs from Interlynk
pylynk
Query vulnerabilities or products programmatically
pylynk
Natural language SBOM queries via AI assistants
lynk-mcp
Evaluate SBOM quality before upload
sbomqs
Enforce compliance standards (NTIA, BSI)
sbomqs
Merge multiple SBOMs into one
sbomasm
Enrich SBOMs with license data
sbomasm
Edit SBOM metadata (supplier, author, version)
sbomasm
Sign and verify SBOMs
sbomasm
Authentication
All tools that interact with the Interlynk platform require an API token. See API Key Management for token creation and management.
Use service tokens for CI/CD and automation. Use user tokens only for local, interactive sessions. See Least Privilege Recommendations.
Last updated