chore(deps): bump truecopy 0.8.0 -> 0.10.3, strongroom -> 0.4.0 - #41
Merged
Conversation
Both pinned at a commit from 2026-07-16 -- three weeks and (for truecopy) most of a full detection-hardening cycle behind. Flagged alongside the redstamp bump (this repo's whole pitch is "the call proceeds only when all three agree," which a month-old third of the trio undercuts) but bundled separately since neither is itself a proven live bypass the way redstamp#124 was. Also fixed a stale hardcoded "redstamp 0.5.1" claim in demo/audit-demo.mjs's own narration -- it's actually running 0.7.5 now. Reworded to "since 0.5.1" (the feature's introduction version), matching how the README already phrases the same fact accurately. Checked the README for other version-pinned claims; none found. Test plan: full suite 17/17, npm run demo / demo:mcp / demo:audit all clean end-to-end (redstamp/truecopy/strongroom composed).
askalf
enabled auto-merge (squash)
August 5, 2026 20:51
sprayberry-reviewer
approved these changes
Aug 5, 2026
sprayberry-reviewer
left a comment
Collaborator
There was a problem hiding this comment.
Automated review from the Sprayberry Labs fleet code reviewer.
Verdict: No blocking issues found — clean dependency bump, approving.
What I checked
gh pr diff 41— three files changed:demo/audit-demo.mjs,package.json,package-lock.json.- CI check-rollup: CodeQL,
test, andverify pinned tool surface(truecopy gate) allpass. - No prior review exists on this PR at the current head SHA (
41b7c65).
Findings
None blocking.
Minor (non-blocking): demo/audit-demo.mjs:64,77 — the narration string changed from "redstamp 0.5.1 ..." to "redstamp (since 0.5.1) ...". This is a wording clarification only (matching the PR description's stated intent to align with how the README already phrases the same fact), not a behavior change — no issue with it, just noting it's cosmetic/doc-only.
What's good
- Version bumps are consistent across
package.jsonandpackage-lock.json(@askalf/truecopy0.8.0→0.10.3,@askalf/strongroom0.2.1→0.4.0), including the transitively-updatedredstampreference truecopy now resolves against. - The stale-string fix is scoped and matches the PR's stated rationale; PR body notes the README was checked for other version-pinned claims and none were found.
- CI green across all checks including the security-relevant "truecopy gate" / "verify pinned tool surface" job.
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
"redstamp 0.5.1"claim indemo/audit-demo.mjs's own narration — it's actually running 0.7.5 now. Reworded to"since 0.5.1"(the feature's introduction version), matching how the README already phrases the same fact accurately. Checked the README for other version-pinned claims; none found.Test plan
npm run demo/demo:mcp/demo:auditall clean end-to-end (redstamp/truecopy/strongroom composed)