Skip to content

Replay V1 against the predecessor pilot - #3608

Open
joshlf wants to merge 1 commit into
G6f4nmapfoz5ur4camwh2yhyazexc2lctfrom
Gup6qexxvahgx6uken5vngpapqsaio22h
Open

Replay V1 against the predecessor pilot#3608
joshlf wants to merge 1 commit into
G6f4nmapfoz5ur4camwh2yhyazexc2lctfrom
Gup6qexxvahgx6uken5vngpapqsaio22h

Conversation

@joshlf

@joshlf joshlf commented Aug 29, 2026

Copy link
Copy Markdown
Member

Freeze the V1 skill package and replay the synthetic, historical, and
current-source targets from the exploratory predecessor pilot. Preserve the
manifests, raw reports, scores, and limitations needed to compare the replay
with the earlier procedural run.

The replay recovers every known synthetic and historical defect and accepts
every fixed control. It improves version applicability, literal contract
discovery, and exposure of reconstructed proofs, while still missing an
admissible indirect Copy and UnsafeCell derivation on the current-source
challenge.

Treat this as legacy confirmation rather than release evidence: the replay is
not byte-identical to the pilot, uses one replicate per target, and retains the
pilot's procedural-isolation and unavailable model-identity limitations.


⬇️ Download this PR

Branch

git fetch origin refs/heads/Gup6qexxvahgx6uken5vngpapqsaio22h && git checkout -b pr-Gup6qexxvahgx6uken5vngpapqsaio22h FETCH_HEAD

Checkout

git fetch origin refs/heads/Gup6qexxvahgx6uken5vngpapqsaio22h && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/Gup6qexxvahgx6uken5vngpapqsaio22h && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/Gup6qexxvahgx6uken5vngpapqsaio22h

Stacked PRs enabled by GHerrit.

Freeze the V1 skill package and replay the synthetic, historical, and
current-source targets from the exploratory predecessor pilot. Preserve the
manifests, raw reports, scores, and limitations needed to compare the replay
with the earlier procedural run.

The replay recovers every known synthetic and historical defect and accepts
every fixed control. It improves version applicability, literal contract
discovery, and exposure of reconstructed proofs, while still missing an
admissible indirect Copy and UnsafeCell derivation on the current-source
challenge.

Treat this as legacy confirmation rather than release evidence: the replay is
not byte-identical to the pilot, uses one replicate per target, and retains the
pilot's procedural-isolation and unavailable model-identity limitations.

gherrit-pr-id: Gup6qexxvahgx6uken5vngpapqsaio22h
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-29T11:17:31.065463Z 6829891 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.85%. Comparing base (788854e) to head (6829891).

Additional details and impacted files
@@                        Coverage Diff                         @@
##           G6f4nmapfoz5ur4camwh2yhyazexc2lct    #3608   +/-   ##
==================================================================
  Coverage                              91.85%   91.85%           
==================================================================
  Files                                     20       20           
  Lines                                   6093     6093           
==================================================================
  Hits                                    5597     5597           
  Misses                                   496      496           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6829891a84

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +22 to +23
- Skill package tree digest:
`d97b9ace50109216614fbb7c975ac9c97508bfa928381d247869699593a2bcdd`

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Correct the frozen package tree digest

The archived package does not verify against this identity: from the package root, the documented GNU-tar procedure (tar --sort=name --mtime=@0 --owner=0 --group=0 --numeric-owner -cf - . | sha256sum) produces 004f3f0c83eabc8b8f04524d6c5e061bcd80dda3c13627678b6c2371ee6cbeb6, not d97b9ace…. Consequently the manifest and content-addressed directory name cannot identify the checked-in package, undermining reproducibility and any later check that this was the skill used for the replay; record the actual digest or specify and preserve the different canonicalization that yields the stated value.

Useful? React with 👍 / 👎.

