supply-chain-security
Installation
SKILL.md
Supply Chain Security
Use this skill when dependencies, lockfiles, build/release scripts, CI, or third-party tools change.
Workflow
- Inspect changed dependency and build files.
- Prefer lockfile-preserving installs and deterministic package managers.
- Run available scanners:
gitleaks detect --source . --no-gitosv-scanner .when installed- language-specific audit commands when the project provides them
- Check package provenance and maintainer risk for new critical dependencies.
- Document SBOM/provenance expectations in
docs/harness/SUPPLY_CHAIN.md. - Document unresolved vulnerabilities or accepted risk in
docs/harness/RISKS.md. - Update
docs/harness/RELEASE_PLAN.mdwhen release artifacts or build integrity changes.