supply-chain-forensics

Analyze dependency integrity, build pipelines, and SBOM composition for supply chain security.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/robit-man/transcribe-cli --skill supply-chain-forensics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-forensics
Source: https://github.com/robit-man/transcribe-cli/tree/main/.claude/skills/supply-chain-forensics
Command: npx skills add https://github.com/robit-man/transcribe-cli --skill supply-chain-forensics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical issue of software supply chain attacks by systematically verifying the integrity of dependencies, build pipelines, and software artifacts, ensuring the trustworthiness of your software.

Core Features & Use Cases

  • Dependency Integrity: Verifies package hashes against registries to detect typosquatting or substitution.
  • Build Pipeline Forensics: Scans CI/CD scripts for malicious patterns and unauthorized changes.
  • SBOM Analysis: Generates and analyzes Software Bill of Materials (SBOM) for component vulnerabilities and licensing issues.
  • SLSA Compliance: Assesses and reports on adherence to Supply-chain Levels for Software Artifacts (SLSA).
  • Use Case: A security engineer can use this skill to audit a new open-source library before integrating it into a production system, ensuring it hasn't been compromised.

Quick Start

Run a comprehensive supply chain forensics audit on the current project directory.

Frequently Asked Questions about supply-chain-forensics

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

FAQPage Schema
How do I check dependency integrity and detect package tampering in my software supply chain?

To check dependency integrity and detect package tampering, verify package hashes against registries and analyze SBOM composition. This process identifies anomalies like typosquatting or substitution, ensuring the trustworthiness of your dependencies before integration.

What is the best way to scan CI/CD pipeline configurations for malicious patterns?

The best way to scan CI/CD pipeline configurations for malicious patterns is through build pipeline forensics. This technique examines your build scripts to identify unauthorized changes and vulnerabilities, securing the software supply chain against targeted attacks.

When do I need to generate a Software Bill of Materials for component vulnerability analysis?

You need to generate a Software Bill of Materials (SBOM) for component vulnerability analysis when auditing open-source libraries or assessing production systems. An SBOM provides a clear inventory to detect component vulnerabilities and licensing issues.

Does supply chain forensics support SLSA compliance assessment for npm, pip, and cargo projects?

Yes, supply chain forensics supports SLSA compliance assessment across npm, pip, go, and cargo projects. It systematically verifies build pipeline configurations and artifact integrity, reporting on your adherence to Supply-chain Levels for Software Artifacts.

Do I need specific SBOM generators to perform comprehensive software supply chain verification?

Yes, you need specific SBOM generators alongside package managers like npm, pip, go, and cargo to perform comprehensive software supply chain verification. These tools are required to systematically extract and analyze dependency data.

Why should I audit an open-source library for supply chain vulnerabilities before integrating it?

You should audit an open-source library for supply chain vulnerabilities before integrating it to prevent compromised software from entering your production system. This verification detects package tampering and CI/CD vulnerabilities, ensuring system trustworthiness.