| SIMD | Found universal gap | Found universal gap | Tie |
| Generated `KnownLayout` provenance | Found `NonNull::cast` documentation gap | Missed | Treatment improvement |
| Test-only `assume_initialized` | Correctly `cfg(test)` and `UNPROVED`, not production UB | Not emphasized in final findings | Treatment scope correct |
| Safe transmute-delegation macro | Not reported | Found latent size-equality contract hole; no current bad invocation | Valid baseline-only maintenance finding |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Quarantine the novel current-source findings

When this change is merged into the public repository, this line publishes an independently adjudicated, previously baseline-only unsafe-macro contract hole together with its trigger and remediation. The evaluation protocol explicitly requires potential novel defects in maintained code—including reports and fixture material—to remain in coordinated-disclosure quarantine until fixed, disclosed, or authorized (evals/unsafe-rust/testing-plan.md:944-948), but neither the manifest nor the result records any such disposition. Move the current-source reports/results to the restricted triage location or document the maintainer authorization before publishing them.

Useful? React with 👍 / 👎.


Fixed controls:

- **A: fails the control requirement.** It reproduces none of the repaired vulnerabilities and its PASS is scoped and supported, but it misses the absent adjacent proof-grade comment for `item_unchecked`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Apply the preregistered fixed-control criterion

Report A satisfies the frozen control requirement: it reproduces none of the six repaired findings, and its scoped pass is supported. The fixture oracle explicitly says reporting the retained proof-comment defect is optional and that the required condition is not reproducing a repaired finding (evals/unsafe-rust/fixtures/pilot/README.md:36-40), so failing A solely for omitting that comment changes the scoring rule after the reports were observed and creates a spurious treatment advantage. Mark A as passing the fixed control and report proof-comment discovery only as an optional secondary distinction.

Useful? React with 👍 / 👎.

Comment on lines +122 to +125
The synthetic reports were copied under labels A–D and scored by a fresh agent
which knew vulnerable versus fixed membership but not condition identity. It
saw no target source, skill, prior results, or condition mapping. The raw score
is [`blind-synthetic-score.md`](blind-synthetic-score.md).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Record the A–D report mapping

The archived blind score refers only to A–D, while the manifest identifies reports only by agent/runtime names and never records which file was assigned each blind label. After blinding is complete, omitting that mapping prevents an independent reader from binding the scorer's fixed-control decisions and vulnerable scores to the skill and no-skill cells, so claims such as the treatment's proof-artifact win cannot be reproduced from the committed evidence. Add the post-scoring A–D-to-report mapping to the manifest.

Useful? React with 👍 / 👎.

Comment on lines +114 to +118
The first historical-vulnerable baseline agent found the correct defect but
stalled while waiting for a helper and produced no final report. That attempt
was invalidated. An accidentally over-specific replacement prompt was aborted
before it returned any result and was not scored. The recorded `g2r6` report
came from a new neutral-prompt agent forbidden to spawn helpers.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use the same helper policy in both historical cells

The recorded historical baseline was uniquely forbidden to spawn helpers after an earlier baseline stalled, while the skill cell retained the original agent policy. Because helper access can directly affect audit coverage and report completeness, the resulting 14/14 versus 12/14 comparison no longer isolates the skill condition, particularly where the reported difference is authority and configuration detail. Rerun the paired historical cells with the same helper/tool policy, or treat this pair as invalid rather than using it as a treatment regression result.

Useful? React with 👍 / 👎.

Comment on lines +99 to +101
Long-running cells received only target-neutral steering such as “complete
with your current source-only findings” or “do not widen scope.” No finding,
location, contract, or expected verdict was supplied.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve each exact effective prompt

The manifest says the reconstructed prompts were frozen, but it stores only prompt fragments and summaries: the baseline's added prohibition is not quoted, target requests are paraphrased, placeholders contain conditional text, and follow-up steering is recorded only as examples. This makes it impossible to reconstruct or hash the actual per-cell prompts, verify that paired conditions differed only by the skill instruction, or reproduce the replay as described. Archive the literal initial and follow-up messages for every cell, preferably with their hashes.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants