devsecops-supply-chain-audit

Audit software supply chain risks across multiple ecosystems and governance signals.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anthril/official-claude-plugins --skill devsecops-supply-chain-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devsecops-supply-chain-audit
Source: https://github.com/anthril/official-claude-plugins/tree/main/plugins/devops/skills/devsecops-supply-chain-audit
Command: npx skills add https://github.com/anthril/official-claude-plugins --skill devsecops-supply-chain-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The DevSecOps Supply Chain Audit helps teams identify and mitigate risks across all software ecosystems by auditing dependencies, provenance, and governance signals in a repository.

Core Features & Use Cases

  • Detects ecosystems in a repository and spawns one sub-agent per ecosystem to run targeted checks (dependencies, secrets, SBOM, signing) across npm, pip, Go, Ruby, Cargo, Maven, Docker and Terraform.
  • Assesses repository-wide governance signals (branch protection, CODEOWNERS, Dependabot/Renovate configuration) and provides actionable remediation paths.
  • Generates a comprehensive report including a trust score, SLSA self-assessment, and targeted fixes to harden the supply chain.

Quick Start

Provide the repository path to scan and initiate the audit to generate a complete supply-chain report.

Frequently Asked Questions about devsecops-supply-chain-audit

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

FAQPage Schema
How do I audit software supply chain risks across multiple ecosystems in a repository?

To audit software supply chain risks, provide a repository path and the tool detects ecosystem manifests, spawning targeted sub-agents to assess dependency pinning, vulnerabilities, secrets, and SBOM generation across npm, pip, Go, Ruby, Cargo, Maven, Docker, and Terraform.

What is included in a software supply chain audit report for DevSecOps?

A supply chain audit report includes an overall trust score, SLSA self-assessment, and targeted remediation paths for identified vulnerabilities, secrets, image signing, branch protection, CODEOWNERS, and automation configurations.

Can I assess branch protection and CODEOWNERS configuration for my repository?

Yes, you can assess branch protection and CODEOWNERS configuration, as the audit evaluates repository-wide governance signals including Dependabot or Renovate setup and provides actionable fixes to harden the supply chain.

Does the supply chain audit work without external scanners installed on the system?

Yes, the audit works without external scanners by operating in static mode to analyze manifests, but it can load available scanners and utilize live-mode data if they are installed on the system.

How do I generate an SBOM and check provenance for dependencies in different package managers?

To generate an SBOM and check provenance, the tool automatically detects package managers like Cargo and Maven, then spawns per-ecosystem sub-agents to run targeted checks on dependency pinning and provenance signals.

What is the best way to harden repository governance and fix vulnerabilities across npm and pip?

The best way to harden repository governance and fix vulnerabilities is to run an audit that assesses npm and pip dependencies, evaluates branch protection, and provides targeted remediation paths for identified supply chain risks.