Skip to content

fix(install): trust OpenShell v0.0.85 manifests#7070

Closed
apurvvkumaria wants to merge 1 commit into
mainfrom
codex/6726-openshell-0.0.85-trust-anchor
Closed

fix(install): trust OpenShell v0.0.85 manifests#7070
apurvvkumaria wants to merge 1 commit into
mainfrom
codex/6726-openshell-0.0.85-trust-anchor

Conversation

@apurvvkumaria

@apurvvkumaria apurvvkumaria commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

Trust the three reviewed immutable OpenShell v0.0.85 release-manifest digests before the separate version-pin update in #6726. Runtime selectors remain unchanged, preserving the base-trusted two-step rollout.

Related Issue

Prerequisite for #6726.

Changes

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification: test/installer-hash-check.test.ts covers complete alternate allowlist releases and the required two-step trust-anchor prerequisite; test/dependency-pins-check.test.ts validates the dependency-pin contract.
  • Tests not applicable — justification:
  • Docs updated for user-facing behavior changes
  • Docs not applicable — justification: this changes only the internal trusted release-manifest allowlist and does not alter user-facing behavior or selectors.
  • Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging)
  • Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification: pending independent review.
  • Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue:

Verification

  • PR description includes a Signed-off-by: line and every commit appears as Verified in GitHub
  • Normal pre-commit, commit-msg, and pre-push hooks passed, or npm run check:diff passed when hooks were skipped or unavailable
  • Targeted behavior tests pass for the current change set, or tests are marked not applicable above — npx vitest run --project integration test/installer-hash-check.test.ts test/dependency-pins-check.test.ts (78 passed); bash scripts/check-installer-hash.sh (all current OpenShell v0.0.72 assets verified).
  • Applicable broad gate passed — npm test for broad runtime/test-harness changes; npm run check for repo-wide validation/coverage changes — command/result: not applicable to a three-entry trusted-data addition.
  • Quality Gates section completed with required justifications or waivers
  • No secrets, API keys, or credentials committed
  • npm run docs builds without warnings (doc changes only)
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only)

Signed-off-by: Apurv Kumaria akumaria@nvidia.com

Summary by CodeRabbit

  • Bug Fixes
    • Added support for verifying OpenShell v0.0.85 release manifests during installer integrity checks.
    • Installer validation now accepts and confirms the latest checksum files for the core, gateway, and sandbox components.

Add the reviewed immutable release-manifest digests required before the
separate OpenShell v0.0.85 pin update can pass the base-trusted verifier.

Co-authored-by: Aaron Erickson <aerickson@nvidia.com>
Co-authored-by: Charan Jagwani <cjagwani@nvidia.com>
Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
@apurvvkumaria apurvvkumaria added the v0.0.85 Release target label Jul 17, 2026
@apurvvkumaria apurvvkumaria self-assigned this Jul 17, 2026
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 4d3b9156-d653-4901-a32e-f3bfe2b4969c

📥 Commits

Reviewing files that changed from the base of the PR and between a9fac78 and dbd69f5.

📒 Files selected for processing (1)
  • scripts/check-installer-hash.sh

📝 Walkthrough

Walkthrough

The installer hash validation allowlist adds pinned SHA-256 digests for three OpenShell v0.0.85 checksum manifest files.

Changes

Installer hash validation

Layer / File(s) Summary
Add v0.0.85 manifest digests
scripts/check-installer-hash.sh
Adds trusted SHA-256 entries for the OpenShell, gateway, and sandbox checksum manifests at version 0.0.85.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

  • NVIDIA/NemoClaw#7069: Updates the same installer hash allowlist with OpenShell v0.0.85 manifest digests.

Suggested labels: area: security, chore

Suggested reviewers: ericksoa

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding trust for OpenShell v0.0.85 release manifests.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/6726-openshell-0.0.85-trust-anchor

Comment @coderabbitai help to get the list of available commands.

@github-code-quality

github-code-quality Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/plugin

The overall coverage remains at 96%, unchanged from the branch.

TypeScript / code-coverage/cli

The overall coverage in the branch remains at 80%, unchanged from the branch.

Show a code coverage summary of the most impacted files.
File a9fac78 dbd69f5 +/-
src/lib/state/registry.ts 86% 83% -3%
src/lib/credentials/store.ts 59% 64% +5%
src/lib/inferen...er-lifecycle.ts 65% 71% +6%
src/lib/core/pr...mpt-activity.ts 67% 92% +25%
src/lib/inferen...lama/process.ts 50% 100% +50%

Updated July 17, 2026 03:21 UTC
Code Coverage is in Public Preview. Learn more and provide us with your feedback.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / high confidence
Next action: No advisor follow-up needed.
Findings: 0 blockers · 0 warnings · 0 suggestions
Status: No actionable findings remain in the canonical review ledger.

Model lanes

  • GPT-5.6 Terra (primary): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Nemotron 3 Ultra (second opinion): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Model comparison: normalized findings match; normalized E2E selections differ; severity counts match.

Nemotron output stays in workflow artifacts and does not change the assessment above.

E2E guidance

Advisory only. E2E / PR Gate selects and runs jobs independently.

Recommended E2E: None

1 optional E2E recommendation
  • openshell-version-pin

Workflow run details

This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge.

@apurvvkumaria

Copy link
Copy Markdown
Collaborator Author

Closing as superseded by #7069, which merged the exact same three reviewed OpenShell v0.0.85 manifest digests into main at 8297d20. The two PRs were opened concurrently; no additional change from this branch is needed. Original contributors remain credited in this PR's signed commit and #7069 carries Charan Jagwani's authored fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v0.0.85 Release target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant