supply-chain-security

Generate SBOMs, verify third-party dependencies, and sign build artifacts.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill supply-chain-security-cornmanwtf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-security
Source: https://github.com/cornmanwtf/ABANG-COLEK/tree/main/skills/security-compliance/supply-chain-security
Command: npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill supply-chain-security-cornmanwtf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need to secure the software supply chain by ensuring the integrity and trustworthiness of dependencies and artifacts.

Core Features & Use Cases

  • SBOM Generation: Creates Software Bill of Materials to inventory all components.
  • Dependency Verification: Validates the authenticity and security of third-party libraries.
  • Artifact Signing: Ensures the integrity and origin of build outputs.
  • Use Case: A development team needs to ensure their new microservice adheres to industry security standards before deployment. This Skill can generate an SBOM, verify all npm packages, and sign the resulting Docker image.

Quick Start

Use the supply-chain-security skill to generate an SBOM for the current project and sign the latest build artifact.

Frequently Asked Questions about supply-chain-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Software Bill of Materials for my project?

You generate a Software Bill of Materials (SBOM) by inventorying all project components and dependencies. This skill automates SBOM creation to ensure software supply chain compliance and integrity.

How do I verify the security of third-party dependencies in a CI/CD pipeline?

You verify third-party dependencies by validating their authenticity and security within your development workflows. This skill integrates dependency verification into CI/CD pipelines to ensure artifact provenance and regulatory adherence.

What is the best way to digitally sign build artifacts for regulatory adherence?

The best way to digitally sign build artifacts is by applying cryptographic signatures to verify their integrity and origin. This skill signs build outputs like Docker images to satisfy regulatory adherence requirements.

Can I use this for vulnerability management of npm packages before deployment?

Yes, you can use this for vulnerability management of npm packages before deployment. It verifies third-party dependencies and generates an SBOM to secure your microservices against industry security standards.

Does artifact signing work with Docker images in development workflows?

Yes, artifact signing works with Docker images in development workflows. The skill digitally signs build outputs like Docker images to ensure software supply chain security and verify artifact provenance.