supply-chain-review

Analyze software supply chains for vulnerabilities in dependencies, CI/CD pipelines, and deployment settings.

16|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/mindfortai/security-skills --skill supply-chain-review-mindfortai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-review
Source: https://github.com/mindfortai/security-skills/tree/main/skills/supply-chain-review
Command: npx skills add https://github.com/mindfortai/security-skills --skill supply-chain-review-mindfortai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies potential security risks in your software supply chain, including dependencies, CI/CD pipelines, and deployment settings.

Core Features & Use Cases

  • Dependency Analysis: Inspects direct and transitive dependencies for vulnerabilities.
  • CI/CD Pipeline Security: Audits CI/CD workflows for permission issues and untrusted code execution.
  • Deployment Security: Checks for secrets exposure and integrity of release processes.
  • Use Case: When preparing a new release, use this Skill to ensure that your software supply chain is secure and free from known vulnerabilities.

Quick Start

Run the supply-chain-review skill to perform a security review of your project's dependencies and workflows.

Frequently Asked Questions about supply-chain-review

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

FAQPage Schema
What is software supply chain security and how does vulnerability assessment work?

Software supply chain security protects your dependencies and deployment workflows from vulnerabilities. Vulnerability assessment works by scanning direct and transitive dependencies to identify known security risks and improper configurations before release.

How do I check my CI/CD pipeline for untrusted code execution and permission issues?

You can check your CI/CD pipeline for untrusted code execution by auditing your workflows for permission issues. A security review identifies risky practices in your pipeline configuration to prevent unauthorized access and code execution during deployment.

How do I analyze transitive dependencies for security vulnerabilities before a release?

To analyze transitive dependencies for security vulnerabilities, perform a comprehensive dependency analysis. This process inspects your entire dependency tree, checking for known vulnerabilities and ensuring your software supply chain remains secure for release.

Can I audit deployment settings for secrets exposure and release integrity?

Yes, you can audit deployment settings to check for secrets exposure and verify the integrity of your release processes. A deployment security review identifies exposed credentials and ensures your deployment configurations follow secure practices.

When do I need to perform a dependency analysis on my software supply chain?

You need to perform a dependency analysis when preparing a new release to ensure your software supply chain is secure. It is essential whenever you add new dependencies or want to verify that your existing CI/CD pipelines are free from known vulnerabilities.

What are the limitations of automated supply chain security reviews?

Automated supply chain security reviews are limited to identifying known vulnerabilities and improper configurations in dependencies and workflows. They may not detect zero-day exploits or complex logical flaws in custom CI/CD pipeline scripts without known risky patterns.