feat: transcoding attestation protocol, Nix flake, SLSA L3 artifacts#58
Merged
feat: transcoding attestation protocol, Nix flake, SLSA L3 artifacts#58
Conversation
…tifacts Phase 2.4: Implement TranscodingPredicate (wsc.dev/transcoding/v1) for carrying cryptographic provenance across the WASM→native compilation boundary. Builder pattern, in-toto Statement wrapper, 16 tests. Issue #48 / FEAT-3: Add flake.nix with Rust 1.90.0 (rust-overlay), Bazel 8, cargo-fuzz/audit/deny, direnv integration, and rust-toolchain.toml for reproducible builds (SLSA L3 prerequisite). Rivet artifacts: FEAT-6, DD-5, REQ-12, CR-17, CD-17, CD-18, CV-25, CV-26, DF-16 for full traceability of new work. Implements: FEAT-6, FEAT-3 Refs: CR-17, CD-17, CD-18 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TranscodingPredicate(wsc.dev/transcoding/v1) — in-toto predicate for carrying cryptographic provenance across the WASM→native compilation boundary (synth integration). Builder pattern,create_transcoding_statement()helper, 16 tests.flake.nixwith Rust 1.90.0 via rust-overlay, Bazel 8, cargo-fuzz/audit/deny,rust-toolchain.toml,.envrcfor direnv. SLSA Level 3 prerequisite.New files
src/lib/src/transcoding.rsflake.nixrust-toolchain.toml.envrcTest plan
cargo check— workspace compiles cleancargo test -p wsc -- transcoding— 16/16 tests passnix flake check --no-buildpassesnix developprovides rustc 1.90.0 with wasm32-wasip2Closes #48
🤖 Generated with Claude Code