Use for software supply chain, product security, SBOM, SLSA, provenance, Sigstore/cosign, dependency pinning, CI/CD hardening, artifact signing, build isolation, release security, vendor risk, and secure SDLC work.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add 26zl/cybersec-toolkit --skill supply-chain-prodsec-hardening --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Supply Chain Prodsec Hardening?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/26zl-supply-chain-prodsec-hardening)More formats (shields.io, HTML) on the badges page.
---
name: supply-chain-prodsec-hardening
description: Use for software supply chain, product security, SBOM, SLSA, provenance, Sigstore/cosign, dependency pinning, CI/CD hardening, artifact signing, build isolation, release security, vendor risk, and secure SDLC work.
---
# Supply-chain and product-security hardening
Use this skill for SDLC, build/release pipelines, dependency trust, artifact provenance, product security, and supply-chain risk reduction.
## Workflow
1. Map the product delivery path:
- source repositories
- developer identities
- CI runners
- dependency sources
- build steps
- artifact registries
- deployment targets
2. Identify trust decisions:
- who can merge
- who can release
- what dependencies are allowed
- where secrets live
- which artifacts are trusted
3. Add controls in priority order:
- branch protection and required reviews
- pinned dependencies and lockfiles
- dependency update policy
- SBOM generation and retention
- vulnerability and license gates
- provenance attestation
- artifact signing and verification
- isolated, ephemeral build runners
- least-privilege CI tokens
- secret scanning and rotation
4. Validate with a release rehearsal: can an untrusted change, dependency, runner, or artifact reach production?
## Output pattern
| Stage | Weakness | Attack path | Control | Evidence | Owner | Priority |
| --- | --- | --- | --- | --- | --- | --- |
Prefer controls that are enforceable in CI/CD or registry policy over wiki-only process.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!