Problem
Pinned workflows and a lockfile protect development, but users cannot verify package provenance, inspect included dependencies, or confirm that an installed artifact matches an official release.
User outcome
Users can trace an installed Skilldeck package and bundled skills to an immutable source release.
Scope
- Generate build provenance and an SBOM for wheel and source artifacts.
- Publish checksums and verification instructions.
- Expose package and bundled-skill source metadata through a CLI command.
- Verify generated Claude plugin content against the same source tree.
Non-goals
- Creating a custom package-signing ecosystem.
- Collecting install information from users.
Acceptance criteria
Validation
- Verify artifacts after download from each supported release channel.
- Tamper with an artifact and confirm verification fails.
Relationships
- Runs with the first package release.
- Supports authenticated catalog and bundle features.
Problem
Pinned workflows and a lockfile protect development, but users cannot verify package provenance, inspect included dependencies, or confirm that an installed artifact matches an official release.
User outcome
Users can trace an installed Skilldeck package and bundled skills to an immutable source release.
Scope
Non-goals
Acceptance criteria
Validation
Relationships